Skip to content

Releases: umbraco/Umbraco-CMS

16.3.2

22 Oct 05:00

Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: release-16.3.1...release-16.3.2

16.3.1

17 Oct 07:26

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fixed regression caused by incorrect handling of breaking change on block editor base constructor by @BenWhite27 in #20532

Full Changelog: release-16.3.0...release-16.3.1

16.3.0

16 Oct 07:23
a504fd1

Choose a tag to compare

What's Changed

🙌 Notable Changes

🏠 Internal

📦 Dependencies

🌈 Accessibility Improvements

  • Navigating the App Language Selector with the keyboard by @engijlr in #19887
  • Profile: Corrected misleading button label by @OskarKruger in #20161
  • Tiptap RTE: Adds accessibility attributes for RTE input by @OskarKruger in #20157
  • Workspace Actions: set attributes on the right element for label to work by @nielslyngsoe in #20178
  • Tags Property Editor: Remove tags with keyboard backspace/delete by @engijlr in #19892
  • Accessibility changes for the top navbar tabs and settings tabs by @Abdjulaziz in #20107
  • Update label for tree item caret to identify if open or closed by @OskarKruger in #20199
  • Tiptap RTE: Adds hover and focus border input states by @OskarKruger in #20172
  • Installer: Improves user accessibility by adding missing elements and setting the right focus by @iOvergaard in #20265
  • Allow open split view using the keyboard by @engijlr in #19927

🚀 New Features

🐛 Bug Fixes

  • Fixed behaviour on database cache rebuild to update only for requested content types by @AndyButland in #19905
  • Fix and enable some unit tests which are not running locally or on pipeline builds by @idseefeld in #19910
  • Ensure appropriate create and update dates are set on updated dictionary items to allow distinguishing between created and update for server events by @AndyButland in #19925
  • QA Fixed failing E2E test by @nhudinh0309 in #19931
  • Fix TipTap word count extension state sharing between multiple editors by @Copilot in #19943
  • Add comprehensive GitHub Copilot instructions for Umbraco CMS development by @Copilot in #19946
  • Refactoring DatabaseCacheRepository to de-duplicate code and remove warnings by @AndyButland in #19942
  • Adds id to the webhook item response model by @AndyButland in #19947
  • Handle content blueprint server events by @AndyButland in #19949
  • Fix to management API models reverting addition of read-only property by @AndyButland in #19951
  • Fix language server events to emit 'Updated' instead of 'Created' for updates by @Copilot in #19941
  • Fix issue console error when navigating to document type template tab by @NguyenThuyLan in #19913
  • QA Added acceptance tests for removing user groups from a user by @nhudinh0309 in #19994
  • QA Fixed the E2E failing tests by @nhudinh0309 in #19993
  • Replacing media files does not update the preview by @iOvergaard in #19912
  • Tiptap RTE: Toolbar configuration sorter by @NguyenThuyLan in #19901
  • Unwarranted redirect after auth by @iOvergaard in #19935
  • Ensure the directory exists before creating the SQLite database by @AndyButland in #19980
  • QA added acceptance test for issue 10431 by @andr317c in #19999
  • Fix: custom block view rendering freezes the Backoffice by @andrejd22 in #19962
  • Add request caching around published content factory by @AndyButland in #19990
  • Prevents the removal of all user groups from a user by @AndyButland in #19995
  • Implement root property validation for member workspace by @nielslyngsoe in #19972
  • QA Updated flaky tests by @andr317c in #20052
  • Fix issue with newly created template under an existing one by @AndyButland in #19669
  • Creating a new sub template should not show Discard Changes dialog by @iOvergaard in #20068
  • Create the document URLs lock database record introduced in 16 but required in a 15 migration by @AndyButland in #20064
  • Perform value detection at all property value levels by @kjac in #20067
  • Fixes exception when converting UDIs in a PropertyValueConverter by @AaronSadlerUK in #20011
  • Content Type Designer: fix style and localization by @nielslyngsoe in #20073
  • Content Type Designer tabs sorting improvement by @nielslyngsoe in #20074
  • Fix spell error from "Segmment" to "Segment" in the IRequestSegment interface by @rammi987 in #20010
  • Dropdown: Allow empty option by @leekelleher in #20099
  • QA Added acceptance tests for regression issue #17742 by @nhudinh0309 in #19996
  • Converting DateTime.MinValue to sqlD...
