Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update beta #816

Merged
merged 97 commits into from
Aug 22, 2023
Merged

chore: update beta #816

merged 97 commits into from
Aug 22, 2023

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    16b1b65 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.0.0 [skip release]

    # [10.0.0](v9.0.1...v10.0.0) (2022-07-26)
    
    ### Bug Fixes
    
    * remove engines field from pwa and adapter ([c3878f2](c3878f2))
    * remove lint step from publish step requirements ([#695](#695)) ([a04f8f7](a04f8f7))
    
    ### chore
    
    * drop support for node 12 ([937e5e2](937e5e2))
    
    ### Features
    
    * update react-scripts ([#721](#721)) ([dc1c5cb](dc1c5cb))
    
    ### BREAKING CHANGES
    
    * dropped support for node 12. The platform now requires node 14+.
    dhis2-bot committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c64a082 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    04ece0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4dbff View commit details
    Browse the repository at this point in the history
  3. feat: webpack config for plugin

    mediremi authored and KaiVandivier committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3e4275c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c557534 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cec6339 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a04b7c6 View commit details
    Browse the repository at this point in the history
  7. feat(cli): setup htmlwebpackplugin

    mediremi authored and KaiVandivier committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    202225c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d8f374 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    223b191 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2693258 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8ebcbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f1b1f2 View commit details
    Browse the repository at this point in the history
  13. feat(cli): plugin start script

    mediremi authored and KaiVandivier committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9fea158 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ac6d54 View commit details
    Browse the repository at this point in the history
  15. style: format

    KaiVandivier committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0e7b36d View commit details
    Browse the repository at this point in the history
  16. fix: plugin placeholder

    KaiVandivier committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1eea12c View commit details
    Browse the repository at this point in the history
  17. fix: casing

    KaiVandivier committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ff5aa6b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge pull request #701 from dhis2/feat/plugins

    feat(cli): build plugins
    KaiVandivier authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6e370e3 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0-alpha.1 [skip release]

    # [10.1.0-alpha.1](v10.0.0...v10.1.0-alpha.1) (2022-08-24)
    
    ### Bug Fixes
    
    * casing ([ff5aa6b](ff5aa6b))
    * handle webpack errors as described in https://webpack.js.org/api/node/\#error-handling ([c557534](c557534))
    * plugin placeholder ([1eea12c](1eea12c))
    
    ### Features
    
    * **adapter:** don't render headerbar for plugins ([4ac6d54](4ac6d54))
    * **cli:** add webpack config for JS and CSS ([a04b7c6](a04b7c6))
    * **cli:** add webpack config for JS and CSS ([cec6339](cec6339))
    * **cli:** create plugin entrypoint wrapper during compilation ([8e4dbff](8e4dbff))
    * **cli:** enable split chunks optimisation in webpack config ([e8ebcbf](e8ebcbf))
    * **cli:** plugin start script ([9fea158](9fea158))
    * **cli:** setup css minimiser webpack plugin ([3f1b1f2](3f1b1f2))
    * **cli:** setup define webpack plugin ([5d8f374](5d8f374))
    * **cli:** setup htmlwebpackplugin ([202225c](202225c))
    * **cli:** setup ignore webpack plugin for moment.js ([223b191](223b191))
    * **cli:** setup terser webpack plugin ([2693258](2693258))
    * webpack config for plugin ([3e4275c](3e4275c))
    * **cli:** support plugin entrypoint when validating entrypoints ([04ece0a](04ece0a))
    dhis2-bot committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3677071 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    d084b44 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0-alpha.2 [skip release]

    # [10.1.0-alpha.2](v10.1.0-alpha.1...v10.1.0-alpha.2) (2022-08-31)
    
    ### Bug Fixes
    
    * **cli:** update webpack plugin options ([d084b44](d084b44))
    dhis2-bot committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e0a9e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    9e58c58 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0-alpha.3 [skip release]

    # [10.1.0-alpha.3](v10.1.0-alpha.2...v10.1.0-alpha.3) (2022-09-01)
    
    ### Bug Fixes
    
    * add missing webpack dependencies to cli package ([9e58c58](9e58c58))
    dhis2-bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f455836 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    8843f6b View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0-alpha.4 [skip release]

    # [10.1.0-alpha.4](v10.1.0-alpha.3...v10.1.0-alpha.4) (2022-09-16)
    
    ### Features
    
    * include plugin launch path plugin.html in built manifests [LIBS-346] ([#745](#745)) ([8843f6b](8843f6b))
    dhis2-bot committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    94cd7eb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. feat(cli): add pwa to plugins; fix plugin build details (#746)

    * chore(deps): add workbox webpack plugin
    
    * feat(cli): add offline caching to plugins
    
    * chore: todo around network handling
    
    * chore(cli): update webpack config - css and file loaders
    
    * fix(cli): handle fonts in plugin build
    
    * fix: only inject plugin precache manifest in production
    
    * feat(pwa): cache app adapter requests by default
    
    * chore: comments
    KaiVandivier authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fd920a4 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0-alpha.5 [skip release]

    # [10.1.0-alpha.5](v10.1.0-alpha.4...v10.1.0-alpha.5) (2022-09-19)
    
    ### Features
    
    * **cli:** add pwa to plugins; fix plugin build details ([#746](#746)) ([fd920a4](fd920a4))
    dhis2-bot committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a4ae73f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. fix(cli): improve plugin builds (#749)

    * fix(pwa): registration URL on development
    
    * fix(pwa): cache static assets network-first  in dev env
    
    * fix(plugin): asset loader for fonts; file loader for others
    KaiVandivier authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b3b317c View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0-alpha.6 [skip release]

    # [10.1.0-alpha.6](v10.1.0-alpha.5...v10.1.0-alpha.6) (2022-09-26)
    
    ### Bug Fixes
    
    * **cli:** improve plugin builds ([#749](#749)) ([b3b317c](b3b317c))
    dhis2-bot committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b848490 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    904a087 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    e6838a7 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.0.1 [skip release]

    ## [10.0.1](v10.0.0...v10.0.1) (2022-09-29)
    
    ### Bug Fixes
    
    * support author parsing in d2.config.js [LIBS-347] ([#747](#747)) ([e6838a7](e6838a7))
    dhis2-bot committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7901cdd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    a91dc6e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    47fc9ff View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    b245bf1 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.0 [skip release]

    # [10.1.0](v10.0.1...v10.1.0) (2022-10-06)
    
    ### Features
    
    * headerbar PWA update notifications [LIBS-344] ([#748](#748)) ([b245bf1](b245bf1))
    dhis2-bot committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    afe59ba View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. docs: update CHANGELOG

    amcgee authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    fbd4527 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    a9aa003 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    3e48f16 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.2.0-alpha.1 [skip release]

    # [10.2.0-alpha.1](v10.1.0...v10.2.0-alpha.1) (2022-10-20)
    
    ### Bug Fixes
    
    * **cli:** improve plugin builds ([#749](#749)) ([b3b317c](b3b317c))
    * add missing webpack dependencies to cli package ([9e58c58](9e58c58))
    * **cli:** update webpack plugin options ([d084b44](d084b44))
    * casing ([ff5aa6b](ff5aa6b))
    * handle webpack errors as described in https://webpack.js.org/api/node/\#error-handling ([c557534](c557534))
    * plugin placeholder ([1eea12c](1eea12c))
    
    ### Features
    
    * **cli:** add pwa to plugins; fix plugin build details ([#746](#746)) ([fd920a4](fd920a4))
    * include plugin launch path plugin.html in built manifests [LIBS-346] ([#745](#745)) ([8843f6b](8843f6b))
    * **adapter:** don't render headerbar for plugins ([4ac6d54](4ac6d54))
    * **cli:** add webpack config for JS and CSS ([a04b7c6](a04b7c6))
    * **cli:** add webpack config for JS and CSS ([cec6339](cec6339))
    * **cli:** create plugin entrypoint wrapper during compilation ([8e4dbff](8e4dbff))
    * **cli:** enable split chunks optimisation in webpack config ([e8ebcbf](e8ebcbf))
    * **cli:** plugin start script ([9fea158](9fea158))
    * **cli:** setup css minimiser webpack plugin ([3f1b1f2](3f1b1f2))
    * **cli:** setup define webpack plugin ([5d8f374](5d8f374))
    * **cli:** setup htmlwebpackplugin ([202225c](202225c))
    * **cli:** setup ignore webpack plugin for moment.js ([223b191](223b191))
    * **cli:** setup terser webpack plugin ([2693258](2693258))
    * webpack config for plugin ([3e4275c](3e4275c))
    * **cli:** support plugin entrypoint when validating entrypoints ([04ece0a](04ece0a))
    dhis2-bot committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6e495d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    f6406c5 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.1 [skip release]

    ## [10.1.1](v10.1.0...v10.1.1) (2022-10-21)
    
    ### Bug Fixes
    
    * **deps:** update app-runtime and ui packages ([#761](#761)) ([f6406c5](f6406c5))
    dhis2-bot committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    891a863 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. fix(pwa): file SWR filter & allow navigation 403s [LIBS-356] [LIBS-35…

    …7] (#762)
    
    * fix(pwa): file SWR filter & allow navigation 403s
    
    * fix: use SWR for fonts
    KaiVandivier authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    bbfd3eb View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.2 [skip release]

    ## [10.1.2](v10.1.1...v10.1.2) (2022-10-24)
    
    ### Bug Fixes
    
    * **pwa:** file SWR filter & allow navigation 403s [LIBS-356] [LIBS-357] ([#762](#762)) ([bbfd3eb](bbfd3eb))
    dhis2-bot committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f861d78 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. fix(deps): bump app-runtime to 3.6.1 [LIBS-356] (#763)

    * fix(deps): bump app-runtime to 3.6.1 & unpin version
    
    * fix: let version be pinned for now
    KaiVandivier authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    190b9e7 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.3 [skip release]

    ## [10.1.3](v10.1.2...v10.1.3) (2022-10-26)
    
    ### Bug Fixes
    
    * **deps:** bump app-runtime to 3.6.1 [LIBS-356] ([#763](#763)) ([190b9e7](190b9e7))
    dhis2-bot committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    17fdf46 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    ecd8b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3e476 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Merge pull request #766 from dhis2/LIBS-374-handle-sw-errors

    fix(pwa): handle sw errors [LIBS-374]
    KaiVandivier authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5302f59 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.4 [skip release]

    ## [10.1.4](v10.1.3...v10.1.4) (2022-11-08)
    
    ### Bug Fixes
    
    * **offline-interface:** protect against SW errors ([ad3e476](ad3e476))
    * **pwa-boundary:** catch errors ([ecd8b21](ecd8b21))
    dhis2-bot committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3e54f13 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    bd2582f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #771 from dhis2/fix-platform-deps-and-unpin

    fix(deps): bump platform deps and unpin
    KaiVandivier authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f2c729e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    245b680 View commit details
    Browse the repository at this point in the history
  4. chore(release): cut 10.1.5 [skip release]

    ## [10.1.5](v10.1.4...v10.1.5) (2022-11-15)
    
    ### Bug Fixes
    
    * **deps:** bump platform deps and unpin ([bd2582f](bd2582f))
    dhis2-bot committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0e11e56 View commit details
    Browse the repository at this point in the history
  5. chore(release): cut 10.2.0-alpha.2 [skip release]

    # [10.2.0-alpha.2](v10.2.0-alpha.1...v10.2.0-alpha.2) (2022-11-15)
    
    ### Bug Fixes
    
    * **deps:** bump app-runtime to 3.6.1 [LIBS-356] ([#763](#763)) ([190b9e7](190b9e7))
    * **deps:** update app-runtime and ui packages ([#761](#761)) ([f6406c5](f6406c5))
    * **offline-interface:** protect against SW errors ([ad3e476](ad3e476))
    * **pwa:** file SWR filter & allow navigation 403s [LIBS-356] [LIBS-357] ([#762](#762)) ([bbfd3eb](bbfd3eb))
    * **pwa-boundary:** catch errors ([ecd8b21](ecd8b21))
    dhis2-bot committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2e9729d View commit details
    Browse the repository at this point in the history
  6. docs: add entrypoint plugin property explanation (#770)

    * docs: add entrypoint plugin property explanation
    
    * chore: run Prettier
    
    * fix: remove default for entryPoints.plugin
    
    Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
    
    Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
    edoardo and KaiVandivier authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    69411d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    41113c0 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.1.6 [skip release]

    ## [10.1.6](v10.1.5...v10.1.6) (2022-11-24)
    
    ### Bug Fixes
    
    * **pwa:** only count clients in scope ([#760](#760)) ([41113c0](41113c0))
    dhis2-bot committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c47df66 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. refactor: review feedback (#773)

    * chore: remove obsolete comment
    
    * chore: add link to more explanation
    
    * chore: flag dhis2-specific changes in webpack config
    
    * chore: move plugin webpack config
    KaiVandivier authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b4dd351 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    e0236eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83b8cf3 View commit details
    Browse the repository at this point in the history
  3. chore(release): cut 10.2.0-alpha.3 [skip release]

    # [10.2.0-alpha.3](v10.2.0-alpha.2...v10.2.0-alpha.3) (2022-11-30)
    
    ### Bug Fixes
    
    * **deps:** bump platform deps and unpin ([bd2582f](bd2582f))
    * **pwa:** only count clients in scope ([#760](#760)) ([41113c0](41113c0))
    dhis2-bot committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cc4ae18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ec89e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #740 from dhis2/alpha

    chore: merge alpha to master (cli plugin builds)
    KaiVandivier authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ac0350a View commit details
    Browse the repository at this point in the history
  6. chore(release): cut 10.2.0 [skip release]

    # [10.2.0](v10.1.6...v10.2.0) (2022-11-30)
    
    ### Bug Fixes
    
    * **cli:** improve plugin builds ([#749](#749)) ([b3b317c](b3b317c))
    * add missing webpack dependencies to cli package ([9e58c58](9e58c58))
    * **cli:** update webpack plugin options ([d084b44](d084b44))
    * casing ([ff5aa6b](ff5aa6b))
    * handle webpack errors as described in https://webpack.js.org/api/node/\#error-handling ([c557534](c557534))
    * plugin placeholder ([1eea12c](1eea12c))
    
    ### Features
    
    * **cli:** add pwa to plugins; fix plugin build details ([#746](#746)) ([fd920a4](fd920a4))
    * include plugin launch path plugin.html in built manifests [LIBS-346] ([#745](#745)) ([8843f6b](8843f6b))
    * **adapter:** don't render headerbar for plugins ([4ac6d54](4ac6d54))
    * **cli:** add webpack config for JS and CSS ([a04b7c6](a04b7c6))
    * **cli:** add webpack config for JS and CSS ([cec6339](cec6339))
    * **cli:** create plugin entrypoint wrapper during compilation ([8e4dbff](8e4dbff))
    * **cli:** enable split chunks optimisation in webpack config ([e8ebcbf](e8ebcbf))
    * **cli:** plugin start script ([9fea158](9fea158))
    * **cli:** setup css minimiser webpack plugin ([3f1b1f2](3f1b1f2))
    * **cli:** setup define webpack plugin ([5d8f374](5d8f374))
    * **cli:** setup htmlwebpackplugin ([202225c](202225c))
    * **cli:** setup ignore webpack plugin for moment.js ([223b191](223b191))
    * **cli:** setup terser webpack plugin ([2693258](2693258))
    * webpack config for plugin ([3e4275c](3e4275c))
    * **cli:** support plugin entrypoint when validating entrypoints ([04ece0a](04ece0a))
    dhis2-bot committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c5155d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. fix: bump d2-i18n (#783)

    tomzemp authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2acb301 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.2.1 [skip release]

    ## [10.2.1](v10.2.0...v10.2.1) (2023-02-14)
    
    ### Bug Fixes
    
    * bump d2-i18n ([#783](#783)) ([2acb301](2acb301))
    dhis2-bot committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    355cd37 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. fix(cli): fix --testRegex option on test command (#784)

    * fix(cli): accept `--testRegex` option on `test` command
    
    * fix: don't provide array of [undefined]
    KaiVandivier authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    049cdf3 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.2.2 [skip release]

    ## [10.2.2](v10.2.1...v10.2.2) (2023-02-16)
    
    ### Bug Fixes
    
    * **cli:** fix `--testRegex` option on `test` command ([#784](#784)) ([049cdf3](049cdf3))
    dhis2-bot committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b7f247a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcdd918 View commit details
    Browse the repository at this point in the history
  4. chore(release): cut 10.2.3 [skip release]

    ## [10.2.3](v10.2.2...v10.2.3) (2023-02-16)
    
    ### Bug Fixes
    
    * **plugins:** fix file loader behavior ([#779](#779)) ([dcdd918](dcdd918))
    dhis2-bot committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cba768a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. feat(pwa): track online status [LIBS-315] (#718)

    * fix: migrate to IDB to store dhis2 base url
    
    * refactor: init function
    
    * fix: add complete env to dev SW
    
    * refactor: get base url api
    
    * feat(pwa): use SW to track dhis2 server connection (most strategies)
    
    * refactor(sw): convert recording mode to strategy & use status plugin
    
    * refactor: rename online status to dhis2 connection status for clarity
    
    * fix(deps): use latest app-runtime
    
    * chore(pwa-app): add request tester
    
    * feat(offline-interface): add subscription to connection status from SW
    
    * chore(pwa-app): temporarily remove dependency
    
    * fix: fallback to localStorage for baseUrl to avoid breaking change
    
    * chore: format
    
    * chore: formatting
    
    * chore: add some tools for testing connection status
    
    * fix: exclude pings from cache
    
    * fix: treat 401 as disconnected
    
    * fix: don't check auth
    
    * refactor: make reusable getAllClientsInScope fn
    
    * refactor: clean up
    
    * fix: throttle status broadcasts
    
    * fix: use shorter isConnected name
    
    * chore: rename set-up-service-worker
    
    * fix: change subscription callback name
    
    * chore: some more dev utils
    
    * chore: satisfy linter
    
    * chore: update comments
    
    * refactor: clarify systemInfo and baseUrl states
    
    * chore: clarify todos
    
    * chore: update comment
    
    * fix: wait for offline interface to be ready for connection status
    
    * chore: fix typo
    
    * chore: update temp test scripts
    
    * chore: remove console logs
    
    * chore: clear up test scripts
    
    * fix(sw): use NetworkOnly for new ping endpoint
    
    * feat: use connection status from app runtime
    KaiVandivier authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1dfd1e6 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.0 [skip release]

    # [10.3.0](v10.2.3...v10.3.0) (2023-03-03)
    
    ### Features
    
    * **pwa:** track online status [LIBS-315] ([#718](#718)) ([1dfd1e6](1dfd1e6))
    dhis2-bot committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6262058 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. fix: error in non-pwa apps [LIBS-315] (#789)

    * fix: error in non-pwa apps
    
    * chore: console log and todo
    KaiVandivier authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    590530e View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.1 [skip release]

    ## [10.3.1](v10.3.0...v10.3.1) (2023-03-06)
    
    ### Bug Fixes
    
    * error in non-pwa apps [LIBS-315] ([#789](#789)) ([590530e](590530e))
    dhis2-bot committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    fb018b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix(plugins): omit launch paths when unused [LIBS-477] (#791)

    * fix(cli): omit pluginLaunchPath when not used
    
    * fix(pwa): allow pwa apps to be installable [LIBS-355]
    
    * fix(plugins): don't app launchPath if unused
    KaiVandivier authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e49a51f View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.2 [skip release]

    ## [10.3.2](v10.3.1...v10.3.2) (2023-03-10)
    
    ### Bug Fixes
    
    * **plugins:** omit launch paths when unused [LIBS-477] ([#791](#791)) ([e49a51f](e49a51f))
    dhis2-bot committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    cc20ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fix(pwa): add config option to omit files from precache [LIBS-482] (#793

    )
    
    * fix(pwa): add config option to omit files from precache
    
    * chore: add some precache test materials to pwa-app
    KaiVandivier authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d089dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d172e View commit details
    Browse the repository at this point in the history
  3. chore(release): cut 10.3.3 [skip release]

    ## [10.3.3](v10.3.2...v10.3.3) (2023-03-13)
    
    ### Bug Fixes
    
    * **plugins:** inject precache manifest correctly ([#792](#792)) ([c0d172e](c0d172e))
    * **pwa:** add config option to omit files from precache [LIBS-482] ([#793](#793)) ([d089dda](d089dda))
    dhis2-bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    352dfc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    6e64756 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.4 [skip release]

    ## [10.3.4](v10.3.3...v10.3.4) (2023-03-16)
    
    ### Bug Fixes
    
    * make loading placeholders transparent ([#795](#795)) ([6e64756](6e64756))
    dhis2-bot committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    48f641e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    61ff0a4 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.5 [skip release]

    ## [10.3.5](v10.3.4...v10.3.5) (2023-03-17)
    
    ### Bug Fixes
    
    * **pwa:** bump ui version for headerbar connection status [LIBS-315] ([#797](#797)) ([61ff0a4](61ff0a4))
    dhis2-bot committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5622d0c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    ba29cea View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.6 [skip release]

    ## [10.3.6](v10.3.5...v10.3.6) (2023-03-22)
    
    ### Bug Fixes
    
    * **cli:** fix envs to fix plugins in dev ([#799](#799)) ([ba29cea](ba29cea))
    dhis2-bot committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9e725a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix: omit moment-locales from precache (#806)

    * fix: omit `moment-locales` from precache
    
    * refactor: make extensible cache exclude list
    
    * refactor: return !entryShouldBeExcluded
    KaiVandivier authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c8d5494 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.7 [skip release]

    ## [10.3.7](v10.3.6...v10.3.7) (2023-04-27)
    
    ### Bug Fixes
    
    * omit `moment-locales` from precache ([#806](#806)) ([c8d5494](c8d5494))
    dhis2-bot committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0adae00 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. fix(pwa): avoid crashing when SW is not available [LIBS-499] (#807)

    * fix(pwa): avoid crashing when SW is not available
    
    * fix: prevent connection status errors in no-SW conditions
    KaiVandivier authored May 3, 2023
    Configuration menu
    Copy the full SHA
    b681022 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.8 [skip release]

    ## [10.3.8](v10.3.7...v10.3.8) (2023-05-03)
    
    ### Bug Fixes
    
    * **pwa:** avoid crashing when SW is not available [LIBS-499] ([#807](#807)) ([b681022](b681022))
    dhis2-bot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    fa95d98 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    1ff29b6 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.9 [skip release]

    ## [10.3.9](v10.3.8...v10.3.9) (2023-05-16)
    
    ### Bug Fixes
    
    * move precache route to reenable navigation handler on login redirects [LIBS-473] ([#809](#809)) ([1ff29b6](1ff29b6))
    dhis2-bot committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0b7b28f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. docs(d2-config): add instructions on app versioning

    ismay authored and ismay committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a3490e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix: support yarn.lock discovery on non-unix (#811)

    Fixes an issue which manifested as "maximum call stack size exceeded at paths.js (findYarnLock function)"
    CelsoDeCarvalho authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    22a6863 View commit details
    Browse the repository at this point in the history
  2. chore(release): cut 10.3.10 [skip release]

    ## [10.3.10](v10.3.9...v10.3.10) (2023-08-21)
    
    ### Bug Fixes
    
    * support yarn.lock discovery on non-unix ([#811](#811)) ([22a6863](22a6863))
    dhis2-bot committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    06cee57 View commit details
    Browse the repository at this point in the history