Releases: Frontify/fondue
Releases · Frontify/fondue
v0.12.0
v0.11.0
Refactors
- Use slate.js instead draft.js for RichTextEditor
v0.10.0
v0.9.0
Features
- Add placeholder to MultiSelect
Refactors
- Removed wrapping FormControl from MultiInput
Styles
- Fix empty dropdown height
- Fix issue when dropdown was focusable when disabled
v0.8.2
Features:
- Add Checklist to MultiSelect component
- Add checklist aria props
Fixes:
- Increase z-index for dropdown
v0.8.1
Fix
Properly expose types
v0.8.0
Features
- Added RichTextEditor
- Added Table
- Added MultiSelect
- Added ColorInputTrigger
v0.7.3
New features
- Add multi-column capabilities to the Checklist component. The Checklist component content can be split up to four columns
- Add the
hug
prop to the Switch component so they appear next to each other
Bugfixes:
- Fix caret position in AssetInput component
Improvements
- Reduce Switch component complexity
- Add missing Switch tests
- Add more stories to the Switch component
v0.7.2
Bugfixes:
- TextInput: fix: remove cursor not allowed
- InputLabel: close popup on hover end
- Checkbox: show tooltip only if it's given
- Dropdown: apply Smaller Gap for Small MenuItem
- Slider:
- Added label prop for text items
- Correct visual Alignment for label
v0.7.1
Bugfixes
- Fixed a bug which caused text inputs not to be focusable in an accordion
- Fixed a bug which caused disabled dropdown items to be selectable using ArrowUp or ArrowDown