- a078eda: Checkbox a11y improvements
- 78aceda: Fix for VisuallyHidden missing html props
- e3c78aa: Added VisuallyHidden component
- f0bff18: Renamed checkbox label prop to children
- c73fcb1: Better solution for handling side effects
- 80d0b19: Fixed reset entry
- 616f3d2: Progress, Input, RadioGroup - improvements
- 0951ab5: Bump
- b795f5d: type module added
- 91dd5ec: Slider component fixes
- 3b7935f: Improved error messages for createAsChildTemplate
- 05eb6e3: Fixed render issue with asChild
- fb3c188: Updated packages
- 4e4ed11: Native dialog improvements
- 22fe39d: Introducing createAsChildTemplate that replaced Slottable
- 82c24ac: Changed width to inlineSize in Divider
- 9ce2962: Using the intended js api to open and close the dialog
- f141de5: Renamed Dropdown to Popover Removed variants from Popover. Can now apply custom styling for Tooltip.
- feadbfd: Dependency fix
- 5ef1b33: Moved dependencies to devDependencies
- 5a20ca2: Fixed build
- 1d2937b: Added Tooltip
- a6040bd: Added Slider component
- 2a01e1f: Dialog accessibility improvements
- 9992144: Removed "legacy" CSS properties and converted them to CSS logical properties
- 7c9d2c6: Added Select component
- 6b23230: - Added checkbox icon.
- Transition improvements.
- c8b7d4e: Renamed prop
gap
tospacing
for Inline
- fcb6830: - Renamed prop
gap
tospacing
in Stack- Renamed prop
visualOnly
toasSpan
in Label - Removed Stack from RadioGroup for more flexibility how to render child elements
- Renamed prop
- 58aa4ce: Added z-index: 1000 to dialog
- 4d0c563: Switch component
- 8577699: Momotaro button styling improvements
- 37beeb9: Removed "align" prop in Heading. Use "textAlign" instead
- 29ba4c0: Custom style api, combines atoms and raw css in a single object with the same api as style. So it could be used as a drop-in replacement for vanilla-extract style function.
- 7eb0416: It's now optional to provide custom component styles
- 72cae4e: Fixed issue in useRestoreFocus hook that always focussed the first element the user interacted with
- a053c70: Dialog support for "prefers-reduced-motion"
- 0d526a3: fix: Moved @changesets/cli to dev dependencies
- 3f0a4f0: Fixed usePreventBodyScroll for nested dialogs and show a scrollbar when there scrollbar is already visible
- 13b962b: Heading and Text atoms alignment
- a6c5730: Breaking change: removed polymorphic component renderer and replaced with asChild (inspired by radix ui)
- 14eafa0: Using react namespace for types
- 5df368b: Named exports
- ce1dbaa: Added Label, Checkbox and Radio.
- 6ced546: Theming refactor (breaking)
- 5012822: Added alignContent and alignSelf to sprinkles config
- 9d3f158: makeComponentTheme api changed from
makeComponentTheme({ type: 'button' })
tomakeComponentTheme('button', {})
- cdc99bd: Variant prop of Link component is now optional
- 5c48647: Added Dialog
- 53143ad: Test release 2
- d8e5a55: Testing release
- fe015b0: Test release