Skip to content

Latest commit

 

History

History
823 lines (421 loc) · 39.4 KB

File metadata and controls

823 lines (421 loc) · 39.4 KB

Changelog

6.4.0 (2026-04-28)

Features

  • add disableAutoPrefix option to number record field (5d75bd4)

6.3.3 (2026-03-29)

Bug Fixes

  • issue where data table layout is broken with both pinned columns and actions (53faaba)

6.3.2 (2026-03-26)

Bug Fixes

  • update lucide-react to v1 (39337fc)

6.3.1 (2026-03-23)

Bug Fixes

  • issue with background color of actions column (bf88543)
  • issue with styling for grouped headers in DataTable (a4c2aa2)

6.3.0 (2026-03-13)

Features

  • add combobox component and story (0ed5367)
  • add input group component (9ad4480)
  • add pakages for combo box and input group (e1e5526)
  • add story for input group (2c5e1ec)
  • format inputGroup story (df33546)

Bug Fixes

  • add code rabbit change to input group button (eaa1e59)
  • adjust size of comboBox button (bfc31d7)
  • fix render type issue (faf3920)
  • remove redundant onclick method (02df77b)
  • separate combobox use hook from object assign export (d9de35f)
  • type error in combobox (b03fb23)

6.2.1 (2026-03-05)

Bug Fixes

  • issue where days of week in calendar are misaligned when month starts on Sunday (50c4c34)

6.2.0 (2026-02-26)

Features

  • add onRowDoubleClick function to data table props (c4c23c6)
  • add rowDoubleClick method to datatablebody and add functionality to stories (05b8cc6)
  • add the onRowDoubleClick to the datatable and content definitions (cfc9b0f)

6.1.3 (2026-02-25)

Bug Fixes

  • automatically determine whether number radio field should be vertical or horizontal layout (429bf60)
  • update number field radio overflow styles (927824f)

6.1.2 (2026-02-20)

Bug Fixes

6.1.1 (2026-02-18)

Bug Fixes

  • add warning if multiple translators exist (f0dfea2)

6.1.0 (2026-02-12)

Features

  • add columnBreakpoints option to DataTable (a06a24a)
  • add onRowClick option to DataTable (0b6d221)

6.0.0 (2026-01-21)

⚠ BREAKING CHANGES

  • Remove Accordion, AlertDialog, Avatar, Breadcrumb, Chart, Collapsible, Command, ContextMenu, Drawer, ErrorBoundary, ErrorFallback, LineGraph, MenuBar, Progress, Resizable, SpinnerIcon, Switch

Features

  • export tanstack table namespace (fc22539)

Bug Fixes

  • add react imports for types (a5d7541)

Code Refactoring

  • remove unused components (1ca6032)

5.0.2 (2026-01-16)

Bug Fixes

5.0.1 (2026-01-14)

Bug Fixes

  • hide icon for long root errors using css container query with flex wrap solution (661ae9e)
  • prevent icon in error message shrinking (e5b905a)

5.0.0 (2026-01-08)

⚠ BREAKING CHANGES

  • DataTable has been completely rewritten

Features

  • implement new DataTable (7311e00)

4.9.1 (2025-10-27)

Bug Fixes

  • add testid to destructive-action-dialog (6a237b9)
  • radio field styling (a2bed6a)

4.9.0 (2025-10-27)

Features

  • allow description in boolean field (688c9f8)

4.8.3 (2025-10-07)

Bug Fixes

  • add rounding on sm viewport (d5630d8)
  • increase animation duration by 100ms (3b6e82c)
  • set min-width for sm viewport (6d596c4)

4.8.2 (2025-10-06)

Bug Fixes

  • recreate t function when resolved language changes (d99ca97)

4.8.1 (2025-10-01)

Bug Fixes

  • handle translator init in ssr environment (c812e12)

4.8.0 (2025-09-10)

Features

  • add new subscribe option for form (1521cc4)

4.7.0 (2025-08-24)

Features

  • add new destructive action usages (3a31817)

4.6.1 (2025-08-07)

Bug Fixes

  • allow params in destructive action (3af5c2d)

4.6.0 (2025-08-07)

Features

  • add useDestructiveAction and CoreProvider (8ac9e0e)

4.5.1 (2025-07-12)

Bug Fixes

  • translator namespace type issue (f6f69f6)

4.5.0 (2025-06-26)

Features

  • allow users to return an error from onSubmit in form (496c956)

4.4.1 (2025-05-30)

Bug Fixes

4.4.0 (2025-05-30)

