16.15.0
16.15.0 (2023-03-08)
Feature
-
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
Documentation
- Complete teaser docs, add new section in
Blocks:Core Blocks developers notes@sneridagh #4461