Releases: umbraco/Umbraco-CMS
Releases · umbraco/Umbraco-CMS
15.0.0-rc3
What's Changed Since 15.0.0-rc2
🎨 Backoffice Changes
- See the full list on the Umbraco.CMS.Backoffice repository
💥 Breaking Changes
- Block level variants - search indexing by @kjac in #17239
- Validation for block level variation by @kjac in #17355
- Add ContentKey to IBlockReference and obsolete ContentUdi by @kjac in #17365
🐛 Bug Fixes
- Initialize important services before unattended installs by @bergmania in #17366
- Fixes slow legacy routes by using a domain cache by @bergmania in #17371
🏠 Internal
- V15 QA updated E2E tests by @andr317c in #17359
- V15: Adding unit tests for
INavigationQueryService.TryGetRootKeys()
by @elit0451 in #17374 - V15: Adding tests for
INavigationQueryService.TryGetLevel()
by @elit0451 in #17375 - V15: Adding not null when annotation by @elit0451 in #17379
📦 Dependencies
- Updated nuget packages 2024-10-25 by @bergmania in #17370
Other Changes
- Extend timeout for release branch by @Zeegaan in #17304
- Added DisableBuildCompression to not make compressed versions of back… by @bergmania in #17380
- V15: Make default max payload size more friendly by @nikolajlauridsen in #17382
- V15: Refresh caches on load balanced environments by @nikolajlauridsen in #17296
- V15: Add back url segments again by @Zeegaan in #17390
- Add logging to RTE integration tests to trace the source of the failing tests by @kjac in #17376
- Updated lucene net replicator package by @andr317c in #17415
- Fix delivery api can find unpublished content by @bergmania in #17413
- Fix security scheme issues in Delivery API OpenAPI spec by @kjac in #17401
- Do not migrate blocks in parallel on SQLite by @kjac in #17416
- Prevent Delivery API output cache configuration from affecting other controllers by @kjac in #17405
- Support limited language access at block level by @kjac in #17322
- Obsolete content dashboard settings by @Migaroez in #17389
- Reintroduce a favicon to the templates to allow static file access on first boot by @bergmania in #17422
Full Changelog: release-15.0.0-rc2...v15.0.0-rc3
15.0.0-rc2
What's Changed
🎨 Backoffice Changes
- See the full list on the Umbraco.CMS.Backoffice repository
💥 Breaking Changes
- V15: Fix previews by @bergmania in #17181
- Fixed last remains of
GetAll
vsGetMany
by @bergmania in #17223
🐛 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
📦 Dependencies
- Updated to .NET9 RC2 + other nuget packageds by @bergmania in #17235
🚀 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
15.0.0-rc1
What's Changed
🎨 Backoffice Changes
- See the full list on the Umbraco.CMS.Backoffice repository
🙌 Notable Changes
- V15: Hybrid Caching by @Zeegaan in #16938
- V15: Swap default Richtext Editor data-type from TinyMCE to Tiptap by @leekelleher in #17164
💥 Breaking Changes
- V15: Update to dotnet 9 by @Zeegaan in #16625
- API access with client credentials (core functionality) by @kjac in #16817
- Add
IAsyncComponent
to allow async initialize/terminate by @ronaldbarendse in #16536
🐛 Bug Fixes
- Fix broken Tours migration for V15 by @kjac in #16912
- V15 Bugfix: Temp remove tag helpers on login screen by @madsrasmussen in #16977
📦 Dependencies
- Updated to dotnet 9 RC.1 - and other nuget packages by @bergmania in #17053
- V15: update uui css to 1.10 for login by @nielslyngsoe in #17110
🚀 New Features
- Introduce
INavigationService
for in-memory navigation data by @elit0451 in #16818 - Add notification alias to document notifications endpoint output by @kjac in #17028
- V15: Allows blocks in rich text editor to exclude the "Umbraco-Block" HTML comment by @iOvergaard in #17118
- Swagger sub types selectors (take 2) by @kjac in #17132
Other Changes
- V15: Merge by @nikolajlauridsen in #16801
- V15 QA fix e2e build pipeline by @andr317c in #16987
- Add member "kind" - and refactor user "type" to "kind" for consistency by @kjac in #16979
- Ensure correct OpenID Connect error responses by @kjac in #16982
- Add EditorAlias to content value outputs by @kjac in #17032
- Allow client to send language values, that user cannot persist by @bergmania in #17052
- V15 QA Enabled Nightly E2E Pipeline to run on V15 by @andr317c in #17103
- V15: Cache Seeding by @nikolajlauridsen in #17102
- Fix: update login package lock by @nielslyngsoe in #17116
- V14 QA fixed E2E tests for SQL server by @andr317c in #17122
- V14 QA added navigation integration tests by @andr317c in #16973
- Make AddUserClientId able to run twice if needed by @kjac in #17123
- Enable validation of specific cultures only for document updates by @kjac in #17087
- Fix
IContentBase.GetUdi()
extension method to support document-blueprint entity type by @ronaldbarendse in #16939 - Use version of the assembly with the same name as the package ID (for telemetry data) by @ronaldbarendse in #16544
- Move all V14 User and User Group migration to pre-migrations by @kjac in #17130
- Temporarily disable of windows integration tests by @bergmania in #17147
- Determine urls at save and publish time by @bergmania in #17033
- Execute V15 User data migrations as pre-migrations by @kjac in #17140
- Block level variance by @kjac in #17120
- Handle navigation updates in cache refeshers by @bergmania in #17161
- Make RTE work without blocks in a culture variant context by @kjac in #17163
- V15: Remove Nucache by @nikolajlauridsen in #17166
- Bugfix: Media in new cache was created as published by @bergmania in #17169
- Fixed issues with publishing in cache and reintroduced tests by @bergmania in #17168
Full Changelog: release-14.3.0...release-15.0.0-rc1
14.3.0
What's Changed
🙌 Notable Changes
- Improve dotnet templates by @nikolajlauridsen in #16815
💥 Breaking Changes
- Configure ImageSharp WebP encoder to use Lossy by default by @PerplexDaniel in #16769
🐛 Bug Fixes
- Use parentElement instead of parent by @vlaellayug in #16257
- fix: uploaded item not selected in media picker by @ealse in #16644
- V14: Don't duplicate audit loggin for media trashing by @Zeegaan in #16903
- Fix for MemberDefaultLockoutTimeInMinutes lockout time by @KudAndrii in #16832
- Cache a dictionary of dictionaries by @matthewcare in #15908
- V14: Extensions of type
AppEntryPoint
are not being executed on the login screen by @iOvergaard in #16967 - Avoid concurrent build of
Umbraco.JsonSchema
tool and add execution timeouts toExec
build tasks by @ronaldbarendse in #17006 - ModelsGenerator to IModelsGenerator in BuildModelsBuilderController by @kasparboelkjeldsen in #16919
- Updated the assembly names to avoid a debug-warning in the log by @bergmania in #16997
📦 Dependencies
- Updated to lastest nuget minor or patch versions by @bergmania in #16871
- Update to latest nuget packages 2024-08-20 by @bergmania in #16935
- Bump axios from 1.6.5 to 1.7.4 in /tests/Umbraco.Tests.AcceptanceTest by @dependabot in #16917
- Updated nuget packages by @bergmania in #17062
- Bump vite from 5.3.1 to 5.4.6 in /src/Umbraco.Web.UI.Login by @dependabot in #17086
🚀 New Features
- Add Content-Security-Policy (CSP) health check by @erikjanwestendorp in #16830
- Add endpoint for upgrade checks by @kjac in #17026
Other Changes
- Feature/swedish translations by @ChristianYngvesson in #16582
- Upgrade imagesharp2 dependency by @Migaroez in #16883
- V14 QA applied changes from our test helpers by @andr317c in #16889
- Fix date conversion on the server-side by @kjac in #16841
- Add the default date-with-time configuration if missing by @kjac in #16902
- V13: RTE Blocks editable after save by @nielslyngsoe in #16864
- V13: fix 16663 by @nielslyngsoe in #16866
- V14: Align permissions for audit log by @Zeegaan in #16907
- V14 QA content image media picker tests by @andr317c in #16890
- Making method ExecuteAsync virtual by @PeterKvayt in #16496
- V14/fix/element switch validation by @Migaroez in #16421
- move and rename by @nielslyngsoe in #16916
- Stripped username before login by @EmanuelGustafzon in #16921
- V14 Added the Content tests with Radiobox and Tags datatype by @nhudinh0309 in #16909
- Fix Mismatching constraint names in old migration by @Migaroez in #16891
- V14 Added Content tests with Multi URL picker by @nhudinh0309 in #16885
- V14 Added the Content tests with Textarea, Textstring, TrueFalse datatype by @nhudinh0309 in #16946
- V14 Added the Content tests with Upload Article, Upload Audio and Upload File data type by @nhudinh0309 in #16945
- V14 QA Fixed the failing smoke tests by @nhudinh0309 in #16953
- Ignore Visual Studio's generated launchSettings file. by @JasonElkin in #16951
- Update valid reasons to not have a template on a content node to include having umbracoRedirect by @CodeBunTes in #15929
- Fix mandatory RTE validation by @bergmania in #16962
- V14 QA Added Content tests with various of data types by @nhudinh0309 in #16824
- V14 QA added Block grid acceptance tests by @andr317c in #16908
- Remove warnings from Umbraco.Web.UI by @emmagarland in #16958
- Support parentId in document/media item search endpoints by @Migaroez in #16933
- Fix unresponsive block grid editor by @Migaroez in #16941
- V13: Read only mode while saving by @nielslyngsoe in #16961
- FIX sdk version mismatch by @Migaroez in #16963
- Treat warnings as errors for initial projects by @emmagarland in #15019
- V14 QA added block list editor tests by @andr317c in #16862
- improve missingProperties data returned for missing propertie values by @Migaroez in #16910
- V14/fix/cookie breaking installer by @Migaroez in #16993
- Update LogDto.cs by @marwaldv in #15263
- Fix: V13 ensure data change is detected on embedding media (16806) by @nielslyngsoe in #17008
- Content.EditorDirectiveController: added formSubmittedValidationFailed broadcast to prevent fields to stay disabled by @Yinzy00 in #17018
- Fix null reference exception in CacheValues.For when building the CompositeStringStringKey by @Migaroez in #17024
- Resolved more warnings, and marked more warning types as errors by @emmagarland in #16990
- Expand RedirectUrl.Url storage type to avoid truncation by @Migaroez in #17038
- V14 Fix E2E tests by @andr317c in #17011
- V14 QA new E2E test pipeline by @andr317c in #17064
- V14 QA update fetch depth by @andr317c in #17068
- V14 QA Content with vector graphics by @andr317c in #17065
- V14 QA Content with upload video by @andr317c in #17066
- V15: Update template to reference 13.5 by @nikolajlauridsen in #17063
- V14: Fix templates not having set master template on package install by @Zeegaan in #16978
New Contributors
- @ChristianYngvesson made their first contribution in #16582
- @PeterKvayt made their first contribution in #16496
- @KudAndrii made their first contribution in #16832
- @EmanuelGustafzon made their first contribution in #16921
- @marwaldv made their first contribution in #15263
Full Changelog: release-14.2.0...release-14.3.0
14.3.0-RC
What's Changed
🙌 Notable Changes
- Improve dotnet templates by @nikolajlauridsen in #16815
💥 Breaking Changes
- Configure ImageSharp WebP encoder to use Lossy by default by @PerplexDaniel in #16769
🐛 Bug Fixes
- Use parentElement instead of parent by @vlaellayug in #16257
- fix: uploaded item not selected in media picker by @ealse in #16644
- V14: Don't duplicate audit loggin for media trashing by @Zeegaan in #16903
- Fix for MemberDefaultLockoutTimeInMinutes lockout time by @KudAndrii in #16832
- Cache a dictionary of dictionaries by @matthewcare in #15908
- V14: Extensions of type
AppEntryPoint
are not being executed on the login screen by @iOvergaard in #16967 - Avoid concurrent build of
Umbraco.JsonSchema
tool and add execution timeouts toExec
build tasks by @ronaldbarendse in #17006 - ModelsGenerator to IModelsGenerator in BuildModelsBuilderController by @kasparboelkjeldsen in #16919
- Updated the assembly names to avoid a debug-warning in the log by @bergmania in #16997
📦 Dependencies
- Updated to lastest nuget minor or patch versions by @bergmania in #16871
- Update to latest nuget packages 2024-08-20 by @bergmania in #16935
- Bump axios from 1.6.5 to 1.7.4 in /tests/Umbraco.Tests.AcceptanceTest by @dependabot in #16917
- Updated nuget packages by @bergmania in #17062
- Bump vite from 5.3.1 to 5.4.6 in /src/Umbraco.Web.UI.Login by @dependabot in #17086
🚀 New Features
- Add Content-Security-Policy (CSP) health check by @erikjanwestendorp in #16830
- Add endpoint for upgrade checks by @kjac in #17026
Other Changes
- Feature/swedish translations by @ChristianYngvesson in #16582
- Upgrade imagesharp2 dependency by @Migaroez in #16883
- V14 QA applied changes from our test helpers by @andr317c in #16889
- Fix date conversion on the server-side by @kjac in #16841
- Add the default date-with-time configuration if missing by @kjac in #16902
- V13: RTE Blocks editable after save by @nielslyngsoe in #16864
- V13: fix 16663 by @nielslyngsoe in #16866
- V14: Align permissions for audit log by @Zeegaan in #16907
- V14 QA content image media picker tests by @andr317c in #16890
- Making method ExecuteAsync virtual by @PeterKvayt in #16496
- V14/fix/element switch validation by @Migaroez in #16421
- move and rename by @nielslyngsoe in #16916
- Stripped username before login by @EmanuelGustafzon in #16921
- V14 Added the Content tests with Radiobox and Tags datatype by @nhudinh0309 in #16909
- Fix Mismatching constraint names in old migration by @Migaroez in #16891
- V14 Added Content tests with Multi URL picker by @nhudinh0309 in #16885
- V14 Added the Content tests with Textarea, Textstring, TrueFalse datatype by @nhudinh0309 in #16946
- V14 Added the Content tests with Upload Article, Upload Audio and Upload File data type by @nhudinh0309 in #16945
- V14 QA Fixed the failing smoke tests by @nhudinh0309 in #16953
- Ignore Visual Studio's generated launchSettings file. by @JasonElkin in #16951
- Update valid reasons to not have a template on a content node to include having umbracoRedirect by @CodeBunTes in #15929
- Fix mandatory RTE validation by @bergmania in #16962
- V14 QA Added Content tests with various of data types by @nhudinh0309 in #16824
- V14 QA added Block grid acceptance tests by @andr317c in #16908
- Remove warnings from Umbraco.Web.UI by @emmagarland in #16958
- Support parentId in document/media item search endpoints by @Migaroez in #16933
- Fix unresponsive block grid editor by @Migaroez in #16941
- V13: Read only mode while saving by @nielslyngsoe in #16961
- FIX sdk version mismatch by @Migaroez in #16963
- Treat warnings as errors for initial projects by @emmagarland in #15019
- V14 QA added block list editor tests by @andr317c in #16862
- improve missingProperties data returned for missing propertie values by @Migaroez in #16910
- V14/fix/cookie breaking installer by @Migaroez in #16993
- Update LogDto.cs by @marwaldv in #15263
- Fix: V13 ensure data change is detected on embedding media (16806) by @nielslyngsoe in #17008
- Content.EditorDirectiveController: added formSubmittedValidationFailed broadcast to prevent fields to stay disabled by @Yinzy00 in #17018
- Fix null reference exception in CacheValues.For when building the CompositeStringStringKey by @Migaroez in #17024
- Resolved more warnings, and marked more warning types as errors by @emmagarland in #16990
- Expand RedirectUrl.Url storage type to avoid truncation by @Migaroez in #17038
- V14 Fix E2E tests by @andr317c in #17011
- V14 QA new E2E test pipeline by @andr317c in #17064
- V14 QA update fetch depth by @andr317c in #17068
- V14 QA Content with vector graphics by @andr317c in #17065
- V14 QA Content with upload video by @andr317c in #17066
- V15: Update template to reference 13.5 by @nikolajlauridsen in #17063
- V14: Fix templates not having set master template on package install by @Zeegaan in #16978
New Contributors
- @ChristianYngvesson made their first contribution in #16582
- @PeterKvayt made their first contribution in #16496
- @KudAndrii made their first contribution in #16832
- @EmanuelGustafzon made their first contribution in #16921
- @marwaldv made their first contribution in #15263
Full Changelog: release-14.2.0...release-14.3.0-rc
What's Changed
🙌 Notable Changes
- Improve dotnet templates by @nikolajlauridsen in #16815
💥 Breaking Changes
- Configure ImageSharp WebP encoder to use Lossy by default by @PerplexDaniel in #16769
🐛 Bug Fixes
- Use parentElement instead of parent by @vlaellayug in #16257
- fix: uploaded item not selected in media picker by @ealse in #16644
- V14: Don't duplicate audit loggin for media trashing by @Zeegaan in #16903
- Fix for MemberDefaultLockoutTimeInMinutes lockout time by @KudAndrii in #16832
- Cache a dictionary of dictionaries by @matthewcare in #15908
- V14: Extensions of type
AppEntryPoint
are not being executed on the login screen by @iOvergaard in #16967 - Avoid concurrent build of
Umbraco.JsonSchema
tool and add execution timeouts toExec
build tasks by @ronaldbarendse in #17006 - ModelsGenerator to IModelsGenerator in BuildModelsBuilderController by @kasparboelkjeldsen in #16919
- Updated the assembly names to avoid a debug-warning in the log by @b...
14.2.0
What's Changed
🎨 Backoffice Changes
- See the full list on the Umbraco.CMS.Backoffice repository
🐛 Bug Fixes
- V13: Respect user start nodes when moving or copying items in list view by @elit0451 in #16722
- Move ReservedFieldNames to type configuration endpoints by @nikolajlauridsen in #16735
- V13: Tours prevent you from interacting with the Backoffice on first log in by @iOvergaard in #16775
- V13: Ensure
TransformingIndexValues
event is also raised from theDeliveryApiContentIndex
by @elit0451 in #16756 - V14: Fixing totalItems amount for ChildrenXTreeControllers by @elit0451 in #16799
- Combining OpenId and OfflineAccess scope by @mcl-sz in #16220
- Fixing regression bug introduced in #14806 by @wtct in #16837
- Added apostrophe to allowed characters for username. by @BElluu in #16406
- Remove favicon from dotnet templates by @callumbwhyte in #16840
- v14: Fix media access to dataypes by @Zeegaan in #16865
- Do not allow save of invalid domains by @bergmania in #16880
🏠 Internal
- V14: Remove user-defined.css by @iOvergaard in #16792
📦 Dependencies
- Updated NuGet Packages by @bergmania in #16861
🚀 New Features
- V14: Add
usernameIsEmail
to the user configuration object by @iOvergaard in #16759 - Removed Type attribute from parsed local links by @Migaroez in #16780
- Add Health Check for Runtime mode by @erikjanwestendorp in #16715
- Make block editor base classes public by @mattbrailsford in #16774
- Improve migration performance by @Migaroez in #16784
Other Changes
- V13: Update url scheme for Twitter OEmbedProvider by @elit0451 in #16650
- V14 Added Content tests with Checkbox list by @nhudinh0309 in #16733
- V14: Launch browser settings to true by @elit0451 in #16765
- V14: Merge by @nikolajlauridsen in #16800
- Fix
UdiRange.Parse()
throwingArgumentException
for valid value by @ronaldbarendse in #16788 - V14 Added Content tests with various data types by @nhudinh0309 in #16809
- V14 Fixing the failing smoke tests by @nhudinh0309 in #16822
- Clean up Processed local image links in Management api by @Migaroez in #16828
- Graceful handling of unauthorized requests to the Management API by @kjac in #16836
- Fix: .well-known/openid-configuration doesn't work anymore by @Migaroez in #16845
- FIX: Deleting language can make the backoffice client unusable by @Migaroez in #16863
- v14: TryGetUmbracouser default implementation by @Zeegaan in #16899
New Contributors
Full Changelog: release-14.1.2...release-14.2.0
14.2.0-rc2
14.2.0-rc
What's Changed
🐛 Bug Fixes
- V13: Respect user start nodes when moving or copying items in list view by @elit0451 in #16722
- Move ReservedFieldNames to type configuration endpoints by @nikolajlauridsen in #16735
- V13: Tours prevent you from interacting with the Backoffice on first log in by @iOvergaard in #16775
- V13: Ensure
TransformingIndexValues
event is also raised from theDeliveryApiContentIndex
by @elit0451 in #16756 - V14: Fixing totalItems amount for ChildrenXTreeControllers by @elit0451 in #16799
- Combining OpenId and OfflineAccess scope by @mcl-sz in #16220
- Fixing regression bug introduced in #14806 by @wtct in #16837
- Added apostrophe to allowed characters for username. by @BElluu in #16406
- Remove favicon from dotnet templates by @callumbwhyte in #16840
- v14: Fix media access to dataypes by @Zeegaan in #16865
- Do not allow save of invalid domains by @bergmania in #16880
🏠 Internal
- V14: Remove user-defined.css by @iOvergaard in #16792
📦 Dependencies
- Updated NuGet Packages by @bergmania in #16861
🚀 New Features
- V14: Add
usernameIsEmail
to the user configuration object by @iOvergaard in #16759 - Removed Type attribute from parsed local links by @Migaroez in #16780
- Add Health Check for Runtime mode by @erikjanwestendorp in #16715
- Make block editor base classes public by @mattbrailsford in #16774
- Improve migration performance by @Migaroez in #16784
Other Changes
- V13: Update url scheme for Twitter OEmbedProvider by @elit0451 in #16650
- V14 Added Content tests with Checkbox list by @nhudinh0309 in #16733
- V14: Launch browser settings to true by @elit0451 in #16765
- V14: Merge by @nikolajlauridsen in #16800
- Fix
UdiRange.Parse()
throwingArgumentException
for valid value by @ronaldbarendse in #16788 - V14 Added Content tests with various data types by @nhudinh0309 in #16809
- V14 Fixing the failing smoke tests by @nhudinh0309 in #16822
- Clean up Processed local image links in Management api by @Migaroez in #16828
- Graceful handling of unauthorized requests to the Management API by @kjac in #16836
- Fix: .well-known/openid-configuration doesn't work anymore by @Migaroez in #16845
- FIX: Deleting language can make the backoffice client unusable by @Migaroez in #16863
New Contributors
Full Changelog: release-14.1.1...release-14.2.0-rc
14.1.1
What's Changed
🐛 Bug Fixes
- Bugfix: Date Picker with only "date" or "time" does not display correctly by @iOvergaard in umbraco/Umbraco.CMS.Backoffice#2115 (#16779)
Full Changelog: release-14.1.0...release-14.1.1
14.1.0
What's Changed
🎨 Backoffice Changes
- See the full list on the Umbraco.CMS.Backoffice repository
🙌 Notable Changes
- A bunch of minor performance optimizations by @bergmania in #16335
- V14: Build and publish Typedoc docs by @iOvergaard in #16724
💥 Breaking Changes
🐛 Bug Fixes
- Fix 11782: Create missing UI folder on temp path when using Umbraco.Tests.Integration by @lars-erik in #15986
- Ported over #15928 changes for 13.3 RC by @kjac in #16023
- Make the API content response builder extendable by @kjac in #16056
- Correct BasicAuthSettings.Enabled description by @nzdev in #16072
- V10: Fix for fallback file upload (#14892) by @Zeegaan in #15868
- Fix logic for retrieving lastKnownElement by @jdpnielsen in #16116
- Since v13 properties can sometimes be of new type
RichTextEditorIntermediateValue
by @nul800sebastiaan in #16121 - Property source level variation should only be applied when configured by @kjac in #16270
- V13: Move publishing notification after validation by @Zeegaan in #16331
- V13: Fix routing with string parameter by @nikolajlauridsen in #16344
- Ensure ufprt-token requests are handle in the UmbracoRouteValueTransformer by @bergmania in #16347
- Fix issue when FileUpload exists on a document, it cannot publish by @bergmania in #16429
- v14: Validate file name to return correct error by @Zeegaan in #16419
- V14: Handle embedded media providers returning dimensions as string values in their oEmbed JSON response by @elit0451 in #16514
- Handle master template not found as bad request by @bergmania in #16445
- Respect backoffice login returnPath regression by @jrunestone in #16049
- Fixes a NullReferenceException bug when the ValueSetValidator is null by @Shazwazza in #16379
- V14: Add required dependency to management api by @Zeegaan in #16532
- Added "git submodule update --init" command to the documentation by @BuddhiEash in #16528
- V13: Add check to ensure that RenderControllers and SurfaceControllers are always routed through the UmbracoRouteValueTransforms by @nikolajlauridsen in #16540
- V13: Update to sqlraw query by @Zeegaan in #16542
- V14: Add clearer error for invalid property type by @Zeegaan in #16530
- V14: Add missing action parameters mapping by @Zeegaan in #16557
- V13: Set request culture for VirtualPageController by @nikolajlauridsen in #16572
- V14: No nodes page - fix broken logo URL + replace old background image by @matthew-darby in #16534
- OpenIddict should only handle
/umbraco/
requests by @kjac in #16549 - V14: Add missing healthcheck translations by @Zeegaan in #16612
- Do not rely on claims to figure out user access + prepare for claims removal by @kjac in #16552
- Allow http for openiddict by @bergmania in #16614
- V13: Eaglery route domains for virtual page controllers by @nikolajlauridsen in #16635
- Add custom mvc setup method to testserver base class by @lars-erik in #16545
- Fix unguarded calls to ServiceDescriptor.ImplementationType for keyed services by @xdjoshuaaz in #16604
- Make GetHeaderValue support HttpContext unavailable by @bergmania in #16654
- V14: Fix source code editor not showing on fresh install / upgrade by @Zeegaan in #16655
- Use configured backoffice route if available by @bergmania in #16660
- [V14] Fix old rte seed value causing the toolbar not to appear by @Migaroez in #16665
- V14: Build and release the type declarations of the Backoffice to npm by @iOvergaard in #16718
- V14: Create seperate Create and Update in ContentTypeServiceBase by @Zeegaan in #16714
- [V14] Make the backend work with the new localLinks format by @Migaroez in #16661
- V14: OpenAPI: Explicitly set
ByRelationTypeKey
endpoint name by @leekelleher in #16729 - Support JSON parsing object to DateTimeOffset and preserve timezone offset in
JsonObjectConverter
by @ronaldbarendse in #16732
📦 Dependencies
- Bump vite from 5.2.2 to 5.2.6 in /src/Umbraco.Web.UI.Login by @dependabot in #16019
- Bump braces from 3.0.2 to 3.0.3 in /tests/Umbraco.Tests.AcceptanceTest by @dependabot in #16599
- V13: Update nuget packages by @Zeegaan in #16616
- Nuget update 2024 06 25 by @bergmania in #16653
🚀 New Features
- Add blocks in RTE telemetry by @nikolajlauridsen in #16104
- Webhook log improvements by @rasmusjp in #16200
- Include umbraco-package.json manifests in telemetry data by @ronaldbarendse in #16430
- V14: Include description in doctype item by @Zeegaan in #16503
- Added a Notification warnings when publishing variants without a domain by @bergmania in #16507
- Simplified how we disable the TransportSecurityRequirement in OpenIddict by @bergmania in #16629
- Add endpoint for calculating effective user start nodes by @kjac in #16609
- v14: Implement backoffice signalR hub by @Zeegaan in #16723
- V14: Expose
Umb-Notifications
HTTP header by @leekelleher in #16728
Other Changes
- Updates JSON schema for Umbraco 10 with latest references for Forms and Deploy by @AndyButland in #15918
- V13: Optimize custom MVC routing by @nikolajlauridsen in #16218
- Task/update readme by @nul800sebastiaan in #16403
- V14 QA Fix E2E tests by @andr317c in #16427
- V14 QA Added Content acceptance tests by @nhudinh0309 in #16289
- v14: Add retries to flaky tests by @Zeegaan in #16529
- V14 QA Added acceptance tests for Members and Member Group by @nhudinh0309 in #16074
- V13 QA Decreased retry count by @andr317c in #16554
- V14 Added acceptance tests for Data Type - p2 by @nhudinh0309 in #15873
- V14 QA Fixed DocumentType and MediaType tests by @andr317c in #16539
- V14 Added acceptance test for Document Blueprint by @nhudinh0309 in #16563
- V14 Adding unhappy path tests for Member and Member Group by @nhudinh0309 in #16564
- V13 QA Updated depedencies by @andr317c in #16606
- V14 QA Users acceptance tests by @andr317c in #15916
- V13 QA Decreased to 1 retry for the tour file by @andr317c in #16623
- Code changes from V13.4 by @bergmania in #16652
- V14 QA updated dictionary naming in E2E test by @andr317c in #16657
New Contributors
- @jdpnielsen made their first contribution in #16116
- @BuddhiEash made their first contribution in #16528
Full Changelog: release-14.0.0...release-14.1.0