Skip to content

Releases: neos/neos-ui

2.0.2

04 Feb 16:09

Choose a tag to compare

If anyone has 2.0.x out in production, please update to 2.0.2 IMMEDIATELY! The previous releases have a very nasty bug that could potentially cause data loss. We screwed up and are really sorry about it! 💩

Neos 4.x compatible release

28 Jan 19:34

Choose a tag to compare

Breaking Changes

Besides changing the default text editor, we have a few changes in the UI Extensibility API. Only the UI extension authors should be concerned with this.

The biggest change is that now the Redux application state is no longer an ImmutableJS structure, but a plain JS object. Practically it means that you should remove all .toJS() calls from your extensions and other special ImmutableJS methods like get or set.

Here are a few additional changes:

  • state: ui.contentCanvas.contextPath moved to cr.nodes.documentNode
  • actions.UI.ContentCanvas.setContextPath renamed to actions.CR.Nodes.setDocumentNode
  • actionTypes.UI.ContentCanvas.SET_CONTEXT_PATH renamed to actionTypes.CR.Nodes.SET_DOCUMENT_NODE
  • selectors.UI.ContentCanvas.getCurrentContentCanvasContextPath and selectors.CR.Workspaces.activeDocumentContextPathSelector are now both replaced by selectors.CR.Nodes.documentNodeContextPathSelector
  • selectors.UI.ContentCanvas.documentNodeSelector renamed to selectors.CR.Nodes.documentNodeSelector
  • actions.UI.Inspector.commit requires new argument focusedNode. Note that the commit prop function that is passed to the inspector editors doesn't change its signature and remains backwards-compatible.
  • actions.UI.Inspector.clear requires new argument focusedNodeContextPath
  • actions.UI.Inspector.discard requires new argument focusedNodeContextPath
  • ImmutableJS is no longer exposed via extensibility API. Install your own copy if you need it.

Neos 3.3 compatible release

28 Jan 19:33

Choose a tag to compare

Breaking Changes

Besides changing the default text editor, we have a few changes in the UI Extensibility API. Only the UI extension authors should be concerned with this.

The biggest change is that now the Redux application state is no longer an ImmutableJS structure, but a plain JS object. Practically it means that you should remove all .toJS() calls from your extensions and other special ImmutableJS methods like get or set.

Here are a few additional changes:

  • state: ui.contentCanvas.contextPath moved to cr.nodes.documentNode
  • actions.UI.ContentCanvas.setContextPath renamed to actions.CR.Nodes.setDocumentNode
  • actionTypes.UI.ContentCanvas.SET_CONTEXT_PATH renamed to actionTypes.CR.Nodes.SET_DOCUMENT_NODE
  • selectors.UI.ContentCanvas.getCurrentContentCanvasContextPath and selectors.CR.Workspaces.activeDocumentContextPathSelector are now both replaced by selectors.CR.Nodes.documentNodeContextPathSelector
  • selectors.UI.ContentCanvas.documentNodeSelector renamed to selectors.CR.Nodes.documentNodeSelector
  • actions.UI.Inspector.commit requires new argument focusedNode. Note that the commit prop function that is passed to the inspector editors doesn't change its signature and remains backwards-compatible.
  • actions.UI.Inspector.clear requires new argument focusedNodeContextPath
  • actions.UI.Inspector.discard requires new argument focusedNodeContextPath
  • ImmutableJS is no longer exposed via extensibility API. Install your own copy if you need it.

Bugfix release for a critical inspector problem.

29 Oct 08:42

Choose a tag to compare

A few new features and a bunch of bugfixes

23 Oct 12:35

Choose a tag to compare

1.4.0-beta

23 Oct 11:58

Choose a tag to compare

1.4.0-beta Pre-release
Pre-release
Updating composer dependency and npm versions for release of 1.4.0

1.3.4

25 Sep 06:25

Choose a tag to compare

Stable CKEditor 5 + ton of bugfixes

21 Aug 13:05

Choose a tag to compare

This release includes a critical patch to CKEditor5 and also a lot of other bugfixes.

Changes since the last release: 1.3.2...1.3.3

Important bugfixes & CKE5 extensibility improvements

07 Aug 12:06

Choose a tag to compare

Critical editing bugfixes & other stuff

31 Jul 09:15

Choose a tag to compare

Finally fixes #1933

Changes since the last release: 1.3.0...1.3.1