Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Releases: dhis2/ui-core

v2.2.3

22 May 15:43
Compare
Choose a tag to compare

2.2.3 (2019-05-22)

Bug Fixes

v2.2.2

22 May 07:08
Compare
Choose a tag to compare

2.2.2 (2019-05-22)

Bug Fixes

v2.2.1

21 May 06:16
Compare
Choose a tag to compare

2.2.1 (2019-05-21)

Bug Fixes

v2.2.0

16 May 12:56
Compare
Choose a tag to compare

2.2.0 (2019-05-16)

Features

v2.1.2

15 May 10:49
Compare
Choose a tag to compare

2.1.2 (2019-05-15)

Bug Fixes

  • input field and select field: crop long labels (#222) (db6f74e)

v2.1.1

13 May 18:01
Compare
Choose a tag to compare

2.1.1 (2019-05-13)

Bug Fixes

v2.1.0

09 May 07:59
Compare
Choose a tag to compare

2.1.0 (2019-05-09)

Features

v2.0.2

06 May 14:44
Compare
Choose a tag to compare

2.0.2 (2019-05-06)

Bug Fixes

  • ensure that both bundles are built using prod mode (#203) (b3145c9)

v2.0.1

06 May 12:06
Compare
Choose a tag to compare

2.0.1 (2019-05-06)

Bug Fixes

  • allow buttons to be used without onclick handlers (#202) (ec474bc)

v2.0.0

06 May 09:16
Compare
Choose a tag to compare

2.0.0 (2019-05-06)

Features

BREAKING CHANGES

  • The component API has been revamped to be simpler and more consistent. See the documentation for a full list.
  • This changes the list prop passed to DropdownButton and SplitButton to component, which enables any component to be used as a menu.
  • Event handlers align with the JS API of being called with one argument, the Event.