What's Changed
💥 Breaking Changes
- V15: Fix previews by @bergmania in #17181
- Fixed last remains of
GetAll
vsGetMany
by @bergmania in #17223 - hotfix: Rename condition config map by @nielslyngsoe in umbraco/Umbraco.CMS.Backoffice#2401
🚀 New Features
- update login photo for v15 by @nielslyngsoe in umbraco/Umbraco.CMS.Backoffice#2433
- Storybook 8 upgrade by @JesmoDev in umbraco/Umbraco.CMS.Backoffice#2440
- Hotfix: Expose global types by @madsrasmussen in umbraco/Umbraco.CMS.Backoffice#2442
🐛 Bug Fixes
- V15: Only create route table if table does not exist by @nikolajlauridsen in #17186
- V15: Refresh IPublishedContentTypeFactory when data types change by @nikolajlauridsen in #17180
- Bugfix: Use published template on load from database by @bergmania in #17277
- Bugfix: Do not allow routing content that is unpublished by @bergmania in #17251
- V15: Dont seed when in upgrade mode, and maintenance page is enabled by @Zeegaan in #17275
- V15: Rich Text Editor links do not work with query strings and anchors by @iOvergaard in #17288
- Hotfix: Block inline editing — create block variant by @nielslyngsoe in umbraco/Umbraco.CMS.Backoffice#2421
- Tweak Arabic translations by @IbrahimMNada in umbraco/Umbraco.CMS.Backoffice#2414
- Hotfix: Align templating icons by @madsrasmussen in umbraco/Umbraco.CMS.Backoffice#2417
- Hotfix: Invariant preview url by @madsrasmussen in umbraco/Umbraco.CMS.Backoffice#2418
- Hotfix: System information should be visible to anyone by @iOvergaard in umbraco/Umbraco.CMS.Backoffice#2430
- fix: allow
<code>
elements in TinyMCE by @iOvergaard in umbraco/Umbraco.CMS.Backoffice#2434 - Pass workspace path to document type edit path by @madsrasmussen in umbraco/Umbraco.CMS.Backoffice#2438
- Bugfix: Tiptap toolbar extension configuration by @leekelleher in umbraco/Umbraco.CMS.Backoffice#2459
- Bugfix: TinyMCE anchor links without base URL by @leekelleher in umbraco/Umbraco.CMS.Backoffice#2462
- Hotfix: correct config field alias to 'useLiveEditing' by @nielslyngsoe in umbraco/Umbraco.CMS.Backoffice#2460
- Tiptap: allow images to be uploaded from the clipboard by @iOvergaard in umbraco/Umbraco.CMS.Backoffice#2465
- Bugfix: Variant Blocks create duplicates in the frontend when created in an area by @nielslyngsoe in umbraco/Umbraco.CMS.Backoffice#2464
- Bugfix: Preview should use the server paths to check for Backoffice url by @nielslyngsoe in umbraco/Umbraco.CMS.Backoffice#2468
📦 Dependencies
- Updated to .NET9 RC2 + other nuget packageds by @bergmania in #17235
- build(deps): update @umbraco-ui/uui from 1.10.0 to 1.10.1 by @iOvergaard in umbraco/Umbraco.CMS.Backoffice#2437
- Dependencies: Update @umbraco-ui/uui to 1.11.0 by @iOvergaard in umbraco/Umbraco.CMS.Backoffice#2453
🚀 New Features
- Hotfix: update login photo by @nielslyngsoe in #17228
- Support block level variant tags by @kjac in #17268
- V15: Implement sorting for the in-memory navigation structures (document and media) by @elit0451 in #17280
Other Changes
- Reintroduced a lot of extension methods as obsolete to avoid breaking change by @bergmania in #17201
- Introduce methods on new service to have alternative to obsoleted methods by @bergmania in #17208
- V15: Reimplement cache startup handler by @Zeegaan in #17279
Full Changelog: release-15.0.0-rc1...release-15.0.0-rc2