Releases: umbraco/Umbraco-CMS
Releases · umbraco/Umbraco-CMS
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
14.1.0-rc2
What's Changed Since RC1
🙌 Notable Changes
- V14: Build and publish Typedoc docs by @iOvergaard in #16724
🐛 Bug Fixes
- 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
🚀 New Features
- v14: Implement backoffice signalR hub by @Zeegaan in #16723
- V14: Expose
Umb-Notifications
HTTP header by @leekelleher in #16728
Full Changelog: release-14.1.0-rc...release-14.1.0-rc2
14.1.0-rc
What's Changed
🙌 Notable Changes
- A bunch of minor performance optimizations by @bergmania in #16335
💥 Breaking Changes
🐛 Bug Fixes
- Fix logic for retrieving lastKnownElement by @jdpnielsen in #16116
- 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: 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: No nodes page - fix broken logo URL + replace old background image by @matthew-darby in #16534
📦 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
- Updates JSON schema for Umbraco 10 with latest references for Forms and Deploy by @AndyButland in #15918
- 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
- Add blocks in RTE telemetry by @nikolajlauridsen in #16104
- V10: Fix for fallback file upload (#14892) by @Zeegaan in #15868
- Since v13 properties can sometimes be of new type
RichTextEditorIntermediateValue
by @nul800sebastiaan in #16121 - Add release.yml to categorize release notes by @iOvergaard in #16219
- Webhook log improvements by @rasmusjp in #16200
- V13: Optimize custom MVC routing by @nikolajlauridsen in #16218
- Property source level variation should only be applied when configured by @kjac in #16270
- V13: Move publishing notification after validation by @Zeegaan in #16331
- 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
- Include umbraco-package.json manifests in telemetry data by @ronaldbarendse in #16430
- V14: Include description in doctype item by @Zeegaan in #16503
- v14: Validate file name to return correct error by @Zeegaan in #16419
- Added a Notification warnings when publishing variants without a domain by @bergmania in #16507
- v14: Add retries to flaky tests by @Zeegaan in #16529
- V14: Add required dependency to management api by @Zeegaan in #16532
- V14 QA Added acceptance tests for Members and Member Group by @nhudinh0309 in #16074
- 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
- V13 QA Decreased retry count by @andr317c in #16554
- V14: Add clearer error for invalid property type by @Zeegaan in #16530
- V14 Added acceptance tests for Data Type - p2 by @nhudinh0309 in #15873
- V14 QA Fixed DocumentType and MediaType tests by @andr317c in #16539
- V14: Add missing action parameters mapping by @Zeegaan in #16557
- V14 Added acceptance test for Document Blueprint by @nhudinh0309 in #16563
- V13: Set request culture for VirtualPageController by @nikolajlauridsen in #16572
- V14 Adding unhappy path tests for Member and Member Group by @nhudinh0309 in #16564
- OpenIddict should only handle
/umbraco/
requests by @kjac in #16549 - V13 QA Updated depedencies by @andr317c in #16606
- V14: Add missing healthcheck translations by @Zeegaan in #16612
- V14 QA Users acceptance tests by @andr317c in #15916
- V13 QA Decreased to 1 retry for the tour file by @andr317c in #16623
- 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
- Simplified how we disable the TransportSecurityRequirement in OpenIddict by @bergmania in #16629
- 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
- Code changes from V13.4 by @bergmania in #16652
- Add endpoint for calculating effective user start nodes by @kjac in #16609
- Make GetHeaderValue support HttpContext unavailable by @bergmania in #16654
- V14 QA updated dictionary naming in E2E test by @andr317c in #16657
- V14: Fix source code editor not showing on fresh install / upgrade by @Zeegaan in #16655
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-rc
14.0.0
Description
- New Backoffice: Bellissima replaces Belle with new Web Component technology 🚀
- New Management API: An all-new API replaces the Backoffice API controllers 💪
Read more about the new Backoffice in the release blog post.
Full Changelog: release-13.3.2...release-14.0.0