17.0.0-alpha.1
Pre-release
Pre-release
·
2042 commits
to main
since this release
17.0.0-alpha.1 (2023-03-09)
Feature
-
Use popperjs in BlockChooser, move the markup to the bottom of the body tag. @sneridagh #4141
-
Improvements to the dev API proxy:
- Prefer RAZZLE_INTERNAL_API_PATH over RAZZLE_API_PATH as the target of the proxy.
The target of the API proxy is now always logged on startup, even in production mode. - Support proxying to a backend served over https. For this configuration it
might be necessary to set RAZZLE_DEV_PROXY_INSECURE=1 if the backend
certificate can't be verified.
[davisagli] #4434
- Prefer RAZZLE_INTERNAL_API_PATH over RAZZLE_API_PATH as the target of the proxy.
Bugfix
- fix: newsitem and event views wrapper classNames @nzambello #4443
- Fix weird GHA failure on config option not supported @sneridagh #4466
- Fix history view dropdown for first entry, showing 'Revert to this version option' always @sneridagh #4471
- Fix order of row of long table in edit and view mode @iFlameing #4473
- Improve flaky test in autofocus Cypress tests @sneridagh #4475
Documentation
- Complete teaser docs, add new section in
Blocks:Core Blocks developers notes@sneridagh #4461 - Change from links to inline literals in
CHANGELOG.mdto fix linkcheckbroken. @stevepiercy #4470