v2.0.0
Breaking change: upgrade to Tailwind 3
- feat(tailwind)!: upgrade to tailwind v3 by @jonasbuechel in #560
This change removes /dist/config.js and its tailwind config merge function tailwindConfig, please use tailwind preset instead (https://tailwindcss.com/docs/presets)
New features
- feat: add type prop to button by @msiric in #582
- feat: add tailwind config to exports by @jonasbuechel in #583
- feat(Accordion): add padding option by @Walkeezy in #590
- feat(Accordion): allow sections to be open by default (fixed) by @CelienB in #592
- feat: add pin icons by @urietberger in #589
- feat: add hoverable state to card component by @msiric in #584
Bugfixes
- fix(Stack): Use New Spacing Tokens by @deniaz in #575
- fix: upgrade arcade-tokens by @jonasbuechel in #586
- fix: decouple link chooser from clarify by @NadiaPosch in #581
- fix(Flyout): adjust Flyout positioning calculation by @SamCreasey in #572
- fix: Dropdown active item color classes by @NadiaPosch in #591
- fix(deps): revert lock file maintenance by @jonasbuechel in #588
Docs
New Contributors
- @urietberger made their first contribution in #589
Full Changelog: v1.1.0...v2.0.0