16.0.0-alpha.4
Pre-release
Pre-release
·
2875 commits
to main
since this release
Breaking
- Removed
date-fnsfrom dependencies, this was in the build becauseCypressdepended on it. After theCypressupgrade it no longer depends on it. If your project still depends on it, add it as a dependency of your project. @sneridagh - Removed all usage of
date-fnsfrom core. @sneridagh
Feature
- Added viewableInBrowserObjects setting to use in alternative to downloadableObjects, if you want to view file in browser intstead downloading. @giuliaghisini
- Disable already chosen criteria in querystring widget @kreafox
Bugfix
- Fix
withStylingSchemaEnhancerenhancer mechanism @sneridagh - Add correct query parameters to the redirect @robgietema
- Fix RenderBlocks: path @ksuess
- Fix field id creation in dexterity control panel to have slugified id @erral
- Changed to get intl.locale always from state @ionlizarazu
Internal
- Update
Cypressto version 9.6.1 @sneridagh
Documentation
- Updated simple.md @MdSahil-oss
- Fix indentation in nginx configuration in simple.md @stevepiercy