1.0.0-rc.1 #253
Closed
Baroshem
announced in
Announcements
1.0.0-rc.1
#253
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🗞️ Next steps
We are planning to release one or two more release candidate versions with bugfixes before a stable 1.0.0 version will be released.
✅ Migration Guide
This version includes⚠️ breaking changes but don't worry, we have prepared migration guide for you 😉
Modifed the structure for
alllowedMethodsRestricter
In the previous version,
alllowedMethodsRestricter
was an array of HTTP methods or'*'
for all methods.Now it is configured like following:
This change allows to pass a
throwError
property that can be useful to return an error response rather than throwing a default Nuxt error.Changed the disabled value for
permissionsPolicy
In the previous version, if you wanted to disable certain API like camera you would do something like this:
Now it is configured like following:
This change allows to fix an issue of passing several directives mentioned in #194
👉 Changelog
compare changes
🚀 Enhancements
🩹 Fixes
upgrade-insecure-requests
cannot be turned off for static build #214)nonce
(fix: remove broken test fornonce
#213)📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors
🏋️♂️ New Contributors
This discussion was created from the release 1.0.0-rc.1.
Beta Was this translation helpful? Give feedback.
All reactions