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

feat: parse additional namespaces from d2.config.js and add to manifest.webapp [LIBS-638] #860

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

KaiVandivier
Copy link
Contributor

@KaiVandivier KaiVandivier commented Jul 3, 2024

LIBS-638

Follow-up from DHIS2-17546

Also includes sizes: '16x16' to manifest.json to fix the Chrome "Application" tab crash in dev tools

Screenshot 2024-07-03 at 1 19 31 PM

@@ -90,6 +91,7 @@ module.exports = (paths, config, publicUrl) => {
},
{
src: 'safari-pinned-tab.svg',
sizes: '16x16',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes the Application tab crash in Chrome dev tools -- slack thread

Copy link

@eirikhaugstulen eirikhaugstulen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🎉 Great job, @KaiVandivier.

@KaiVandivier KaiVandivier merged commit 62782fe into master Jul 3, 2024
8 checks passed
@KaiVandivier KaiVandivier deleted the libs-638-additional-namespaces branch July 3, 2024 13:22
dhis2-bot added a commit that referenced this pull request Jul 3, 2024
# [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))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 11.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

dhis2-bot added a commit that referenced this pull request Jul 8, 2024
# [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))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 12.0.0-alpha.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants