Skip to content

Releases: receter/sys42

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)

ui: v1.2.0

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

1.2.0 (2024-10-07)

Features

  • improved css variables for button (9ee341f)
  • set content elements margin to 0 and add a content class for formating content nicely (e8dc94a)
  • Switch to border width and color vars instead of border shorthand (1c2f411)

Bug Fixes

  • better CSS custom property name for focus styles (9045ec3)
  • box-sizing border-box for textInput (6449858)
  • buttonGroupReverse align baseline (32d9efd)
  • do not always add role button (2a24e63)
  • remove isFullWidth from button (a7287af)
  • remove unused isDisabled prop from Button interface (3c42114)

ui: v1.1.0

22 Sep 15:09
753bd20
Compare
Choose a tag to compare

1.1.0 (2024-09-22)

Features

  • add size and isFullWidth to Button component (5b95cda)
  • assign role="button" when element type of a is not a button (749265a)
  • remove react aria (3637fda)

Bug Fixes

  • define border for button primary (1295c01)
  • onClick and disabled instead of onPress and isDisabled in examples and fixture (97dc6fe)