Releases: neos/Neos.Demo
Releases · neos/Neos.Demo
Neos Demo for Neos 6.1
6.1.2 Merge pull request #72 from neos/task/fixKeyvisualForNeos61InAllDimen…
Neos Demo for Neos 6.1 with fresh Keyvisual Image
Merge pull request #71 from neos/task/addNewKeyvisualForNeos61 TASK: Add new Keyvisual for Neos 6.1 and create a fresh export
Update for Neos 5.1
6.1.0 DOCS: Fix Typo
Fix mobile menus
5.0.2 Merge pull request #61 from mficzel/bugfix/doNotLinkNonTranslatedItem…
Relax version constraints for Neos.Seo to allow major updates
5.0.1 TASK: Relax version constraints for Neos.Seo to allow major updates
Neos.Demo 5.0, best-practice refactoring for Neos 4.3
This release applies the current best practices to Neos.Demo as defined in https://www.neos.io/blog/neos-best-practices-1-0.html.
!!! With this release the versioning of Neos.Demo is decoupled from Neos itself. !!!
The main changes are:
- NodeType and Fusion follow the namespace rules
- Neos.NodeTypes not used directly but derived types are based on Neos.NodeTypes.BaseMixins are used
- All rendering for content, documents and menus is controlled via AFX, most fluid templates were removed
New features:
- A Landing-page document is introduced
- An editable 404 document is introduced
Removed features:
- Layout selection in inspector
- Image alignment selection
- Multicolumn layout selection
This release includes three node-migrations that have to be executed to update existing Neos.Demo installations:
# Alter nodetypes to use Document and Content Prefixes
- ./flow node:migrate 20190204182906
# Migrate nodetypes with special rendering from Neos.NodeTypes to Neos.Demo namespace
- ./flow node:migrate 20190218182044
# Migrate content collections to Neos.Demo namespace
- `./flow node:migrate 20190308100514`
3.1.0
Merge pull request #28 from neos/fix-31-dependencies BUGFIX: Adjust dependencies to 3.1