6.4.0 (2026-04-28)
- add disableAutoPrefix option to number record field (5d75bd4)
6.3.3 (2026-03-29)
- issue where data table layout is broken with both pinned columns and actions (53faaba)
6.3.2 (2026-03-26)
- update lucide-react to v1 (39337fc)
6.3.1 (2026-03-23)
- issue with background color of actions column (bf88543)
- issue with styling for grouped headers in DataTable (a4c2aa2)
6.3.0 (2026-03-13)
- 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)
- 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)
- issue where days of week in calendar are misaligned when month starts on Sunday (50c4c34)
6.2.0 (2026-02-26)
- 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)
- 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)
- typo (eec80eb)
6.1.1 (2026-02-18)
- add warning if multiple translators exist (f0dfea2)
6.1.0 (2026-02-12)
6.0.0 (2026-01-21)
- Remove Accordion, AlertDialog, Avatar, Breadcrumb, Chart, Collapsible, Command, ContextMenu, Drawer, ErrorBoundary, ErrorFallback, LineGraph, MenuBar, Progress, Resizable, SpinnerIcon, Switch
- export tanstack table namespace (fc22539)
- add react imports for types (a5d7541)
- remove unused components (1ca6032)
5.0.2 (2026-01-16)
- react type error (2a85904)
5.0.1 (2026-01-14)
- 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)
- DataTable has been completely rewritten
- implement new DataTable (7311e00)
4.9.1 (2025-10-27)
4.9.0 (2025-10-27)
- allow description in boolean field (688c9f8)
4.8.3 (2025-10-07)
- 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)
- recreate t function when resolved language changes (d99ca97)
4.8.1 (2025-10-01)
- handle translator init in ssr environment (c812e12)
4.8.0 (2025-09-10)
- add new subscribe option for form (1521cc4)
4.7.0 (2025-08-24)
- add new destructive action usages (3a31817)
4.6.1 (2025-08-07)
- allow params in destructive action (3af5c2d)
4.6.0 (2025-08-07)
- add useDestructiveAction and CoreProvider (8ac9e0e)
4.5.1 (2025-07-12)
- translator namespace type issue (f6f69f6)
4.5.0 (2025-06-26)
- allow users to return an error from onSubmit in form (496c956)
4.4.1 (2025-05-30)
- export data table (b23bfa1)
4.4.0 (2025-05-30)
- support zod v4 (87d54f8)
4.3.0 (2025-05-27)
- add new DataTable component using tanstack table (46917e4)
4.2.1 (2025-05-04)
- 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)
- add OneTimePasswordInput (44e4000)
- reset all error messages on language change (3d1dd0e)
4.1.1 (2025-04-19)
- rename beforeSubmit to onBeforeSubmit (forgot to follow convention) (7a120df)
4.1.0 (2025-04-19)
- add beforeSubmit callback to form (67710bf)
- 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)
- update styling for large button (bb311da)
4.0.1 (2025-04-03)
- more obvious hover effect for button (d2779f4)
4.0.0 (2025-04-01)
- Tailwind v4 is now a peer dep
- React 19 now peer dependency
- issue with storybook oklch color (284ea2b)
3.9.0 (2025-03-26)
- add arrows to first and last page buttons (3b24cec)
- add first and last page buttons (049f484)
- add first and last page buttons translations (f7e9c49)
- remove console log (e7523a4)
3.8.7 (2025-01-28)
- sync language document attribute (a3bd994)
3.8.6 (2025-01-03)
- use NoInfer in Form for certain props (58f5597)
3.8.5 (2025-01-01)
3.8.4 (2025-01-01)
3.8.3 (2025-01-01)
- reset form after submit (ce8497c)
3.8.2 (2024-12-31)
- set minSubmitTime to 0 if !suspendWhileSubmitting (c6fe59f)
3.8.1 (2024-12-31)
- button width in form (f1ae125)
3.8.0 (2024-12-31)
- add suspendOnSubmitting (9172867)
3.7.6 (2024-12-30)
- initial value in date field (e23791b)
- issues with number record field (76a4c5b)
- issues with record array field (731457b)
3.7.5 (2024-12-23)
- issue where initial values are not set for composite fields (816e5a6)
3.7.4 (2024-12-20)
3.7.3 (2024-11-28)
- record array initial values issue (e1e9201)
3.7.2 (2024-11-16)
3.7.1 (2024-11-16)
- add libui include (c8c7e71)
3.7.0 (2024-10-29)
- add additional button option to form (23d20de)
3.6.6 (2024-10-21)
- useEffect for initialValues (5b89d3d)
3.6.5 (2024-10-19)
- add use client directive (15e6ce5)
3.6.4 (2024-10-18)
- add min width for strength bar password (86fb839)
3.6.3 (2024-10-17)
- center items in dropzone (f598988)
3.6.2 (2024-10-17)
3.6.1 (2024-10-16)
- useLayoutEffect for form initial values (47d9e65)
3.6.0 (2024-10-16)
- add chart (3ce94e6)
- issue where initialValues change does not trigger rerender of form (77a6dc2)
- set initial values on change (e160616)
3.5.3 (2024-10-09)
- bump deps (90db362)
3.5.2 (2024-10-07)
- sheet overlay (0af7433)
3.5.1 (2024-10-02)
- add controlled option to tooltip (b1d13a9)
3.5.0 (2024-10-01)
- 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)
- 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)
- issue where ActionDropdown is not disabled (9a8e2ce)
3.4.1 (2024-09-27)
- use flex for field group (cf4d0fc)
3.4.0 (2024-09-27)
3.3.0 (2024-09-20)
- add tailwind theme extend feature (6c342dd)
- add data props (80b20d9)
3.2.0 (2024-09-18)
- add useLocalStorage (74a0a75)
3.1.5 (2024-09-17)
- add slider props (1a5e64c)
3.1.4 (2024-09-17)
- pass through data props to action dropdown (ed1b5e6)
3.1.3 (2024-09-17)
- allow passing data props to client table (d9ff83e)
3.1.2 (2024-09-17)
- add option to data-cy in select field (a0b03f4)
3.1.1 (2024-09-17)
- add data-cy prop for select item (6f00959)
3.1.0 (2024-09-10)
- accept args in translate (01f6d57)
3.0.1 (2024-09-10)
- export i18n (66b550e)
3.0.0 (2024-09-09)
- v3.0
- v3.0 (62087a4)
2.11.0 (2024-09-05)
- issue with MenuBar requiring type assertion (04c7848)
2.10.0 (2024-08-16)
- allow floating point and negative values for number field (23c980b)
2.9.3 (2024-08-15)
- use libjs parseNumber for form field and set SAFE_INTEGER defaults (86be3d6)
2.9.2 (2024-08-13)
- set zod as peer dependency (9035595)
2.9.1 (2024-08-10)
- lower required zod version to 3.23.6 (e074f87)
2.9.0 (2024-08-07)
- implement placeholder for string field (87a0a57)
- reduce opacity of placeholder text (d02c388)
2.8.2 (2024-07-19)
- set global scrollbar width to thin (60bfdd3)
Changelog
2.8.1 (2024-07-09)
- password strength meter with a strength of zero (4f6eec9)
2.8.0 (2024-07-09)
- add new password strength bar (d64ec27)
2.7.0 (2024-07-09)
- add support for multiple error messages (4c04cc9)
2.6.4 (2024-07-02)
- adjust container padding (5f172a2)
2.6.3 (2024-07-02)
- incorrectly placed screens property (57ba546)
2.6.2 (2024-07-02)
- increase container padding (9f7c2f9)
2.6.1 (2024-06-27)
- reduce container padding for very small screens (351affa)
2.6.0 (2024-06-23)
- add disableAutoPrefix to NumberField (9c6a38b)
1.5.0 (2024-03-16)
- add array value (89a4db9)
- add autofocus option to popover content (9f7914c)
- add dynamic field (5306d12)
- add form (9c0da7e)
- add form fields component (69f0f9d)
- add numeric field (d103f92)
- add options field (c63ea1b)
- add primitive field (0ecbe37)
- add slider (179d33a)
- add static field (6445cd2)
- add text field (0444181)
- 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)
- add binary field (9e38ae4)
- add date field (28b70a5)
- add dropdown menu (5911b80)
- add language toggle (208cda6)
- add theme toggle (09e6d89)
1.3.0 (2024-03-14)
- add avatar (499f2b9)
- add badge (a43d492)
- add card (1457bff)
- add checkbox (bb5c229)
- add date picker (9d3f159)
- add popover (95f646d)
- add radio group (2b22337)
- add scroll area (630ecef)
- add select (9a25d23)
- add separator (8c5db8d)
- add switch (fd6f50d)
- add tabs (b71f41b)
- add text area (41f6fa4)
- add tooltip (867ef5a)
1.2.0 (2024-03-14)
- remove deprecated calls (9640e2d)
- setup storybook testing (4cebb00)
1.1.0 (2024-03-13)
- add accordion (a06bde1)
- initial release