Skip to content

Releases: ferpection/uikit

Release v1.7.0

22 Sep 22:13
Compare
Choose a tag to compare

Added

  • New iconPosition attribute to allow icon position customisation on Button.
  • New textPosition attribute to allow text position customisation on Button.
  • New ScaleField which given a range let the user select a value in a scale.

Release v1.6.0

06 Aug 14:33
Compare
Choose a tag to compare

Addded

  • New placeholderPattern on TextFieldList. Works like the markerPattern and let you choose placeholder
    for each sub-TextField in the list.

Changed

  • Deprecating placeholder in favor of placeholderPattern in TextFieldList. placeholder still work for
    now but will be removed in the next major release.

Release v1.5.0

31 Jul 05:28
Compare
Choose a tag to compare

Changed

  • Technical update (deprecations, dependencies, etc)

Release v1.4.0

16 Jul 11:54
Compare
Choose a tag to compare

Added

  • Expose IDs from TextFieldList. New onFlatValueChange attribute to get the legacy flat value

Changed

  • Expose IDs from TextFieldList. onValueChange now return the full verison of value containing IDs and texts.

Fixed

  • Default markers for TextFieldList starts at 1 not 0

Release v1.3.0

23 Jun 13:40
Compare
Choose a tag to compare

Added

  • In TextFieldList, user can now specify custom pattern as list markers using an array of string.
  • New switch component called SwitchButton. It works like the CheckboxButton component with the ability to change icon like the Button component.

Fixed

  • Fix a bug in ReorderabledList that might sometimes make the ordering being wrong.
    The item order was sometime unexpectedly in "read-only" mode.

Release v1.2.0

10 Jun 09:00
Compare
Choose a tag to compare

Added

  • Allow ReoderableList's children to know when the drag has started.

Changed

  • DatePickerField is less prone to trigger the onChangeValue event if not needed
  • New border style for ReorderableList's dropzone

Release v1.1.0

24 May 10:03
Compare
Choose a tag to compare

Added

  • Bring theming support to all components.
  • Expose the internal useTheme hook to allow developers to use Uikit theme in their components.
  • A new useThemeMutation hook allow the mutation of the Uikit theme in a child component.

Fixed

  • Make the value attribute of CheckboxGroup optional again

Release v1.0.3

18 May 09:33
Compare
Choose a tag to compare

Fix

  • Fix a weird behavior introduced in the previous version where TextFieldList never trigger the onValueChange
    except when adding a new value to the list.

Release v1.0.2

11 May 20:53
Compare
Choose a tag to compare

Fix

  • Avoid useless call to onValueChange of CheckboxGroup. This might have caused React to re-render
    in an infinite loop in some usecases.
  • Avoid useless call to onValueChange of TextFieldList. This might have caused React to re-render
    in an infinite loop in some usecases.

Release v1.0.1

11 Mar 18:29
Compare
Choose a tag to compare

Fix

  • Fix a misconfiguration that prevented TS Lib helpers to be used at runtime