Skip to content

Releases: Frontify/fondue

v0.12.0

09 Nov 16:55
Compare
Choose a tag to compare

Features

  • Add quote icons (#375)

Fixes

  • Rename ActionMenu story and add onClick to ButtonGroup story (#371)

v0.11.0

08 Nov 10:32
Compare
Choose a tag to compare

Refactors

  • Use slate.js instead draft.js for RichTextEditor

v0.10.0

02 Nov 14:01
Compare
Choose a tag to compare

Features

  • Add variation of multi select (#339)

Fixes

  • Color picker trigger styling fixes (#337)
  • Dropdown Trigger carat color (#342)
  • Switch focus visibility (#343)
  • Make grid default view for BrandColorPicker (#354)
  • Table select all (#353)
  • ColorPickerTrigger title style (#352)
  • Table header focus style (#360)
  • Use id as key in ColorPicker (#361)

v0.9.0

28 Oct 10:53
Compare
Choose a tag to compare

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

26 Oct 09:24
Compare
Choose a tag to compare

Features:

  • Add Checklist to MultiSelect component
  • Add checklist aria props

Fixes:

  • Increase z-index for dropdown

v0.8.1

22 Oct 14:56
Compare
Choose a tag to compare

Fix

Properly expose types

v0.8.0

22 Oct 09:25
Compare
Choose a tag to compare

Features

  • Added RichTextEditor
  • Added Table
  • Added MultiSelect
  • Added ColorInputTrigger

v0.7.3

29 Sep 13:17
Compare
Choose a tag to compare

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

28 Sep 13:54
Compare
Choose a tag to compare

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

28 Sep 06:23
Compare
Choose a tag to compare

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