Skip to content

Releases: dhis2/app-platform

v8.0.0-beta.6

14 Sep 07:48
Compare
Choose a tag to compare
v8.0.0-beta.6 Pre-release
Pre-release

8.0.0-beta.6 (2021-09-14)

Bug Fixes

  • alerts-service: add tests and align implementation (dabe477)

Features

  • app-adapter: align Alerts component with alerts-service and AlertBar (bd4564c)

v7.6.5

14 Sep 07:49
Compare
Choose a tag to compare

7.6.5 (2021-09-14)

Bug Fixes

  • add crossorgin use-credentials to manifest.json link (57483f5)

v8.0.0-beta.5

09 Sep 09:15
Compare
Choose a tag to compare
v8.0.0-beta.5 Pre-release
Pre-release

8.0.0-beta.5 (2021-09-09)

Features

v8.0.0-beta.4

08 Sep 13:36
Compare
Choose a tag to compare
v8.0.0-beta.4 Pre-release
Pre-release

8.0.0-beta.4 (2021-09-08)

Bug Fixes

  • dependencies: update app-runtime to v3 (8777699)
  • offline-interface: prevent infinite update loop in Chrome (#638) (079f6ea)
  • recording-mode: handle fulfilled requests after recording error (#642) (928e2cb)
  • import index.css in index.js so styles are applied (8db1bf8)
  • shell: create new stacking context for roots (324a095)
  • catch errors in completeRecording (e67ae82)
  • check whole URL against filter patterns (5468114)
  • only return sections with cached data from getCachedSections (f6242d1)
  • reopen indexedDB if global state resets (0aded68)
  • return true if either cache or idb entry is removed (43d8001)
  • simplify message payload to be compatible with firefox (5e5a633)

Features

BREAKING CHANGES

  • dependencies: This updates the app-platform to version 3 of the
    app-runtime. That means that this version of the app-platform will only
    work with apps that use version 3 of the app-runtime.

v8.0.0-alpha.1

08 Sep 09:55
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2021-09-08)

Bug Fixes

  • dependencies: update app-runtime to v3 (8777699)

BREAKING CHANGES

  • dependencies: This updates the app-platform to version 3 of the
    app-runtime. That means that this version of the app-platform will only
    work with apps that use version 3 of the app-runtime.

v7.6.4

08 Sep 07:34
Compare
Choose a tag to compare

7.6.4 (2021-09-08)

Bug Fixes

  • recording-mode: handle fulfilled requests after recording error (#642) (928e2cb)

v7.6.3

07 Sep 12:05
Compare
Choose a tag to compare

7.6.3 (2021-09-07)

Bug Fixes

  • offline-interface: prevent infinite update loop in Chrome (#638) (079f6ea)

v7.6.2

02 Sep 10:37
Compare
Choose a tag to compare

7.6.2 (2021-09-02)

Bug Fixes

  • import index.css in index.js so styles are applied (8db1bf8)

v7.6.1

02 Sep 07:01
Compare
Choose a tag to compare

7.6.1 (2021-09-02)

Bug Fixes

  • shell: create new stacking context for roots (324a095)

v7.6.0

31 Aug 12:20
Compare
Choose a tag to compare

7.6.0 (2021-08-31)

Bug Fixes

  • catch errors in completeRecording (e67ae82)
  • check whole URL against filter patterns (5468114)
  • only return sections with cached data from getCachedSections (f6242d1)
  • reopen indexedDB if global state resets (0aded68)
  • return true if either cache or idb entry is removed (43d8001)
  • simplify message payload to be compatible with firefox (5e5a633)

Features