Features

4.3.0 (2025-05-27)

Features

  • add new DataTable component using tanstack table (46917e4)

4.2.1 (2025-05-04)

Bug Fixes

  • allow html element ref to be null (ef57237)
  • form group spacing (54397ef)
  • form spacing (8581bd9)
  • set default button cursor to pointer (d00545f)
  • set onBeforeSubmit to null to prevent implicit handler in stories (1318990)
  • set text-align in otp (3387d0d)

4.2.0 (2025-04-23)

Features

  • add OneTimePasswordInput (44e4000)

Bug Fixes

  • reset all error messages on language change (3d1dd0e)

4.1.1 (2025-04-19)

Bug Fixes

  • rename beforeSubmit to onBeforeSubmit (forgot to follow convention) (7a120df)

4.1.0 (2025-04-19)

Features

  • add beforeSubmit callback to form (67710bf)

Bug Fixes

  • add customStyles option to Form (c98db6c)
  • add id to NumberFieldInput (e311485)
  • allow inline optional inline translations (a03d6ce)
  • dialog styles (b06902c)
  • remove border color interop (b802dcd)
  • set cursor for Button (2b122e5)

4.0.2 (2025-04-04)

Bug Fixes

  • update styling for large button (bb311da)

4.0.1 (2025-04-03)

Bug Fixes

  • more obvious hover effect for button (d2779f4)

4.0.0 (2025-04-01)

⚠ BREAKING CHANGES

  • Tailwind v4 is now a peer dep
  • React 19 now peer dependency

Bug Fixes

  • issue with storybook oklch color (284ea2b)

Miscellaneous Chores

3.9.0 (2025-03-26)

Features

  • add arrows to first and last page buttons (3b24cec)
  • add first and last page buttons (049f484)
  • add first and last page buttons translations (f7e9c49)

Bug Fixes

3.8.7 (2025-01-28)

Bug Fixes

  • sync language document attribute (a3bd994)

3.8.6 (2025-01-03)

Bug Fixes

  • use NoInfer in Form for certain props (58f5597)

3.8.5 (2025-01-01)

Bug Fixes

3.8.4 (2025-01-01)

Bug Fixes

3.8.3 (2025-01-01)

Bug Fixes

  • reset form after submit (ce8497c)

3.8.2 (2024-12-31)

Bug Fixes

  • set minSubmitTime to 0 if !suspendWhileSubmitting (c6fe59f)

3.8.1 (2024-12-31)

Bug Fixes

3.8.0 (2024-12-31)

Features

  • add suspendOnSubmitting (9172867)

3.7.6 (2024-12-30)

Bug Fixes

  • initial value in date field (e23791b)
  • issues with number record field (76a4c5b)
  • issues with record array field (731457b)

3.7.5 (2024-12-23)

Bug Fixes

  • issue where initial values are not set for composite fields (816e5a6)

3.7.4 (2024-12-20)

Bug Fixes

  • boolean field not being unchecked on reset (e29d2ea)
  • initial values no longer resets form (a2c443e)

3.7.3 (2024-11-28)

Bug Fixes

  • record array initial values issue (e1e9201)

3.7.2 (2024-11-16)

Bug Fixes

3.7.1 (2024-11-16)

Bug Fixes

3.7.0 (2024-10-29)

Features

  • add additional button option to form (23d20de)

3.6.6 (2024-10-21)

Bug Fixes

  • useEffect for initialValues (5b89d3d)

3.6.5 (2024-10-19)

Bug Fixes

  • add use client directive (15e6ce5)

3.6.4 (2024-10-18)

Bug Fixes

  • add min width for strength bar password (86fb839)

3.6.3 (2024-10-17)

Bug Fixes

  • center items in dropzone (f598988)

3.6.2 (2024-10-17)

Bug Fixes

  • add className option to FileDropzone (7a9619d)
  • adjust dropzone styles and add options (91f7e24)

3.6.1 (2024-10-16)

Bug Fixes

  • useLayoutEffect for form initial values (47d9e65)

3.6.0 (2024-10-16)

Features

Bug Fixes

  • issue where initialValues change does not trigger rerender of form (77a6dc2)
  • set initial values on change (e160616)

3.5.3 (2024-10-09)

Bug Fixes

3.5.2 (2024-10-07)

Bug Fixes

3.5.1 (2024-10-02)

Bug Fixes

  • add controlled option to tooltip (b1d13a9)

3.5.0 (2024-10-01)

