-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: dhis2/app-platform
base: v11.3.1
head repository: dhis2/app-platform
compare: master
Commits on Jun 4, 2024
-
feat: parse pluginType from d2 config to add to manifest.webapp (#849)
* feat: parse pluginType from d2 config to add to manifest.webapp * feat: validate pluginType to be all-caps * docs: update for required format * fix: update validation * docs: update pluginType docs
Configuration menu - View commit details
-
Copy full SHA for c1dae23 - Browse repository at this point
Copy the full SHA c1dae23View commit details -
chore(release): cut 11.4.0 [skip release]
# [11.4.0](v11.3.1...v11.4.0) (2024-06-04) ### Features * parse pluginType from d2 config to add to manifest.webapp ([#849](#849)) ([c1dae23](c1dae23))
Configuration menu - View commit details
-
Copy full SHA for 2c46f91 - Browse repository at this point
Copy the full SHA 2c46f91View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13af3b5 - Browse repository at this point
Copy the full SHA 13af3b5View commit details -
chore(release): cut 11.4.1 [skip release]
## [11.4.1](v11.4.0...v11.4.1) (2024-06-06) ### Bug Fixes * clean up for plugins [LIBS-620] ([#851](#851)) ([13af3b5](13af3b5))
Configuration menu - View commit details
-
Copy full SHA for c6bba2e - Browse repository at this point
Copy the full SHA c6bba2eView commit details -
feat: replace CRA with Vite [LIBS-598] (#847)
* feat: serve app with Vite * fix: leave compilation to Vite to enable HMR and .jsx files * chore: remove log * fix: convert app shell files to .jsx * feat: build apps with Vite * chore: clean up config * fix: still compile for libs for now * fix: dynamic import & bundle splitting of moment locales * chore: bump required Node versions BREAKING CHANGE: Supported Node versions are 18.x or 20+ * ci: upgrade Node version * fix: always add PWA_ENABLED to app env for better static analysis * chore: pause precache manifest injection * fix: building SW without CRA * chore: comment update * fix: group moment locales in their own dir * refactor: clean up precache injection * fix: locale utils and handling moment in jest * fix: compile correctly after merging changes * chore: comment in compile.js * chore: some clean-up * chore: comments * fix: use port 3000 for the dev server * fix: improve moment locale chunk naming * chore: remove CRA * fix: use mjs build of Vite * fix: bump cli-style for CRA fix * feat: use interactive dev server output from Vite * fix: make dev server port configurable * chore: remove old index.html * fix: env tweaks
Configuration menu - View commit details
-
Copy full SHA for 3dd0e59 - Browse repository at this point
Copy the full SHA 3dd0e59View commit details -
chore(release): cut 12.0.0-alpha.1 [skip release]
# [12.0.0-alpha.1](v11.2.2...v12.0.0-alpha.1) (2024-06-06) ### Features * replace CRA with Vite [LIBS-598] ([#847](#847)) ([3dd0e59](3dd0e59)) ### BREAKING CHANGES * Supported Node versions are 18.x or 20+ * ci: upgrade Node version * fix: always add PWA_ENABLED to app env for better static analysis * chore: pause precache manifest injection * fix: building SW without CRA * chore: comment update * fix: group moment locales in their own dir * refactor: clean up precache injection * fix: locale utils and handling moment in jest * fix: compile correctly after merging changes * chore: comment in compile.js * chore: some clean-up * chore: comments * fix: use port 3000 for the dev server * fix: improve moment locale chunk naming * chore: remove CRA * fix: use mjs build of Vite * fix: bump cli-style for CRA fix * feat: use interactive dev server output from Vite * fix: make dev server port configurable * chore: remove old index.html * fix: env tweaks
Configuration menu - View commit details
-
Copy full SHA for c01de62 - Browse repository at this point
Copy the full SHA c01de62View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59bae7e - Browse repository at this point
Copy the full SHA 59bae7eView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fb4272 - Browse repository at this point
Copy the full SHA 2fb4272View commit details -
chore(release): cut 11.4.2 [skip release]
## [11.4.2](v11.4.1...v11.4.2) (2024-06-18) ### Bug Fixes * do not encode username, password ([#852](#852)) ([2fb4272](2fb4272))
Configuration menu - View commit details
-
Copy full SHA for 9bdb7dd - Browse repository at this point
Copy the full SHA 9bdb7ddView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80336e1 - Browse repository at this point
Copy the full SHA 80336e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5789973 - Browse repository at this point
Copy the full SHA 5789973View commit details -
Merge pull request #853 from dhis2/catch-up-alpha-12-with-master
chore: catch up alpha 12 with master
Configuration menu - View commit details
-
Copy full SHA for 430debe - Browse repository at this point
Copy the full SHA 430debeView commit details -
chore: update to latest dhis2 ui
Flaminia Cavallo authored and Flaminia Cavallo committedJun 20, 2024 Configuration menu - View commit details
-
Copy full SHA for c91a011 - Browse repository at this point
Copy the full SHA c91a011View commit details -
chore(release): cut 12.0.0-alpha.2 [skip release]
# [12.0.0-alpha.2](v12.0.0-alpha.1...v12.0.0-alpha.2) (2024-06-20) ### Bug Fixes * clean up for plugins [LIBS-620] ([#851](#851)) ([13af3b5](13af3b5)) * do not encode username, password ([#852](#852)) ([2fb4272](2fb4272)) * don't start plugins for apps without a plugin entrypoint ([#850](#850)) ([a89d4cf](a89d4cf)) ### Features * parse pluginType from d2 config to add to manifest.webapp ([#849](#849)) ([c1dae23](c1dae23)) * start plugin and app separately [LIBS-391] [LIBS-392] ([#848](#848)) ([82003e7](82003e7))
Configuration menu - View commit details
-
Copy full SHA for 9cf797c - Browse repository at this point
Copy the full SHA 9cf797cView commit details
Commits on Jun 24, 2024
-
Merge pull request #855 from dhis2/upgrade-ui-library
chore: update to latest dhis2 ui
Configuration menu - View commit details
-
Copy full SHA for 874ac44 - Browse repository at this point
Copy the full SHA 874ac44View commit details -
fix: small text change in changelog
Flaminia Cavallo authored and Flaminia Cavallo committedJun 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 824dd2f - Browse repository at this point
Copy the full SHA 824dd2fView commit details -
Merge pull request #857 from dhis2/small-text-fix
fix: small text change in changelog
Configuration menu - View commit details
-
Copy full SHA for 485b93c - Browse repository at this point
Copy the full SHA 485b93cView commit details -
chore(release): cut 11.4.3 [skip release]
## [11.4.3](v11.4.2...v11.4.3) (2024-06-24) ### Bug Fixes * small text change in changelog ([824dd2f](824dd2f))
Configuration menu - View commit details
-
Copy full SHA for 835b887 - Browse repository at this point
Copy the full SHA 835b887View commit details -
Configuration menu - View commit details
-
Copy full SHA for de252fe - Browse repository at this point
Copy the full SHA de252feView commit details -
chore(release): cut 11.5.0 [skip release]
# [11.5.0](v11.4.3...v11.5.0) (2024-06-24) ### Features * cleanup plugin error boundary [UX-136] ([#856](#856)) ([de252fe](de252fe))
Configuration menu - View commit details
-
Copy full SHA for 949ea83 - Browse repository at this point
Copy the full SHA 949ea83View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f717f3 - Browse repository at this point
Copy the full SHA 1f717f3View commit details -
chore(release): cut 11.5.1 [skip release]
## [11.5.1](v11.5.0...v11.5.1) (2024-07-01) ### Bug Fixes * fixed dimensions plugins [LIBS-634] ([#858](#858)) ([1f717f3](1f717f3))
Configuration menu - View commit details
-
Copy full SHA for 0d7d4de - Browse repository at this point
Copy the full SHA 0d7d4deView commit details
Commits on Jul 3, 2024
-
feat: parse additional namespaces from
d2.config.js
and add to `man……ifest.webapp` [LIBS-638] (#860) * feat: add `additionalNamespaces` config to manifest.webapp * docs: additional namespaces * docs: fix typo
Configuration menu - View commit details
-
Copy full SHA for 62782fe - Browse repository at this point
Copy the full SHA 62782feView commit details -
chore(release): cut 11.6.0 [skip release]
# [11.6.0](v11.5.1...v11.6.0) (2024-07-03) ### Features * parse additional namespaces from `d2.config.js` and add to `manifest.webapp` [LIBS-638] ([#860](#860)) ([62782fe](62782fe))
Configuration menu - View commit details
-
Copy full SHA for a757d82 - Browse repository at this point
Copy the full SHA a757d82View commit details
Commits on Jul 5, 2024
-
fix(alerts): ensure hiding works correctly and alerts are not re-adde…
…d [DHIS2-15438] (#859) * chore: add bug reproduction test case * fix: ensure hiding works correctly and alerts are not re-added * chore: fix typos * chore: import useAlerts from app-runtime --------- Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b11fff - Browse repository at this point
Copy the full SHA 6b11fffView commit details -
chore(release): cut 11.6.1 [skip release]
## [11.6.1](v11.6.0...v11.6.1) (2024-07-05) ### Bug Fixes * **alerts:** ensure hiding works correctly and alerts are not re-added [DHIS2-15438] ([#859](#859)) ([6b11fff](6b11fff))
Configuration menu - View commit details
-
Copy full SHA for 82f05d5 - Browse repository at this point
Copy the full SHA 82f05d5View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8331ac - Browse repository at this point
Copy the full SHA c8331acView commit details -
chore(release): cut 12.0.0-alpha.3 [skip release]
# [12.0.0-alpha.3](v12.0.0-alpha.2...v12.0.0-alpha.3) (2024-07-08) ### Bug Fixes * **alerts:** ensure hiding works correctly and alerts are not re-added [DHIS2-15438] ([#859](#859)) ([6b11fff](6b11fff)) * fixed dimensions plugins [LIBS-634] ([#858](#858)) ([1f717f3](1f717f3)) * small text change in changelog ([824dd2f](824dd2f)) ### Features * cleanup plugin error boundary [UX-136] ([#856](#856)) ([de252fe](de252fe)) * parse additional namespaces from `d2.config.js` and add to `manifest.webapp` [LIBS-638] ([#860](#860)) ([62782fe](62782fe))
Configuration menu - View commit details
-
Copy full SHA for 95129e9 - Browse repository at this point
Copy the full SHA 95129e9View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01a3160 - Browse repository at this point
Copy the full SHA 01a3160View commit details -
chore(release): cut 11.6.2 [skip release]
## [11.6.2](v11.6.1...v11.6.2) (2024-07-10) ### Bug Fixes * plugin boundary retry if plugin logic is skipped ([#862](#862)) ([01a3160](01a3160))
Configuration menu - View commit details
-
Copy full SHA for 97964a2 - Browse repository at this point
Copy the full SHA 97964a2View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0e433b - Browse repository at this point
Copy the full SHA d0e433bView commit details -
chore(release): cut 11.6.3 [skip release]
## [11.6.3](v11.6.2...v11.6.3) (2024-07-16) ### Bug Fixes * **deps:** update i18next-scanner version to support old plurals format again ([#861](#861)) ([d0e433b](d0e433b))
Configuration menu - View commit details
-
Copy full SHA for 763aba7 - Browse repository at this point
Copy the full SHA 763aba7View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84a5a59 - Browse repository at this point
Copy the full SHA 84a5a59View commit details -
chore(release): cut 11.6.4 [skip release]
## [11.6.4](v11.6.3...v11.6.4) (2024-07-19) ### Bug Fixes * use i18next-scanner v3 for better i18next compatibility ([#864](#864)) ([84a5a59](84a5a59))
Configuration menu - View commit details
-
Copy full SHA for 47c9dd1 - Browse repository at this point
Copy the full SHA 47c9dd1View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd6cfc0 - Browse repository at this point
Copy the full SHA bd6cfc0View commit details -
chore(release): cut 11.7.0 [skip release]
# [11.7.0](v11.6.4...v11.7.0) (2024-07-23) ### Features * update boilerplate app code for init command [LIBS-644] ([#866](#866)) ([bd6cfc0](bd6cfc0))
Configuration menu - View commit details
-
Copy full SHA for 6c96827 - Browse repository at this point
Copy the full SHA 6c96827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411afc7 - Browse repository at this point
Copy the full SHA 411afc7View commit details -
chore(release): cut 12.0.0-alpha.4 [skip release]
# [12.0.0-alpha.4](v12.0.0-alpha.3...v12.0.0-alpha.4) (2024-07-23) ### Bug Fixes * use i18next-scanner v3 for better i18next compatibility ([#864](#864)) ([84a5a59](84a5a59)) * **deps:** update i18next-scanner version to support old plurals format again ([#861](#861)) ([d0e433b](d0e433b)) * plugin boundary retry if plugin logic is skipped ([#862](#862)) ([01a3160](01a3160)) ### Features * update boilerplate app code for init command [LIBS-644] ([#866](#866)) ([bd6cfc0](bd6cfc0))
Configuration menu - View commit details
-
Copy full SHA for 197f58a - Browse repository at this point
Copy the full SHA 197f58aView commit details
Commits on Jul 25, 2024
-
feat: handle plugins with Vite [LIBS-610] (#863)
* chore: update yarn.lock * refactor: use Vite Node API for starting apps * chore: extend gitignore * feat: use Vite Node API to build apps * feat: build & serve plugins with Vite * chore: clean up unused "start app or plugin" logic * chore: clean up old plugin code (yay!) * chore: update pwa example app to jsx extensions * chore: one more JSX * feat: make building apps and plugins independent * chore: update vite dependency location * fix(deploy): support deploying plugins without an app * chore: comment * fix: default config type * fix: solve clunky exit from start script with ctrl-C * fix: handle undefined defaults * fix: leaner caching in dev (wip) * fix: handling 400+ & 500+ responses * refactor: move strategies to new file * fix: dev caching strategy * refactor: inject `isPlugin` var at bootstrap time * chore: delete unused static vite config * chore: performance cost comment * fix: print build error * chore: comment * fix: init boilerplate with .jsx extensions * refactor: reorganize init boilerplate * fix: smaller env for SW * feat: improved logging * feat: add host option to start command * refactor: config parsing * docs: add docs for --force option on start * chore: improve comment
Configuration menu - View commit details
-
Copy full SHA for ca5be0d - Browse repository at this point
Copy the full SHA ca5be0dView commit details -
chore(release): cut 12.0.0-alpha.5 [skip release]
# [12.0.0-alpha.5](v12.0.0-alpha.4...v12.0.0-alpha.5) (2024-07-25) ### Features * handle plugins with Vite [LIBS-610] ([#863](#863)) ([ca5be0d](ca5be0d))
Configuration menu - View commit details
-
Copy full SHA for 7cc9afb - Browse repository at this point
Copy the full SHA 7cc9afbView commit details
Commits on Aug 12, 2024
-
feat(init): set direction: 'auto' and import locales for new apps [LI…
…BS-645] (#867) * feat: add direction: 'auto' to new apps' config * feat: import locales from boilerplate entrypoint
Configuration menu - View commit details
-
Copy full SHA for 4eda4a9 - Browse repository at this point
Copy the full SHA 4eda4a9View commit details -
chore(release): cut 12.0.0-alpha.6 [skip release]
# [12.0.0-alpha.6](v12.0.0-alpha.5...v12.0.0-alpha.6) (2024-08-12) ### Features * **init:** set direction: 'auto' and import locales for new apps [LIBS-645] ([#867](#867)) ([4eda4a9](4eda4a9))
Configuration menu - View commit details
-
Copy full SHA for 71d1f67 - Browse repository at this point
Copy the full SHA 71d1f67View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0233949 - Browse repository at this point
Copy the full SHA 0233949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4683c - Browse repository at this point
Copy the full SHA 5f4683cView commit details
Commits on Aug 16, 2024
-
Merge pull request #870 from dhis2/libs-635-initial-fixes
feat: hmr for .js files; fix file server for fonts [LIBS-635]
Configuration menu - View commit details
-
Copy full SHA for 3e39373 - Browse repository at this point
Copy the full SHA 3e39373View commit details -
chore(release): cut 12.0.0-alpha.7 [skip release]
# [12.0.0-alpha.7](v12.0.0-alpha.6...v12.0.0-alpha.7) (2024-08-16) ### Bug Fixes * allow serving files from cwd node_modules ([0233949](0233949)) ### Features * enable HMR for .js files ([5f4683c](5f4683c))
Configuration menu - View commit details
-
Copy full SHA for b5bdfe6 - Browse repository at this point
Copy the full SHA b5bdfe6View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74a2165 - Browse repository at this point
Copy the full SHA 74a2165View commit details -
chore(release): cut 11.7.1 [skip release]
## [11.7.1](v11.7.0...v11.7.1) (2024-08-27) ### Bug Fixes * update app-runtime dependency ([74a2165](74a2165))
Configuration menu - View commit details
-
Copy full SHA for 694edde - Browse repository at this point
Copy the full SHA 694eddeView commit details -
fix: base url env & refactor [LIBS-635] (#872)
* fix: missing base URL from env; refactor env and shell bootstrap * fix: add public URL default * fix: new env format for start script * chore: clean up unused files * fix: base url prefix * refactor: parameter format * chore: last comment
Configuration menu - View commit details
-
Copy full SHA for 7f19259 - Browse repository at this point
Copy the full SHA 7f19259View commit details -
chore(release): cut 12.0.0-alpha.8 [skip release]
# [12.0.0-alpha.8](v12.0.0-alpha.7...v12.0.0-alpha.8) (2024-08-27) ### Bug Fixes * base url env & refactor [LIBS-635] ([#872](#872)) ([7f19259](7f19259))
Configuration menu - View commit details
-
Copy full SHA for 4f88ba2 - Browse repository at this point
Copy the full SHA 4f88ba2View commit details
There are no files selected for viewing