Read more

17.0.0-beta

15 Oct 07:13

Choose a tag to compare

17.0.0-beta Pre-release
Pre-release

What's Changed

🙌 Notable Changes

  • Use UTC for system dates in Umbraco by @AndyButland in #19822
  • Models builder: Move InMemoryAuto models builder and razor runtime compilation into its own package to enable hot reload by @nikolajlauridsen in #20187
  • Property Editors: New Date Time property editors by @lauraneto in #19915
  • Serverside generated preview URLs by @kjac in #20021
  • Load balancing: Load balance isolated caches to allow the backoffice to be load balanced by @nikolajlauridsen in #20417

💥 Breaking Changes

  • Clean up extension methods by @ronaldbarendse in #17051
  • Bugfixes/v17/19341 models builder generates different types for color picker value by @idseefeld in #19430
  • Audit entries rework by @lauraneto in #19345
  • Update the existing date/time property editor to provide a kind of unspecified by @lauraneto in #19727
  • Use audit service instead of repository directly in services by @lauraneto in #19357
  • Fix nullability of return types that can be non-null by @IvovdBruggen in #15927
  • Changed methods in ServiceCollectionExtensions to return IServiceCollection instead of void by @DevAndersen in #19785
  • V17 - Properties and validators, removing obsoleted code by @NillasKA in #19961
  • V17: Moves current-user related entities from 'user' to 'current-user' package by @iOvergaard in #20125
  • Dependencies: Updates to .NET 10 RC and NPoco 6.1 by @AndyButland in #20184
  • Repositories: Quote table and columns and use NPoco extensions over raw SQL by @idseefeld in #20034
  • Tiptap: Relocation of external extensions/package by @leekelleher in #20256
  • Unattended install: Added the ability to set the telemetry level by @KaasKop97 in #20249
  • Segments: Property level default segment fallback by @kjac in #20309
  • Deprecations: Client-side removal of v17 deprecated code by @leekelleher in #20294
  • Segmentation: The Backoffice should use the enhanced endpoint to fetch segment options for documents based on GUID by @iOvergaard in #20340
  • SectionSidebarContextMenu: Delete element and methods for interaction by @madsrasmussen in #20399
  • Dependencies: Update server dependencies by @lauraneto in #20385
  • Refactors backoffice sections with default element and context API by @leekelleher in #20305
  • Member type container in management API by @bjarnef in #16914
  • Load Balancing: Implement distributed background jobs by @Zeegaan in #20397
  • Property Editor Data Source by @madsrasmussen in #20375

📦 Dependencies

  • Bump tar-fs from 3.1.0 to 3.1.1 in /src/Umbraco.Web.UI.Client by @dependabot[bot] in #20260
  • Tiptap RTE: Upgrade to Tiptap v3 by @leekelleher in #20318
  • Dependencies: Updates all npm dependencies for Client, Login, and UmbracoExtension by @iOvergaard in #20386
  • build(deps): bumps @umbraco-ui/uui from 1.15.0 to 1.16.0-rc.0 by @iOvergaard in #20402

🌈 Accessibility Improvements

  • Login form: Improves accessibility by removing duplicate label and aria-label by @MrHutmat in #20232
  • Add accessibility label for splitview divider by @OskarKruger in #20380
  • Announce newest notification using live region by @engijlr in #19979

🚀 New Features

