Skip to content

Releases: umbraco/Umbraco-CMS

14.2.0

22 Aug 13:56
Compare
Choose a tag to compare

What's Changed

🎨 Backoffice Changes

🐛 Bug Fixes

🏠 Internal

📦 Dependencies

🚀 New Features

Other Changes

New Contributors

Full Changelog: release-14.1.2...release-14.2.0

14.2.0-rc2

12 Aug 16:00
Compare
Choose a tag to compare
14.2.0-rc2 Pre-release
Pre-release

What's Changed

Other Changes

  • v14: TryGetUmbracouser default implementation by @Zeegaan in #16899
  • Fix date conversion on the server-side by @kjac #16841
  • Add the default date-with-time configuration if missing @kjac #16902

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

14.2.0-rc

08 Aug 09:43
Compare
Choose a tag to compare
14.2.0-rc Pre-release
Pre-release

What's Changed

🐛 Bug Fixes

🏠 Internal

📦 Dependencies

🚀 New Features

Other Changes

New Contributors

Full Changelog: release-14.1.1...release-14.2.0-rc

14.1.1

17 Jul 14:55
release-14.1.1
eb4fc97
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: release-14.1.0...release-14.1.1

14.1.0

11 Jul 10:15
Compare
Choose a tag to compare

What's Changed

🎨 Backoffice Changes

🙌 Notable Changes

💥 Breaking Changes

  • RTE and media picker should route medias the same way in the Delivery API by @kjac in #16550

🐛 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

🚀 New Features

Other Changes

New Contributors

Full Changelog: release-14.0.0...release-14.1.0

14.1.0-rc2

05 Jul 06:35
Compare
Choose a tag to compare
14.1.0-rc2 Pre-release
Pre-release

What's Changed Since RC1

🙌 Notable Changes

🐛 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

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

14.1.0-rc

27 Jun 08:26
ed22003
Compare
Choose a tag to compare
14.1.0-rc Pre-release
Pre-release

What's Changed

🙌 Notable Changes

💥 Breaking Changes

  • RTE and media picker should route medias the same way in the Delivery API by @kjac in #16550

🐛 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

🚀 New Features

New Contributors

Full Changelog: release-14.0.0...release-14.1.0-rc

14.0.0

30 May 11:13
8685c7d
Compare
Choose a tag to compare

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

14.0.0-rc5

29 May 08:02
release-14.0.0-rc5
4046d13
Compare
Choose a tag to compare
14.0.0-rc5 Pre-release
Pre-release

What's Changed Since RC4

💥 Breaking Changes

  • Use runtime mode to determine cache TTL for manifest files by @kjac in #16393

🐛 Bug Fixes

🚀 New Features

Full Changelog: release-14.0.0-rc4...release-14.0.0-rc5

14.0.0-rc4

23 May 08:10
release-14.0.0-rc4
0c5d7b2
Compare
Choose a tag to compare
14.0.0-rc4 Pre-release
Pre-release

What's Changed

💥 Breaking Changes

  • V14: Refactor user and usergroups with referency by id model by @Zeegaan in #16287
  • merge user/current/logins and user/current/login-providers by @Migaroez in #16307

🐛 Bug Fixes

🏠 Internal

🚀 New Features

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