Skip to content

ui-form: v1.10.0

Compare
Choose a tag to compare
@aversini aversini released this 03 Jan 15:44
406bf42

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