Skip to content

Releases: dhis2/ui

v5.0.0-alpha.16

20 May 09:46
Compare
Choose a tag to compare
v5.0.0-alpha.16 Pre-release
Pre-release

5.0.0-alpha.16 (2020-05-20)

Bug Fixes

  • widgets: add translated default texts (c85342d)

v5.0.0-alpha.15

19 May 10:57
Compare
Choose a tag to compare
v5.0.0-alpha.15 Pre-release
Pre-release

5.0.0-alpha.15 (2020-05-19)

Features

  • constants: export constants as well (51c2eb0)

v5.0.0-alpha.14

30 Apr 15:44
Compare
Choose a tag to compare
v5.0.0-alpha.14 Pre-release
Pre-release

5.0.0-alpha.14 (2020-04-30)

Bug Fixes

  • prop-types: add missing dhis2 prop-types for ui-icons (c207524)

v5.0.0-alpha.13

30 Apr 10:50
Compare
Choose a tag to compare
v5.0.0-alpha.13 Pre-release
Pre-release

5.0.0-alpha.13 (2020-04-30)

Bug Fixes

  • noticebox: add missing export (ec2a739)

v5.0.0-alpha.12

30 Apr 09:48
Compare
Choose a tag to compare
v5.0.0-alpha.12 Pre-release
Pre-release

5.0.0-alpha.12 (2020-04-30)

Bug Fixes

  • field: fix prop-type warning (d55d049)

v5.0.0-alpha.11

29 Apr 21:16
Compare
Choose a tag to compare
v5.0.0-alpha.11 Pre-release
Pre-release

5.0.0-alpha.11 (2020-04-29)

Bug Fixes

  • core: no top margin if no label for field (a2d0bad)

Code Refactoring

  • core: move fields to widgets (3b763fa)
  • core: reimplement Field (fbdafb8)
  • move to more explicit final-form api (a76da00)

BREAKING CHANGES

  • core: Relocate all *Field components to @dhis2/ui-widgets.
    They can be accessed from @dhis2/ui using named exports.
  • core: Field has been reimplemented to compose a field
    control, it now adds the Label, Help, Validation components instead of
    being a simple div wrapper, which allows us to avoid the code
    duplication in each *Field component.
  • core: ToggleGroup has been removed. Use a FieldSet for
    grouping form controls.

BREKING CHANGE: ToggleGroupField has been renamed to FieldSetField,
which adds the necessary Label, Help, and Validation components to an
entire group of components.

  • Field now provides a composition to provide all
    necessary things for a *Field component.
  • RadioGroup has been deleted.
  • CheckboxGroup has been deleted.
  • CheckboxGroupControl has been deleted.
  • RadioGroupControl has been deleted.

v5.0.0-alpha.9

23 Apr 11:19
Compare
Choose a tag to compare
v5.0.0-alpha.9 Pre-release
Pre-release

5.0.0-alpha.9 (2020-04-23)

Bug Fixes

v5.0.0-alpha.10

23 Apr 11:59
Compare
Choose a tag to compare
v5.0.0-alpha.10 Pre-release
Pre-release

5.0.0-alpha.10 (2020-04-23)

Code Refactoring

  • forms: namespace final-form and react-final-form re-exports (c59e0bb)

BREAKING CHANGES

  • forms: final-form and react-final-form exports are now re-exported under the named exports FinalForm and ReactFinalForm respectively.

v5.0.0-alpha.8

22 Apr 14:50
Compare
Choose a tag to compare
v5.0.0-alpha.8 Pre-release
Pre-release

5.0.0-alpha.8 (2020-04-22)

Bug Fixes

  • update number range validation error to match actual bounds (646f782)

v5.0.0-alpha.7

22 Apr 09:23
Compare
Choose a tag to compare
v5.0.0-alpha.7 Pre-release
Pre-release

5.0.0-alpha.7 (2020-04-22)

Bug Fixes

  • update final-form to fix setstate warning (1bc62b9)