-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update to 3.5.1 and various fixes #307
Conversation
6d2f9da
to
ed22459
Compare
ed22459
to
4c8f41a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sdirix , thanks for the updates! This already looks pretty good to me and I can confirm that the CSP changes fix the API docs for me 🥳
I only have one concern about probably accidentally committed changes to current-versions.js
- Update to JSON Forms 3.5.1 - Update API docs - Add release news for 3.5.0 Also updates to latest Docusaurus which fixes search
The generated API docs contain inline scripts, inline styles and data sources. This adapts the Netlify configuration to serve a more relaxed CSP for them.
Fixes an issue in which nested links were not applied to the current route as it did not end in slash. This lead to invalid links and 404 errors when following such links. See eclipsesource#305 for more information.
The GH action we use to daily check our website for issues did no longer work as its implementation is incompatible to the latest Ubuntu (24.04) default settings. Pins the Ubuntu version to 22.04 to fix the issue for now.
4c8f41a
to
3af084b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, thanks ✨
No description provided.