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

Latest commit

 

History

History
157 lines (69 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

157 lines (69 loc) · 6.04 KB

2.1.1 (2020-05-19)

Bug Fixes

  • correctly select and use user locale and application title text [DHIS2-8525] [DHIS2-8723] (#399) (404428a)
  • escape regex special chars in search (451284a)

2.1.0 (2020-03-02)

Features

  • add OrganisationUnitTree component (ad0793c)

2.0.8 (2020-02-05)

Bug Fixes

  • repair the broken integration test server (#304) (d12d2ea)

2.0.7 (2020-01-21)

Bug Fixes

  • headerbar: Include apps with no display name in filter (#274) (9077432)

2.0.6 (2019-12-12)

Bug Fixes

  • deps: set dependencies provided by app-platform to peerDeps (#242) (993ac30)

2.0.5 (2019-12-09)

Bug Fixes

  • headerbar: Proptypes for notifications (#241) (23a533a)

2.0.4 (2019-11-29)

Bug Fixes

2.0.3 (2019-11-27)

Bug Fixes

  • prevent translations code elimination (#219) (3ae32b6)

2.0.2 (2019-11-22)

Bug Fixes

2.0.1 (2019-11-12)

Bug Fixes

  • headerbar: fallback when api responds with blob (#200) (a45c3e5)

2.0.0 (2019-10-28)

Features

BREAKING CHANGES

  • header bar: Upgrade code to align with @dhis2/[email protected], so the host application that uses this must have the 2.x major version of the @dhis2/app-runtime.

1.0.8 (2019-07-09)

Bug Fixes

  • adjust resource action path in headerbar (#53) (04fbdcd)

1.0.7 (2019-07-05)

Bug Fixes

1.0.6 (2019-06-19)

Bug Fixes

  • force the optimize for speed flag for styled-jsx based on env (#43) (7202a0a)

1.0.5 (2019-06-17)

Bug Fixes

  • the web-commons module is one step above the api (#38) (0d62012)

1.0.4 (2019-06-05)

Bug Fixes

  • don't break the layout when a data request fails (#11) (cb619c7)

1.0.3 (2019-05-28)

Bug Fixes

  • don't break the page structure while loading data for the headerbar (#7) (eae0a16)

1.0.2 (2019-05-06)

Bug Fixes

  • include build dir in release (c42658d)

1.0.1 (2019-05-06)

Bug Fixes

  • use prod mode for both bundles (a09d1ba)

1.0.0 (2019-05-06)

Bug Fixes

Features

  • headerbar: add header bar from ui-core (e4de568)

BREAKING CHANGES

  • trigger semantic release major release
  • First automated release of ui-widgets