Skip to content

Releases: ferpection/uikit

Release v3.1.3

24 Nov 11:04
Compare
Choose a tag to compare

Fixed

  • Make DatePickerField button bigger on small screem to improve readability

Release v3.1.2

03 May 16:03
Compare
Choose a tag to compare

Fixed

  • Drop usage of 'crypto-random-string' in favor of a handmade solution to support webpack v5+ in the context of CRA

Release v3.1.1

03 May 15:21
Compare
Choose a tag to compare

Fixed

  • Drop usage of 'randomstring' in favor of 'crypto-random-string' to support webpack v5+ in the context of CRA

Release v3.1.0

03 May 14:47
Compare
Choose a tag to compare

Changed

  • Force type definition on SwitchButton to improve build compatility with react 18

Release v3.0.0

28 Apr 13:04
Compare
Choose a tag to compare

Added

  • DatePickerField is now fully responsive. On smallest screen it shows the date picker modal in full screen mode to ease selection.

Changed

  • [BREAKING] React v18. The major upgrade to React v18 might make UiKit incompatible with projects using lower version of react.

Fixed

  • Fix buttons positioning in other components (DatePickerField, MarkdownField)
  • Fix buttons's code semantic. Improve rendering and browser support
  • Fix trash button and marker position on TextFieldList when the row count of the TextFields are greater than 1
  • Make the placeholder display correctly on SelectField

Release v2.0.2

21 Jan 17:00
Compare
Choose a tag to compare

Fixed

  • Chrome weird behavior fixed: Make the Button inline using inline-flex intead of inline flex.

Release v2.0.1

21 Jan 14:49
Compare
Choose a tag to compare

Fixed

  • Move text in the add button of the TextFieldList to the left
  • Make TabLink able to handle active page

Release v2.0.0

09 Nov 15:50
Compare
Choose a tag to compare

Changed

  • Dependencies has been upgraded.
  • [BREAKING] React Router v6: Due to API changes, React Router's version lower than 6 isn't supported anymore.
  • [BREAKING] ESLint v8: ESLint only supports version of NodeJS upper than v16.

Release v1.8.1

14 Oct 11:00
Compare
Choose a tag to compare

Fixed

  • Buttons acted like block components. They are inline again.

Release v1.8.0

28 Sep 12:24
Compare
Choose a tag to compare

Added

  • New ScoreField which given a range let the user select an amount of stars.