Skip to content

Releases: umbraco/Umbraco.CMS.Backoffice

v14.0.0--preview007

26 Feb 10:39
v14.0.0--preview007
Compare
Choose a tag to compare

How to get started

Learn how to get started on the official docs with the Getting Started guide.

Notable Changes

Importmap generation has been automated, so it's now possible to add an importmap object to any umbraco-package.json file to add your modules to the main importmap of the Backoffice. Check out the inline examples for the UmbracoPackage object to learn more.

Adding collection views as a property editor is now possible to see how it could work. The next step is to wire it up for document types, so you can view the children as a node in a collection view (previously known as a List View).

What's Changed

Full Changelog: v14.0.0--preview006...v14.0.0--preview007

v14.0.0--preview006

14 Feb 15:11
v14.0.0--preview006
3b155c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.0.0--preview005...v14.0.0--preview006

v14.0.0--preview005

08 Feb 10:02
v14.0.0--preview005
6008eff
Compare
Choose a tag to compare

How to get started

Learn how to get started on the official docs with the Getting Started guide.

Notable Changes

Some tokens have been renamed, so make sure to update your imports.

The Backoffice now also requires a minimum version of Lit 3.1.2.

If you are working with authentication for custom controllers, it is now also possible to get the internal configuration of the OpenAPI object to use for your own generated client code by consuming the UMB_AUTH_CONTEXT context token.

Other Changes

Full Changelog: v14.0.0--preview004...v14.0.0--preview005

v14.0.0--preview004

23 Jan 14:17
v14.0.0--preview004
c740bff
Compare
Choose a tag to compare

How to get started

Learn how to get started on the official docs with the Getting Started guide.

New Contributors

What's Changed

See all changes
Read more

v14.0.0--preview003

21 Sep 08:55
v14.0.0--preview003
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.0--preview002...v14.0.0--preview003

v14.0.0--preview002

09 Aug 12:34
v14.0.0--preview002
f95bc15
Compare
Choose a tag to compare

Description

Read more and find the installation instructions on the Backoffice documentation.

🎉 Notable Changes

Conditions for extensions

#821
Extensions now have a condition system in place that you can use to determine when to load an extension. The classic example is the dashboard extension, which now would use the Umb.Condition.SectionAlias condition.

Read more about it on Storybook.

Localization

#817
The groundwork for localization has now been put in place in part 1 of the Localization discussion. You have access to the <umb-localize key="general_ok"></umb-localize> element as well as the UmbLocalizeController, which can be accessed on all UI elements through this.localize() directly in the render method.

Read more about it on Storybook

⚙️ What's Changed

Full Changelog: v14.0.0--preview001...v14.0.0--preview002

v14.0.0--preview001

03 Jul 14:25
v14.0.0--preview001
dac4187
Compare
Choose a tag to compare

What is this?

The initial release of the New Backoffice in a preview meant targeted mainly toward package developers.

Read more and find the installation instructions on the Backoffice documentation.

New Contributors

Full Changelog: https://github.com/umbraco/Umbraco.CMS.Backoffice/commits/v14.0.0--preview001