Features

  • add acceptedFileTypes arg to fileDropzone (71533e6)
  • add default story for fileDropzone (07bc06b)
  • add FileDropzone (b11a8f6)
  • added dashed border (648da8e)
  • added dropzone translations to libui (e0e27d6)
  • being fileDropzone creation (9b1806e)
  • create basic story for fileDropzone (56268e2)
  • fileDropzone implementation from databank (2c92dcb)
  • switch dashed border styling to fileDropzone component from story (e8b9b90)

Bug Fixes

  • change testids to camel case (bda5626)
  • fix capitilization of FileDropzone component (de0c905)
  • update lucide react (c90aa9d)
  • use new translation system (9724f6a)

3.4.2 (2024-09-30)

Bug Fixes

  • issue where ActionDropdown is not disabled (9a8e2ce)

3.4.1 (2024-09-27)

Bug Fixes

  • use flex for field group (cf4d0fc)

3.4.0 (2024-09-27)

Features

  • add data-field-group prop to form (5712a35)
  • add fieldsFooter option (05e3999)

3.3.0 (2024-09-20)

Features

  • add tailwind theme extend feature (6c342dd)

Bug Fixes

3.2.0 (2024-09-18)

Features

3.1.5 (2024-09-17)

Bug Fixes

3.1.4 (2024-09-17)

Bug Fixes

  • pass through data props to action dropdown (ed1b5e6)

3.1.3 (2024-09-17)

Bug Fixes

  • allow passing data props to client table (d9ff83e)

3.1.2 (2024-09-17)

Bug Fixes

  • add option to data-cy in select field (a0b03f4)

3.1.1 (2024-09-17)

Bug Fixes

  • add data-cy prop for select item (6f00959)

3.1.0 (2024-09-10)

Features

  • accept args in translate (01f6d57)

3.0.1 (2024-09-10)

Bug Fixes

3.0.0 (2024-09-09)

⚠ BREAKING CHANGES

  • v3.0

Features

2.11.0 (2024-09-05)

Features

  • add statistic card component (a32e8d3)
  • implement disabled feature (9d6bfc3)

Bug Fixes

  • issue with MenuBar requiring type assertion (04c7848)

2.10.0 (2024-08-16)

Features

  • allow floating point and negative values for number field (23c980b)

2.9.3 (2024-08-15)

Bug Fixes

  • use libjs parseNumber for form field and set SAFE_INTEGER defaults (86be3d6)

2.9.2 (2024-08-13)

Bug Fixes

  • set zod as peer dependency (9035595)

2.9.1 (2024-08-10)

Bug Fixes

  • lower required zod version to 3.23.6 (e074f87)

2.9.0 (2024-08-07)

Features

  • implement placeholder for string field (87a0a57)

Bug Fixes

  • reduce opacity of placeholder text (d02c388)

2.8.2 (2024-07-19)

Bug Fixes

  • set global scrollbar width to thin (60bfdd3)

Changelog

2.8.1 (2024-07-09)

Bug Fixes

  • password strength meter with a strength of zero (4f6eec9)

2.8.0 (2024-07-09)

Features

  • add new password strength bar (d64ec27)

2.7.0 (2024-07-09)

Features

  • add support for multiple error messages (4c04cc9)

2.6.4 (2024-07-02)

Bug Fixes

  • adjust container padding (5f172a2)

2.6.3 (2024-07-02)

Bug Fixes

  • incorrectly placed screens property (57ba546)

2.6.2 (2024-07-02)

Bug Fixes

  • increase container padding (9f7c2f9)

2.6.1 (2024-06-27)

Bug Fixes

  • reduce container padding for very small screens (351affa)

2.6.0 (2024-06-23)

Features

  • add disableAutoPrefix to NumberField (9c6a38b)

Bug Fixes

  • typo in form test (4e971e6)
  • typo in i18n isPlainObject usage (0429016)

1.5.0 (2024-03-16)

Features

Bug Fixes

  • issue where cannot select date twice (38bd5b4)
  • set autocomplete to off (36cd867)
  • use forward ref for date picker (2c792ac)

1.4.0 (2024-03-15)

Features

Bug Fixes

1.3.0 (2024-03-14)

Features

1.2.0 (2024-03-14)

Features

  • add arrow toggle (db81d44)
  • add options to use session storage (46e8cff)

Bug Fixes

  • remove deprecated calls (9640e2d)

Reverts

  • setup storybook testing (4cebb00)

1.1.0 (2024-03-13)

Features

1.0.0 (2024-03-13)

Features

  • initial release