18.0.0-alpha.33
Pre-release
Pre-release
·
1170 commits
to main
since this release
18.0.0-alpha.33 (2024-06-06)
Breaking
- Fix JavaScript events association on error pages. Also remove settings
config.settings.serverConfig.extractScripts.errorPages. Now scripts are added to error pages, regardless of whether we are in production mode or not. @wesleybl #6048 - Breaking from the original slots implementation:
Nowconfig.getSlotsin the configuration registry takes the argumentlocationinstead ofpathname.
This allows to have more expressive conditions, and fulfill the use case of theAddform.
@sneridagh #6063
Feature
- Added object browser icon view @robgietema #5279
- Refactor TextWidget. @Tishasoumya-02 #6020
- Refactor IdWidget -@Tishasoumya-02 #6027
- The
ContentTypeConditionnow supports theAddform, and detects when you create a content type that is set in the condition. @sneridagh
Added a newBodyClasshelper while adding a new content type of the formis-adding-contenttype-mycontenttype. @sneridagh #6063 - Add support for configurable
publicdirectory defined per add-on. @sneridagh #6072
Bugfix
- Fix block chooser search is not focusable when clicked on add button @iRohitSingh #5866
- Fixed skiplink links not tracking focus correctly @JeffersonBledsoe #5959
- Remove left and right padding from Event > Edit recurrence > Repeat on buttons when repeating for weekly or yearly events for big fonts, preventing overflow. @sabrina-bongiovanni #6070
Internal
- Fix test script in monorepo root @sneridagh #6051