🐛 Bug Fixes

  • Bugfixes/v17/19341 description update models builder generates different types for color picker value by @idseefeld in #19436
  • Audit service rework by @lauraneto in #19346
  • Use new submit and poll solution for examine index rebuild by @lauraneto in #19707
  • Support persistence of unrestricted selections from the check box list by @AndyButland in #19856
  • V17 - Removed obsoleted code from Umbraco.Extension by @NillasKA in #19937
  • V17 - Removed obsoleted code from Umbraco.Examine by @NillasKA in #19966
  • V17 - Removed obsoleted code from Umbraco.Infrastructure by @NillasKA in #19977
  • V17 - Removed obsoleted code from Cms.Api by @NillasKA in #19963
  • V17 - Removing obsoleted code from Umbraco.Web by @NillasKA in #19983
  • V17 - Content Finder unit tests cleanup by @NillasKA in #19989
  • V17 - Removed obsoleted code from Umbraco.Cms.Core.Cache & .Routing by @NillasKA in #19959
  • V17 - Removing obsoleted code from Umbraco.Core by @NillasKA in #20009
  • V17: Update to dotnet 10 by @nikolajlauridsen in #20007
  • Repositories: Introduce and use NPoco and custom extension methods for SQL syntax in ContentTypeRepositoryBase by @idseefeld in #19986
  • Feature: single block property editor by @Migaroez in #20098
  • Section Sidebar Menu: Auto expand to paginated tree items (closes #17074) by @madsrasmussen in #19883
  • UTC data migration doesn't work in Linux (closes #20002) by @lauraneto in #20112
  • Test Data: Fixing endpoint not working #20044 by @NillasKA in #20227
  • Tiptap: QA Added acceptance tests for regression issue #19763 by @andr317c in #20226
  • UX: Make approved colour picker remove button consistent with other multi value item remove buttons by @bjarnef in #20257
  • Localization/UX: Add a new general translation for "Fields" by @bjarnef in #20259
  • Update Readme to signpost the Forum by @OwainWilliams in #20268
  • QA Skip the known failing smoke test to avoid blocking other PRs by @nhudinh0309 in #20269
  • Adding SourceWidth and SourceHeight to ImageUrlGenerationOptions by @Jeavon in #14499
  • UX: Add slightly more padding at top so user card outline is not cutoff by @bjarnef in #20258
  • NuGet vulnerability warnings: Warn in non-Release mode, Error in non-Release mode by @emmagarland in #17244
  • AllowEditInvariantFromNonDefault : Fix property write guard to use correct variant ID (closes #20250) by @madsrasmussen in #20277
  • Temp/layout header top custom property by @floede in #20080
  • Micro-optimization: Move compilation of some Regex generation to compile time instead of runtime, make some static ones compiled by @Henr1k80 in #20287
  • E2E nightly pipeline: QA Fix failing acceptance tests for invalid cases by @nhudinh0309 in #20289
  • Media Workspace Path: add parent path to support absolute path generation by @nielslyngsoe in #20302
  • Models: PropertyType constructor sets ...
Read more

13.11.0

09 Oct 04:43

Choose a tag to compare

What's Changed in 13.11.0

Full Changelog: release-13.11.0-rc2...release-13.11.0

What's Changed in 13.11.0-rc2

🐛 Bug Fixes

  • Caching: Fixes regression of the caching of null representations for missing dictionary items (closes #20336) by @AndyButland in #20344

Full Changelog: release-13.11.0-rc...release-13.11.0-rc2

What's Changed Since The Last Release (13.10.1)

🐛 Bug Fixes

  • List views: The filter param should be URL encoded (closes #19773) by @AaronSadlerUK in #19774
  • Permissions: Content picker search with start node configured not taking user start nodes into account (closes #19432) by @lauraneto in #19800
  • Preview: Use a regex to filter our invalid culture codes rather than relying on the culture being installed on the operating system (closes #19817) by @AndyButland in #19821
  • Authentication: Retain original backoffice location on login after timeout (closes #19971 and #20050 ) by @AndyButland in #19984
  • Delivery API: Support query string and anchor for local links in output by (closes #18475) @kjac in #20142
  • Migrations: Avoid throwing an exception on getting references when migrating content with changed data types (closes #19784) by @AndyButland in #20079
  • Engage: Adds property awareness to validation context to avoid potential infinite loops (closes #19654) by @cornehoskam in #19827
  • Engage: Make notification service able to handle segmented content (closes #20045) by @kjac in #20160
  • Persistence: Fix issue with use of EF Core scopes within notification handlers (closes #18977) by @Migaroez in #19797

🌐 Localization

  • Localization: Add Arabic (ar) backoffice translation by @wpplumber in #19896

New Contributors

  • @wpplumber made their first contribution in #19896

Full Changelog: release-13.10.1...release-13.11.0-rc

16.3.0-rc4

08 Oct 08:27

Choose a tag to compare

16.3.0-rc4 Pre-release
Pre-release

What's Changed in 16.3.0-rc4

🚤 Performance

  • Performance: Added request cache to media type retrieval in media picker validation, resolving performance regression in validate and save by @AndyButland in #20405

Full Changelog: release-16.3.0-rc3...release-16.3.0-rc4

What's Changed in 16.3.0-rc3

🐛 Bug Fixes

  • Hybrid cache: Check for ContentCacheNode instead of object on exists for hybrid cache to ensure correct deserialization (closes #20352) by @AndyButland in #20383

Full Changelog: release-16.3.0-rc2...release-16.3.0-rc3

What's Changed in 16.3.0-rc2

🐛 Bug Fixes

  • Caching: Fixes regression of the caching of null representations for missing dictionary items (closes #20336) by @AndyButland in #20349

Full Changelog: release-16.3.0-rc...release-16.3.0-rc2

What's Changed Since The Last Release (16.2.0)

🙌 Notable Changes - Testing encouraged and appreciated!

🏠 Internal

📦 Dependencies

🌈 Accessibility Improvements

  • Navigating the App Language Selector with the keyboard by @engijlr in #19887
  • Profile: Corrected misleading button label by @OskarKruger in #20161
  • Tiptap RTE: Adds accessibility attributes for RTE input by @OskarKruger in #20157
  • Workspace Actions: set attributes on the right element for label to work by @nielslyngsoe in #20178
  • Tags Property Editor: Remove tags with keyboard backspace/delete by @engijlr in #19892
  • Accessibility changes for the top navbar tabs and settings tabs by @Abdjulaziz in #20107
  • Update label for tree item caret to identify if open or closed by @OskarKruger in #20199
  • Tiptap RTE: Adds hover and focus border input states by @OskarKruger in #20172
  • Installer: Improves user accessibility by adding missing elements and setting the right focus by @iOvergaard in #20265
  • Allow open split view using the keyboard by @engijlr in #19927

🚀 New Features

🐛 Bug Fixes

  • Fixed behaviour on database cache rebuild to update only for requested content types by @AndyButland in #19905
  • Fix and enable some unit tests which are not running locally or on pipeline builds by @idseefeld in #19910
  • Ensure appropriate create and update dates are set on updated dictionary items to allow distinguishing between created and update for server events by @AndyButland in #19925
  • QA Fixed failing E2E test by @nhudinh0309 in #19931
  • Fix TipTap word count extension state sharing between multiple editors by @Copilot in #19943
  • Add comprehensive GitHub Copilot instructions for Umbraco CMS development by @Copilot in #19946
  • Refactoring DatabaseCacheRepository to de-duplicate code and remove warnings by @AndyButland in #19942
  • Adds id to the webhook item response model by @AndyButland in #19947
  • Handle content blueprint server events by @AndyButland in #19949
  • Fix to management API models reverting addition of read-only property by @AndyButland in #19951
  • Fix language server events to emit 'Updated' instead of 'Created' for updates by @Copilot in #19941
  • Fix issue console error when navigating to document type template tab by @NguyenThuyLan in #19913
  • QA Added acceptance tests for removing user groups from a user by @nhudinh0309 in #19994
  • QA Fixed the E2E failing tests by @nhudinh0309 in #19993
  • Replacing media files does not update the preview by @iOvergaard in #19912
  • Tiptap RTE: Toolbar configuration sorter by @NguyenThuyLan in #19901
  • Unwarranted redirect after auth by @iOvergaard in #19935
  • Ensure the directory exists before creating the SQLite database by @AndyButland in #19980
  • QA added acceptance test for issue 10431 by @andr317c in #19999
  • Fix: custom block view rendering freezes the Backoffice by @andrejd22 in #19962
  • Add request caching around published content factory by @AndyButland in #19990
  • Prevents the removal of all user groups from a user by @AndyButland in #19995
  • Implement root property validation for member workspace by @nielslyngsoe in #19972
  • QA Updated flaky tests by @andr317c in #20052
  • Fix issue with newly created template under an existing one by @AndyButland in #19669
  • Creating a new sub template should not s...
Read more

16.3.0-rc3

07 Oct 06:24

Choose a tag to compare

16.3.0-rc3 Pre-release
Pre-release

What's Changed in 16.3.0-rc3

🐛 Bug Fixes

  • Hybrid cache: Check for ContentCacheNode instead of object on exists for hybrid cache to ensure correct deserialization (closes #20352) by @AndyButland in #20383

Full Changelog: release-16.3.0-rc2...release-16.3.0-rc3

What's Changed in 16.3.0-rc2

🐛 Bug Fixes

  • Caching: Fixes regression of the caching of null representations for missing dictionary items (closes #20336) by @AndyButland in #20349

Full Changelog: release-16.3.0-rc...release-16.3.0-rc2

What's Changed Since The Last Release (16.2.0)

🙌 Notable Changes - Testing encouraged and appreciated!

🏠 Internal

📦 Dependencies

🌈 Accessibility Improvements

  • Navigating the App Language Selector with the keyboard by @engijlr in #19887
  • Profile: Corrected misleading button label by @OskarKruger in #20161
  • Tiptap RTE: Adds accessibility attributes for RTE input by @OskarKruger in #20157
  • Workspace Actions: set attributes on the right element for label to work by @nielslyngsoe in #20178
  • Tags Property Editor: Remove tags with keyboard backspace/delete by @engijlr in #19892
  • Accessibility changes for the top navbar tabs and settings tabs by @Abdjulaziz in #20107
  • Update label for tree item caret to identify if open or closed by @OskarKruger in #20199
  • Tiptap RTE: Adds hover and focus border input states by @OskarKruger in #20172
  • Installer: Improves user accessibility by adding missing elements and setting the right focus by @iOvergaard in #20265
  • Allow open split view using the keyboard by @engijlr in #19927

🚀 New Features

🐛 Bug Fixes

  • Fixed behaviour on database cache rebuild to update only for requested content types by @AndyButland in #19905
  • Fix and enable some unit tests which are not running locally or on pipeline builds by @idseefeld in #19910
  • Ensure appropriate create and update dates are set on updated dictionary items to allow distinguishing between created and update for server events by @AndyButland in #19925
  • QA Fixed failing E2E test by @nhudinh0309 in #19931
  • Fix TipTap word count extension state sharing between multiple editors by @Copilot in #19943
  • Add comprehensive GitHub Copilot instructions for Umbraco CMS development by @Copilot in #19946
  • Refactoring DatabaseCacheRepository to de-duplicate code and remove warnings by @AndyButland in #19942
  • Adds id to the webhook item response model by @AndyButland in #19947
  • Handle content blueprint server events by @AndyButland in #19949
  • Fix to management API models reverting addition of read-only property by @AndyButland in #19951
  • Fix language server events to emit 'Updated' instead of 'Created' for updates by @Copilot in #19941
  • Fix issue console error when navigating to document type template tab by @NguyenThuyLan in #19913
  • QA Added acceptance tests for removing user groups from a user by @nhudinh0309 in #19994
  • QA Fixed the E2E failing tests by @nhudinh0309 in #19993
  • Replacing media files does not update the preview by @iOvergaard in #19912
  • Tiptap RTE: Toolbar configuration sorter by @NguyenThuyLan in #19901
  • Unwarranted redirect after auth by @iOvergaard in #19935
  • Ensure the directory exists before creating the SQLite database by @AndyButland in #19980
  • QA added acceptance test for issue 10431 by @andr317c in #19999
  • Fix: custom block view rendering freezes the Backoffice by @andrejd22 in #19962
  • Add request caching around published content factory by @AndyButland in #19990
  • Prevents the removal of all user groups from a user by @AndyButland in #19995
  • Implement root property validation for member workspace by @nielslyngsoe in #19972
  • QA Updated flaky tests by @andr317c in #20052
  • Fix issue with newly created template under an existing one by @AndyButland in #19669
  • Creating a new sub template should not show Discard Changes dialog by @iOvergaard in #20068
  • Create the document URLs lock database record introduced in 16 but required in a 15 migration by @AndyButland in #20064
  • Perform value detection at all property value levels by @kjac in #20067
    ...
Read more

16.3.0-rc2

03 Oct 05:19

Choose a tag to compare

16.3.0-rc2 Pre-release
Pre-release

What's Changed in 16.3.0-rc2

🐛 Bug Fixes

  • Caching: Fixes regression of the caching of null representations for missing dictionary items (closes #20336) by @AndyButland in #20349

Full Changelog: release-16.3.0-rc...release-16.3.0-rc2

What's Changed Since The Last Release (16.2.0)

🙌 Notable Changes - Testing encouraged and appreciated!

🏠 Internal

📦 Dependencies

🌈 Accessibility Improvements

  • Navigating the App Language Selector with the keyboard by @engijlr in #19887
  • Profile: Corrected misleading button label by @OskarKruger in #20161
  • Tiptap RTE: Adds accessibility attributes for RTE input by @OskarKruger in #20157
  • Workspace Actions: set attributes on the right element for label to work by @nielslyngsoe in #20178
  • Tags Property Editor: Remove tags with keyboard backspace/delete by @engijlr in #19892
  • Accessibility changes for the top navbar tabs and settings tabs by @Abdjulaziz in #20107
  • Update label for tree item caret to identify if open or closed by @OskarKruger in #20199
  • Tiptap RTE: Adds hover and focus border input states by @OskarKruger in #20172
  • Installer: Improves user accessibility by adding missing elements and setting the right focus by @iOvergaard in #20265
  • Allow open split view using the keyboard by @engijlr in #19927

🚀 New Features

🐛 Bug Fixes

Read more

16.3.0-rc

02 Oct 08:48
0c3e9fb

Choose a tag to compare

16.3.0-rc Pre-release
Pre-release

What's Changed

🙌 Notable Changes - Testing encouraged and appreciated!

🏠 Internal

📦 Dependencies

🌈 Accessibility Improvements

  • Navigating the App Language Selector with the keyboard by @engijlr in #19887
  • Profile: Corrected misleading button label by @OskarKruger in #20161
  • Tiptap RTE: Adds accessibility attributes for RTE input by @OskarKruger in #20157
  • Workspace Actions: set attributes on the right element for label to work by @nielslyngsoe in #20178
  • Tags Property Editor: Remove tags with keyboard backspace/delete by @engijlr in #19892
  • Accessibility changes for the top navbar tabs and settings tabs by @Abdjulaziz in #20107
  • Update label for tree item caret to identify if open or closed by @OskarKruger in #20199
  • Tiptap RTE: Adds hover and focus border input states by @OskarKruger in #20172
  • Installer: Improves user accessibility by adding missing elements and setting the right focus by @iOvergaard in #20265
  • Allow open split view using the keyboard by @engijlr in #19927

🚀 New Features

🐛 Bug Fixes

  • Fixed behaviour on database cache rebuild to update only for requested content types by @AndyButland in #19905
  • Fix and enable some unit tests which are not running locally or on pipeline builds by @idseefeld in #19910
  • Ensure appropriate create and update dates are set on updated dictionary items to allow distinguishing between created and update for server events by @AndyButland in #19925
  • QA Fixed failing E2E test by @nhudinh0309 in #19931
  • Fix TipTap word count extension state sharing between multiple editors by @Copilot in #19943
  • Add comprehensive GitHub Copilot instructions for Umbraco CMS development by @Copilot in #19946
  • Refactoring DatabaseCacheRepository to de-duplicate code and remove warnings by @AndyButland in #19942
  • Adds id to the webhook item response model by @AndyButland in #19947
  • Handle content blueprint server events by @AndyButland in #19949
  • Fix to management API models reverting addition of read-only property by @AndyButland in #19951
  • Fix language server events to emit 'Updated' instead of 'Created' for updates by @Copilot in #19941
  • Fix issue console error when navigating to document type template tab by @NguyenThuyLan in #19913
  • QA Added acceptance tests for removing user groups from a user by @nhudinh0309 in #19994
  • QA Fixed the E2E failing tests by @nhudinh0309 in #19993
  • Replacing media files does not update the preview by @iOvergaard in #19912
  • Tiptap RTE: Toolbar configuration sorter by @NguyenThuyLan in #19901
  • Unwarranted redirect after auth by @iOvergaard in #19935
  • Ensure the directory exists before creating the SQLite database by @AndyButland in #19980
  • QA added acceptance test for issue 10431 by @andr317c in #19999
  • Fix: custom block view rendering freezes the Backoffice by @andrejd22 in #19962
  • Add request caching around published content factory by @AndyButland in #19990
  • Prevents the removal of all user groups from a user by @AndyButland in #19995
  • Implement root property validation for member workspace by @nielslyngsoe in #19972
  • QA Updated flaky tests by @andr317c in #20052
  • Fix issue with newly created template under an existing one by @AndyButland in #19669
  • Creating a new sub template should not show Discard Changes dialog by @iOvergaard in #20068
  • Create the document URLs lock database record introduced in 16 but required in a 15 migration by @AndyButland in #20064
  • Perform value detection at all property value levels by @kjac in #20067
  • Fixes exception when converting UDIs in a PropertyValueConverter by @AaronSadlerUK in #20011
  • Content Type Designer: fix style and localization by @nielslyngsoe in #20073
  • Content Type Designer tabs sorting improvement by @nielslyngsoe in #20074
  • Fix spell error from "Segmment" to "Segment" in the IRequestSegment interface by @rammi987 in #20010
  • Dropdown: Allow empty option by @leekelleher in #20099
  • QA Added acceptance test...
Read more

13.11.0-rc2

02 Oct 10:03

Choose a tag to compare

13.11.0-rc2 Pre-release
Pre-release

What's Changed in 13.11.0-rc2

🐛 Bug Fixes

  • Caching: Fixes regression of the caching of null representations for missing dictionary items (closes #20336) by @AndyButland in #20344

Full Changelog: release-13.11.0-rc...release-13.11.0-rc2

What's Changed Since The Last Release (13.10.1)

🐛 Bug Fixes

  • List views: The filter param should be URL encoded (closes #19773) by @AaronSadlerUK in #19774
  • Permissions: Content picker search with start node configured not taking user start nodes into account (closes #19432) by @lauraneto in #19800
  • Preview: Use a regex to filter our invalid culture codes rather than relying on the culture being installed on the operating system (closes #19817) by @AndyButland in #19821
  • Authentication: Retain original backoffice location on login after timeout (closes #19971 and #20050 ) by @AndyButland in #19984
  • Delivery API: Support query string and anchor for local links in output by (closes #18475) @kjac in #20142
  • Migrations: Avoid throwing an exception on getting references when migrating content with changed data types (closes #19784) by @AndyButland in #20079
  • Engage: Adds property awareness to validation context to avoid potential infinite loops (closes #19654) by @cornehoskam in #19827
  • Engage: Make notification service able to handle segmented content (closes #20045) by @kjac in #20160
  • Persistence: Fix issue with use of EF Core scopes within notification handlers (closes #18977) by @Migaroez in #19797

🌐 Localization

  • Localization: Add Arabic (ar) backoffice translation by @wpplumber in #19896

New Contributors

  • @wpplumber made their first contribution in #19896

Full Changelog: release-13.10.1...release-13.11.0-rc