2.2.0
User experience improvements
The styling of the user interface has been improved in many places (checkboxes, dropdowns, radio buttons, active inspector tab, help message icon, error notifications, …)
Inspector groups can now be assigned icons to help identify them more easily.
The structure tree has been improved (configurable loading depth, selectable nodes, node type changes, …).
Error notification messages have been improved (no more tall orange notifications)
Insert new/paste position selection is more intuitive (opens automatically, only one click needed) – additionally the selected position is shown in the insert new panel
All dialogs are centered vertically now.
The Workspaces module has been improved with better date/time handling, styling fixes, …
Insert panel groups are now collapsible.
Sortable options in selector editors (select, references, asset list).
Editors can now switch between sites without logging in again.
Preview uses the target workspace instead of live if applicable.
Media management improvements
Images in CMYK colorspace will be converted into RGB colorspace during the processing of images (not supported when using GD). The original image will still been kept in the original colorspace. The conversion can be disabled by setting the configuration TYPO3.Media.image.convertCMYKToRGB
to false.
A new view in the media browser displays information about which nodes an asset is referenced in and where the nodes can actually be found across workspaces, content dimensions and sites.
The sorting in the media browser is now split in sort by and sort direction to sort the asset list independently.
Automatic redirects
A new optional package enables automatic redirects for renamed/moved pages. Redirects will only take effect after changes are published to the live workspace. This helps with SEO and user experience by avoiding dead links.
Additionally a 410
(gone) status code will be given for removed pages instead of 404
(not found).
Redirects can be managed via new commands:
./flow redirect:list
./flow redirect:add path/to/old-page path/to/new-page 307
./flow redirect:remove path/to/page
./flow redirect:removeall
./flow redirect:removebyhost hostname.tld
In addition redirects can be imported and exported as CSV
using:
./flow redirect:export
./flow redirect:import
Redirects can only be modified using commands for the time being.
The package can be installed using composer with composer require "neos/redirecthandler-neosadapter"
.
Additionally a storage package needs to be installed. A default one for storing redirects in the
database can be installed using composer with composer require "neos/redirecthandler-databasestorage"
.
Cross-site linking
Options for scheme and port have been added to site domains to enable setting them for cross-site linking. Additionally a primary flag to site domains to enable selecting them as the primary domain for a site has been added.
When linking to a node the primary domain of the site the node belongs to is taking into account. This allows for correct cross-site linking instead of creating an invalid link to a non-existing node with the existing site’s URL.
Search nodes by property & exact value in NodeDataRepository
It is no longer only possible to search through the properties by giving a string that matches for any key or value found in the jsonified properties field. Instead, the term can also be an array to match exactly on a given key / value combination. See the PR #1 for details.
Update to latest Font Awesome
Neos now ships the Font Awesome, version 4.6. This allows integrators to select from a wider range of icons for node types, inspector groups and other uses.
All icons are prefixed with “icon-” and old icon-names from version 3.2 are still available for backwards compatibility.
Documentation improvements
The documentation of Neos and Flow has been improved through a number of bugfixes and additions.
Further additions
In addition to the larger features, lots of small improvements and bugfixes have been included in Neos 2.2, among them:
See also the full release notes and changelog
Upgrade instructions
See https://www.neos.io/download-and-extend/upgrade-instructions-2-1-2-2.html
!!! Breaking changes
-
This is breaking if you rely on the previous behavior with no defaults set for the two values.
The demo site package is now called Neos.Demo, watch out if you somehow use the old one.
Further details can be found in the commit messages of the changes
Note
Additionally all changes in Flow 3.2 apply, see the release notes to further information. See http://flowframework.readthedocs.org/en/3.2/TheDefinitiveGuide/PartV/ReleaseNotes/320.html