Releases: Frontify/fondue
Releases · Frontify/fondue
v2.1.1
What's Changed
- fix(Tooltip): Extract Padding Values due to Tailwind CSS Purging Issue by @deniaz in #610
- fix: change hover and focus color for search results in LinkChooser by @NadiaPosch in #615
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- fix(flyout): separate footer close from overlay close by @SamCreasey in #599
- fix(tailwind-config): remove clarify only overrides by @jonasbuechel in #607
- feat(stack): align and justify by @SamCreasey in #608
- fix(MenuItemComponent): Move Conditional Classes to Record by @deniaz in #609
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- fix(tailwind-config): export tailwind config without using vite by @jonasbuechel in #605
Full Changelog: v2.0.0...v2.0.1
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
v1.1.0
What's Changed
- fix: Fixate arcade-tokens by @jonasbuechel in #558
- fix(deps): update dependency framer-motion to v6 by @renovate in #557
- fix: Upgrade to Cypress 9.3.1 by @jonasbuechel in #559
- feat(icons): new alert icon by @SamCreasey in #561
- fix(color-picker-flyout): slider animation when inside accordion by @Walkeezy in #563
- fix(color-picker-flyout): color resets on scroll outside by @SamCreasey in #555
- fix(link-chooser): remove story fixed-width by @SamCreasey in #567
- fix: RichTextEditor toolbar position when scrolling by @NadiaPosch in #568
- feat: Support Flyout content width by @msiric in #564
- feat(link-chooser): add accessible scrolling by @SamCreasey in #570
- fix: Make areas around icons clickable by @msiric in #565
- feat: add optional actions to tree component nodes by @Kenny806 in #566
- fix: "Unexpected any" linting errors by @NadiaPosch in #577
- feat(rich-text-editor): add text alignment controls by @Walkeezy in #571
- fix(slider): strange animation behaviour by @Walkeezy in #579
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- fix(color-picker): partially revert commit 7641bec and add fixed header prop by @SamCreasey in #549
- feat: Add autocomplete property for TextInput by @hochreutenerl in #552
- fix: AssetInput truncate and overlay z-index by @NadiaPosch in #553
- fix(flyout): move footer outside scroll boundary by @SamCreasey in #554
- fix(link-chooser): design review corrections by @SamCreasey in #550
- fix(link-chooser): create multiple custom links by @SamCreasey in #551
Breaking Changes
New Contributors
- @hochreutenerl made their first contribution in #552
Full Changelog: v0.17.0...v1.0.0
v0.17.0
What's Changed
- fix(ActionMenu): Move Hooks From Loops Into the Components [CU-2324kxx] by @deniaz in #544
- feat: Add twitter logo icon by @charlietango in #548
Full Changelog: v0.16.2...v0.17.0
v0.16.2
What's Changed
- fix(flyout): Prevent closing on over-scroll by @SamCreasey in #541
- fix(color-picker): change scroll position by @SamCreasey in #543
- fix(dropdown): spacing and clearable issues by @SamCreasey in #545
- refactor: set types to nullable by @SamuelAlev in #547
Full Changelog: v0.16.1...v0.16.2
v0.16.1
What's Changed
- fix(color-picker): update hex when enter is pressed by @SamCreasey in #540
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- fix: allow React node as a children by @SamuelAlev in #526
- fix: make color picker inputs clearable by @Kenny806 in #528
- refactor: make SliderItem a separate FC by @Kenny806 in #529
- fix(color-picker): sticky preview behaviour by @SamCreasey in #532
- fix(slider): prevent transition on unrelated re-renders by @SamCreasey in #536
- fix(slider): slider focus ring inside overlays by @SamCreasey in #531
- fix(color-picker): filter empty palettes by @SamCreasey in #533
- fix: avoid double gap by @SamuelAlev in #539
- style: hide overflow long filename by @SamuelAlev in #538
- feat: link chooser component by @msiric in #325
Full Changelog: v0.15.0...v0.16.0