Releases: Frontify/fondue
Releases · Frontify/fondue
v8.1.0
Features
Fixes
- fix(Slider): correct slider component by @SamCreasey in #771
- fix: Fix hover in firefox by @imoutaharik in #776
- style: add missing padding top to tabs by @SamuelAlev in #777
Full Changelog: v8.0.0...v8.1.0
v8.0.0
BREAKING CHANGE
- fix: Refactor Tooltip component by @imoutaharik in #726
Complete refactor of the Tooltip component.
What's changed?
- No need anymore to nest the component, just use the withArrow prop to enable it
- Positioning is now handled within the component so no need to add popper on your side
- More options for positioning (Top, Bottom, Right, Left) and Alignment (Start, Middle, End) have been added
- You can choose to use automatic flip and you can add a HoverDelay
- Accessibility has been improved, it's now possible to tab into interactive elements inside the tooltip.
New Usage (no nesting necessary, new properties added)
<Tooltip
alignment="Middle"
content="Cupcake ipsum dolor sit amet ice cream. (https://Cupcakeipsumdolorsitameticecream.com)"
flip
heading="Title"
hoverDelay={200}
position="Bottom"
triggerElement={<button className="tw-flex tw-justify-center tw-items-center"><IconExclamationMarkCircle filled size="Size16"/><span>Tooltip trigger</span></button>}
/>
Full Changelog: v7.2.2...v8.0.0
v7.2.2
Bug Fixes
- fix(badge): hover style by @thisguyscode in #764
- fix(button): add button types to components by @SamCreasey in #767
Improvements
- fix: add index file for generated rte icons by @celine-s in #762
- fix(RichTextEditor): export EditorActions by @fulopdaniel in #765
- fix: add name data to form control by @SamCreasey in #770
- chore: remove husky by @SamuelAlev in #760
Full Changelog: v7.2.1...v7.2.2
v7.2.1
Fixes
- fix(RichTextEditor): pass value as valid html in storybook by @Walkeezy in #759
- refactor: extract type by @SamuelAlev in #758
Full Changelog: v7.2.0...v7.2.1
v7.2.0
Features
- feat: Flyout min height by @mikeyrayvon in #746
- feat: add optional button to action menu item by @Kenny806 in #723
- feat(RichTextEditor): enable controls customization by @Walkeezy in #754
Fixes
- fix(FormControl): fixed ids being stripped in form control by @SamCreasey in #756
- fix(Checkbox): make value optional by @SamCreasey in #755
- fix: add button type to tab by @SamCreasey in #757
- fix(AssetInput): flyout width is calculated incorrectly by @fulopdaniel in #752
- fix: HMR is not working when linked to other project by @fulopdaniel in #747
Others
- chore(deps): update dependency @types/react-dom to v17.0.16 by @renovate in #750
- chore(deps): update dependency @storybook/builder-vite to v0.1.32 by @renovate in #749
- chore(deps): lock file maintenance by @renovate in #751
- style: hide overflow from image by @SamuelAlev in #748
New Contributors
- @fulopdaniel made their first contribution in #747
- @mikeyrayvon made their first contribution in #746
Full Changelog: v7.1.1...v7.2.0
v7.1.1
Improvements
- fix: dropdown is hidden in Flyout overflow by @imoutaharik in #712
- fix(TextInput): adjust button types by @leko91 in #744
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- feat: Multiselect Tree component by @selimovicz in #736
- fix(MultiSelect): add non-transparent background by @SamCreasey in #742
- feat: add new icons for rte by @celine-s in #743
- style: higher zIndex dropdown link chooser by @SamuelAlev in #745
Full Changelog: v7.0.1...v7.1.0
v7.0.1
Fixes
Others
- ci: add parallel tests by @SamuelAlev in #738
- chore: update storybook-builder-vite by @Walkeezy in #739
Full Changelog: v7.0.0...v7.0.1
v7.0.0
BREAKING CHANGES
- fix(badge)!: convert badge emphasis property to enum by @SamCreasey in #730
New type created for the emphasis property: BadgeEmphasis
// Emphasis Strong
<Badge
emphasis={BadgeEmphasis.Strong}
>
Text
</Badge>
// Emphasis None
<Badge
emphasis={BadgeEmphasis.None}
>
Text
</Badge>
Features
- feat(ColorPickerFlyout): add onDelete prop and trash icon by @dominiquemb in #687
Fixes
- fix(LinkChooser): adjust empty results container height by @NadiaPosch in #734
- fix(modal): add types to exports by @thisguyscode in #732
- fix(LinkChooser): overflow issue inside Accordion by @Walkeezy in #735
- fix(AssetChooser): overflow issue inside Accordion by @Walkeezy in #737
- revert: update storybook-vite-builder by @SamuelAlev in #733
Full Changelog: v6.4.1...v7.0.0
v6.4.1
What's Changed
- chore(deps): update dependency @storybook/builder-vite to v0.1.29 by @renovate in #729
- chore(deps): pin dependency concat to 1.0.3 by @renovate in #728
- fix(modal/tabs): adjust text colors by @thisguyscode in #706
- fix(tabs): minor spacing adjustments by @thisguyscode in #654
- fix(switch): adjust button type by @julianiff in #731
New Contributors
- @julianiff made their first contribution in #731
Full Changelog: v6.4.0...v6.4.1