Skip to content

Releases: receter/sys42

ui: v3.1.0

14 Apr 15:50
a550d50

Choose a tag to compare

3.1.0 (2025-04-14)

Features

  • ci: add GitHub Actions workflow for deploying React Cosmos to GitHub Pages (ba53d23)

Bug Fixes

  • set box-sizing border box for button in case it is not a button element (6004536)

copilot: v1.1.1

28 Mar 09:45
0e4b346

Choose a tag to compare

1.1.1 (2025-03-28)

Bug Fixes

  • copilot: update build script to create nested instructions directory (016951d)

copilot: v1.1.0

27 Mar 21:28
547873e

Choose a tag to compare

1.1.0 (2025-03-27)

Features

  • copilot: add instructions and scripts for code generation and commit message guidance (6280682)

copilot: v1.0.1

27 Mar 21:09
e1dd620

Choose a tag to compare

1.0.1 (2025-03-27)

Bug Fixes

  • correct grammar and details in commit message instructions for package updates (67f6206)

copilot: v1.0.0

27 Mar 15:06
9417470

Choose a tag to compare

1.0.0 (2025-03-27)

Features

  • add release-please workflow for copilot package and update configuration (15cb594)
  • update release workflow to include copilot package (e9177a8)

Bug Fixes

  • move package.json for @sys42/copilot module (6f6f212)
  • update release-please configuration for copilot package and create new config file (17cdfa7)

ui: v3.0.0

16 Jan 09:52
04c2521

Choose a tag to compare

3.0.0 (2025-01-16)

⚠ BREAKING CHANGES

  • The variant "warning" of Button was renamed to "danger"

Features

Bug Fixes

  • rename button variant "warning" to "danger" (fe29390)

ui: v2.3.0

15 Jan 15:08
95f2533

Choose a tag to compare

2.3.0 (2025-01-15)

Features

  • add variable for control-size, shadow for checkbox and radio, and radio indicator size (80b23b1)

ui: v2.2.0

15 Jan 11:52
7f5214a

Choose a tag to compare

2.2.0 (2025-01-15)

Features

  • improved default styling of button (d7359bd)

ui: v2.1.1

14 Jan 10:21
0805808

Choose a tag to compare

2.1.1 (2025-01-14)

Bug Fixes

  • css layers are now correct (79923fe)
  • onChange and onChangeValue should not be required (eb16a1b)
  • set FormFieldSet to display block (f91fc8c)

ui: v2.1.0

14 Jan 08:20
8809152

Choose a tag to compare

2.1.0 (2025-01-14)

Features

  • add CheckboxGroup and CheckboxGroupItem (18a7b94)
  • add RadioGroup, RadioGroupItem, and FormFieldSet (1fe6070)
  • Support name for RadioGroup and CheckboxGroup (5398d03)