Releases: versini-org/ui-components
Releases · versini-org/ui-components
ui-form: v1.10.0
1.10.0 (2025-01-03)
Features
- adding support for React 19.x (#768) (7a64fd7)
- adding ToggleGroup component (#716) (a794f97)
- adding ui-svgicon and ui-svgicon-types (#794) (d920ae5)
- TextArea: extracting TextArea as a standalone package (#678) (cfa6472)
- TextInput: extracting TextInput as a standalone package (#674) (34c0cf3)
- Toggle: adding support for noBorder (#496) (90e0f3e)
- Toggle: extracting Toggle as a standalone package (#672) (1a215b5)
- ui-form: adding support for labelHidden prop (#457) (cb58eac)
- ui-form: moving form components to their own package (#393) (59a6f42)
- ui-styles: renaming ui-plugins package into ui-styles (#397) (90f0343)
Bug Fixes
- better error styles for TextInput and TextArea (#527) (d0952ab)
- bump dependencies to latest (#685) (4f79647)
- bump non-breaking dependencies (#539) (2826c44)
- TextArea: adding small delay when first setting controlled value (#620) (4721b20)
- TextArea: darker label and hint text in dark mode (#578) (c4ca807)
- TextArea: field does not grow anymore with extra lines (#523) (659d1e9)
- TextArea: first render is sometimes leaking out of the page (#618) (745f37c)
- TextArea: reducing initial controlled render delay (#624) (0b42446)
- TextArea: right element padding is sometimes missing (#541) (3625872)
- TextInput: first render is sometimes leaking out of the page (#602) (594655c)
- Toggle: a bit more unique color / style (#494) (1ff0727)
- Toggle: better dark and light modes (#418) (e3231cf)
- Toggle: cannot toggle programmatically (#569) (9a6b39b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-textarea bumped to 3.0.0
- @versini/ui-textinput bumped to 3.0.0
- @versini/ui-toggle bumped to 3.0.0
- @versini/ui-togglegroup bumped to 3.0.0
- dependencies
ui-footer: v3.0.0
3.0.0 (2025-01-03)
� BREAKING CHANGES
- Footer: removing spacing prop in favor of Tailwind classes (#822)
Features
- adding support for React 19.x (#768) (7a64fd7)
- adding ui-spacing and ui-spacing-types (#785) (8a4c837)
- adding ui-svgicon and ui-svgicon-types (#794) (d920ae5)
- Footer: extracting Footer as a standalone package (#655) (8808a2a)
- introducing ui-types - for all types (#802) (950bccb)
Bug Fixes
- bump non-breaking dependencies to latest (#692) (2300b7c)
- bump non-breaking dependencies to latest (#743) (1438577)
- bump non-breaking dependencies to latest (#771) (11adf6b)
- cleanup dependency graph a little (#670) (cb61411)
- Footer: removing spacing prop in favor of Tailwind classes (#822) (077c1fb)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-types bumped to 4.0.0
- dependencies
ui-components: v5.34.1
5.34.1 (2025-01-03)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-table bumped to 3.0.1
- dependencies
ui-components: v5.34.0
5.34.0 (2025-01-03)
Features
- adding mode prop to all components (#374) (71e06d8)
- adding support for React 19.x (#768) (7a64fd7)
- adding ui-svgicon and ui-svgicon-types (#794) (d920ae5)
- applying global accent color in dark mode (#472) (4e3b13c)
- Bubble: adding modes for copy-to-clipboard button (#416) (9caf87c)
- Bubble: extracting Bubble as a standalone package (#646) (7eb19b7)
- Button: adding prop variant to support different styles (#424) (49eaf4f)
- Button: extracting Button and peers as a standalone package (#635) (651f857)
- ButtonIcon: adding support for prop "align" (#498) (3a96dbe)
- Card: adding prop "compact" (#463) (1f65900)
- Card: adding prop bodyClassName (#403) (4f896a5)
- Card: adding support for darker mode and noBorder options (#576) (40c03e9)
- Card: extracting Card as a standalone package (#648) (1a08557)
- Footer: extracting Footer as a standalone package (#655) (8808a2a)
- Header: extracting Header as a standalone package (#657) (df9d2d9)
- Main: extracting Main as a standalone package (#659) (5e9330b)
- Menu: extracting Menu as a standalone package (#661) (c1065c3)
- Panel: adding className prop to override default width (#594) (f878f15)
- Panel: extracting Panel as a standalone package (#663) (3450a8f)
- Pill: extracting Pill as a standalone package (#665) (0f13fae)
- Pill: introducing Pill component (#363) (a6672c7)
- refactor Menu to extract trigger prop (#536) (1818315)
- Spinner: extracting Spinner as a standalone package (#666) (d607d22)
- Table: adding TableCellSort to support sortable data (#501) (5115669)
- Table: adding TableFooter and better sticky visual clues (#437) (33d73c6)
- Table: better sort indicator when a column is sorted (#507) (e52ca48)
- Table: extracting Table as a standalone package (#668) (d2ad0f5)
- Table: using the new sort icons (#514) (74ca7a9)
- ui-components: adding colors to Header component (#468) (23f978a)
- ui-components: Adding support for compact Table (#455) (22d058a)
- ui-form: moving form components to their own package (#393) (59a6f42)
- ui-styles: renaming ui-plugins package into ui-styles (#397) (90f0343)
Bug Fixes
- Anchor: [a11y] replace
div
withspan
asdiv
cannot be placed inp
(#409) (f789f0c) - Anchor: replacing internal Anchor with individual in main lib (#642) (7afd5c9)
- better color contrast for right Bubble (#488) (cccc4df)
- Bubble: smaller and better copy-paste icon (#552) (44e4858)
- bump @floating-ui/react to latest (#490) (67a84a5)
- bump dependencies to latest - AGAIN (#548) (350d5de)
- bump dependencies to latest (#575) (90cf804)
- bump dependencies to latest (#598) (71c858d)
- bump dependencies to latest (#637) (428b40e)
- bump dependencies to latest (#685) (4f79647)
- bump non-breaking dependencies (#539) (2826c44)
- bump non-breaking dependencies to latest (#459) (fffc085)
- bump non-breaking dependencies to latest (#553) ...
ui-card: v3.0.0
3.0.0 (2025-01-03)
� BREAKING CHANGES
- Card: removing spacing prop in favor of Tailwind classes (#821)
Features
- adding support for React 19.x (#768) (7a64fd7)
- adding ui-spacing and ui-spacing-types (#785) (8a4c837)
- adding ui-svgicon and ui-svgicon-types (#794) (d920ae5)
- Card: extracting Card as a standalone package (#648) (1a08557)
- introducing ui-types - for all types (#802) (950bccb)
- simplification of the global name for individual components (#652) (91c6c85)
Bug Fixes
- bump non-breaking dependencies to latest (#692) (2300b7c)
- bump non-breaking dependencies to latest (#743) (1438577)
- bump non-breaking dependencies to latest (#771) (11adf6b)
- Card: removing spacing prop in favor of Tailwind classes (#821) (e131469)
- Card: using type namespace (#781) (a777ed2)
- cleanup dependency graph a little (#670) (cb61411)
- externalize Card types (#779) (e157db3)
- removing spacing component (#837) (db2636f)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-types bumped to 4.0.0
- dependencies
ui-button: v4.0.0
4.0.0 (2025-01-03)
� BREAKING CHANGES
- Icons: replacing defaultClassName with size prop (#846)
- Bubble: removing spacing prop in favor of Tailwind classes (#820)
- Button: spacing prop is deprecated - use className and Tailwind margins instead.
Features
- adding ButtonCopy component (#840) (54c6f8c)
- adding support for React 19.x (#768) (7a64fd7)
- adding ui-button-types (#799) (c1b0f94)
- adding ui-spacing and ui-spacing-types (#785) (8a4c837)
- adding ui-svgicon and ui-svgicon-types (#794) (d920ae5)
- Button: adding support for radius prop (#813) (6a0719e)
- Button: adding variant "selected" (#816) (a394733)
- ButtonCopy: adding support for function for copyToClipboard prop (#842) (d1629c7)
- Button: extracting Button and peers as a standalone package (#635) (651f857)
- Button: variable padding based on the size - take 2 (#861) (241f4dd)
- Button: variable padding based on the size (#859) (f4c70e5)
- Icons: replacing defaultClassName with size prop (#846) (ecbf05c)
- introducing ui-types - for all types (#802) (950bccb)
- simplification of the global name for individual components (#652) (91c6c85)
Bug Fixes
- Bubble: removing spacing prop in favor of Tailwind classes (#820) (e6ac6ec)
- bump non-breaking dependencies to latest (#692) (2300b7c)
- bump non-breaking dependencies to latest (#743) (1438577)
- bump non-breaking dependencies to latest (#771) (11adf6b)
- Button: better exports (#645) (2abb463)
- Button: first pass at removing spacing prop from all components (#817) (0d79337)
- ButtonIcon: adding support for missing prop "variant" (#876) (654772c)
- Button: lighter "selected" variant + minor refactor (#874) (c8ab416)
- cleanup dependency graph a little (#670) (cb61411)
- removing spacing component (#837) (db2636f)
- ui-button: remove dev dependency on ui-icons (#705) (b05ab47)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-icons bumped to 4.0.0
- @versini/ui-types bumped to 4.0.0
- devDependencies
- @versini/ui-svgicon bumped to 4.0.0
- dependencies
ui-bubble: v3.0.0
3.0.0 (2025-01-03)
� BREAKING CHANGES
- Bubble: removing spacing prop in favor of Tailwind classes (#820)
Features
- adding support for React 19.x (#768) (7a64fd7)
- adding ui-spacing and ui-spacing-types (#785) (8a4c837)
- adding ui-svgicon and ui-svgicon-types (#794) (d920ae5)
- Bubble: extracting Bubble as a standalone package (#646) (7eb19b7)
- introducing ui-types - for all types (#802) (950bccb)
- simplification of the global name for individual components (#652) (91c6c85)
Bug Fixes
- Bubble: bubble max width too big at lower breakpoints (#854) (8dd8332)
- Bubble: copy paste icon is too big (#852) (99e4cc3)
- Bubble: invalid name for analytics (#650) (1575d09)
- Bubble: removing spacing prop in favor of Tailwind classes (#820) (e6ac6ec)
- Bubble: too wide bubble at lower breakpoints (#848) (d7d99fc)
- bump non-breaking dependencies to latest (#692) (2300b7c)
- bump non-breaking dependencies to latest (#743) (1438577)
- bump non-breaking dependencies to latest (#771) (11adf6b)
- cleanup dependency graph a little (#670) (cb61411)
- removing spacing component (#837) (db2636f)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-button bumped to 4.0.0
- @versini/ui-icons bumped to 4.0.0
- @versini/ui-types bumped to 4.0.0
- dependencies
ui-anchor: v1.4.0
1.4.0 (2025-01-03)
Features
- adding support for React 19.x (#768) (7a64fd7)
- Anchor: extracting Anchor as a standalone package (#639) (1e65737)
- Button: variable padding based on the size - take 2 (#861) (241f4dd)
- simplification of the global name for individual components (#652) (91c6c85)
Bug Fixes
- bump non-breaking dependencies to latest (#692) (2300b7c)
- bump non-breaking dependencies to latest (#743) (1438577)
- cleanup dependency graph a little (#670) (cb61411)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-button bumped to 4.0.0
- dependencies
ui-truncate: v2.0.9
2.0.9 (2025-01-02)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-button bumped to 3.2.1
- dependencies
ui-table: v2.0.9
2.0.9 (2025-01-02)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @versini/ui-button bumped to 3.2.1
- @versini/ui-icons bumped to 3.1.0
- dependencies