Skip to content

Releases: neos/Neos.Demo

Neos Demo for Neos 6.1

14 Dec 15:50
1028599
Compare
Choose a tag to compare
6.1.2

Merge pull request #72 from neos/task/fixKeyvisualForNeos61InAllDimen…

Neos Demo for Neos 6.1 with fresh Keyvisual Image

14 Dec 14:51
1dc40aa
Compare
Choose a tag to compare
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

14 Dec 10:56
5d3baec
Compare
Choose a tag to compare
6.1.0

DOCS: Fix Typo

Fix mobile menus

25 Apr 09:30
f6e90ae
Compare
Choose a tag to compare
5.0.2

Merge pull request #61 from mficzel/bugfix/doNotLinkNonTranslatedItem…

Relax version constraints for Neos.Seo to allow major updates

10 Apr 07:24
Compare
Choose a tag to compare
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

09 Apr 06:56
4c1a777
Compare
Choose a tag to compare

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

27 Apr 17:57
Compare
Choose a tag to compare
Merge pull request #28 from neos/fix-31-dependencies

BUGFIX: Adjust dependencies to 3.1

3.0.0

30 Jan 12:52
Compare
Choose a tag to compare