Skip to content

Releases: receter/sys42

ui: v2.0.0

20 Dec 16:24
00431b3
Compare
Choose a tag to compare

2.0.0 (2024-12-20)

⚠ BREAKING CHANGES

  • ui: The OverflowMenuItem is a separate export now instead of OverflowMenu.Item

Features

  • add checkbox and radio (54f038a)
  • add LabeledControl component (283d655)
  • add TextArea (818116f)
  • add warning variant to Button component and update styles (5000691)
  • styling for checkboxes and radios (ed4e571)

Bug Fixes

  • concat class name of label and refactor to match new naming conventions (dc9cd80)
  • correct naming convention for container props (e167131)
  • fix type exports and update readme (86d57d4)
  • make text input max 100% width (bcf020a)
  • remove unnecessary type (9a23eed)
  • small improvements to overflow menu (d205b05)
  • update Button styles to include color (5d8bfaf)

Code Refactoring

  • ui: new type system and coding style (860b5fd)

ui: v1.5.0

31 Oct 04:22
ff64101
Compare
Choose a tag to compare

1.5.0 (2024-10-30)

Features

  • add OverflowMenu component (17cd47d)

utils: v1.3.0

22 Oct 08:22
d87d9ea
Compare
Choose a tag to compare

1.3.0 (2024-10-22)

Features

  • hooks usePersistentState and usePrevious (5174fd4)

utils: v1.2.0

17 Oct 13:20
5d3d4d5
Compare
Choose a tag to compare

1.2.0 (2024-10-17)

Features

  • add alias "cn" for concatClassNames function (1ed1ab2)

ui: v1.4.0

17 Oct 13:20
5d3d4d5
Compare
Choose a tag to compare

1.4.0 (2024-10-17)

Features

  • improved naming for css spacing variables (f9f7259)

ui: v1.3.1

09 Oct 11:27
e7abd00
Compare
Choose a tag to compare

1.3.1 (2024-10-09)

Bug Fixes

  • remove font-family and line-height vars in favor of setting it directly (62aac7e)

utils: v1.1.0

08 Oct 07:29
a79fda1
Compare
Choose a tag to compare

1.1.0 (2024-10-08)

Features

  • add filterKeyTriggerButton and accessibleOnClick also triggers with Spacebar (f92eed5)

ui: v1.3.0

08 Oct 07:41
88bdf15
Compare
Choose a tag to compare

1.3.0 (2024-10-08)

Features

  • add line-height variable for input-text (7ae2bff)

ui: v1.2.1

08 Oct 07:29
a79fda1
Compare
Choose a tag to compare

1.2.1 (2024-10-08)

Bug Fixes

  • button padding vert/horiz swapped (5790b82)
  • export FormFieldContext (c1c1a85)

utils: v1.0.1

07 Oct 11:04
6269582
Compare
Choose a tag to compare

1.0.1 (2024-10-07)

Bug Fixes

  • accessibleOnClick event type (485dab2)
  • tabindex should not be required (fd9e7d7)