Releases: neos/neos-development-collection
Releases · neos/neos-development-collection
Neos 9.0.4
Neos 8.3.25
See changelog for details.
Neos 9.0.3
See changelog for details.
Neos 8.3.24
See changelog for details.
Neos 9.0.2
Minimal bugfix version for imports from 8.x
See changelog for details.
Neos 9.0.1
See changelog for details.
9.0.0
What's Changed
- 9.0: Content repository merge by @skurfuerst in #3756
- TASK: first attempt at fixing routing for 9.0 by @skurfuerst in #3793
- FEATURE (9.0): adjust legacy node migration to directly work with DBAL instead of ORM and NodeData; create cr:replay command by @skurfuerst in #3794
- 9.0: FEATURE: routing roughly works for the homepage, skeleton of page is shown by @skurfuerst in #3797
- 9.0: FEATURE: first node rendering of the first content collection (still very rudimentary) by @skurfuerst in #3799
- 9.0: Re-Written Dimension Routing by @skurfuerst in #3844
- PSR-12 by @nezaniel in #3813
- ES CR: Reference properties by @nezaniel in #3849
- (9.0) FEATURE: Node Removal to Postgres ContentRepository Adapter (ES CR) by @nezaniel in #3850
- FEATURE: "Legacy" nodedata export/import by @bwaidelich in #3810
- 9.0: Support multiple Content Repository instances, decouple CR from Flow by @skurfuerst in #3848
- 9.0: re-enable postgres development setup by @skurfuerst in #3857
- 9.0: removal of NodeAccessor; first draft of NodeInterface -> final Node by @skurfuerst in #3861
- 9.0 Fix dimension switching by @skurfuerst in #3863
- 9.0: FEATURE: Implement recursive copying of content when translating pages; synchronous projection mode for big speedup by @skurfuerst in #3864
- 9.0: FEATURE: Add Migration Metadata to export format by @bwaidelich in #3869
- 9.0: FEATURE: Legacy migration: Allow target site to be specified/pruned by @bwaidelich in #3870
- 9.0: REFACTOR: simplify NodeTypeConstraints creation by @skurfuerst in #3871
- 9.0: REFACTOR: Rename Neos.ContentRepository to Neos.ContentRepository.Core by @skurfuerst in #3872
- 9.0: TASK: Simplify command handler resolution by @bwaidelich in #3876
- 9.0: BUGFIX: Tweak neos/contentrepository-core composer manifest by @bwaidelich in #3878
- 9.0 FEATURE: Expose variation graph and dimension source in new content repository by @mficzel in #3906
- 9.0: BUGFIX: Adjust remaining Behat tests to Identifier -> Id refactoring by @bwaidelich in #3892
- 9.0: FEATURE: Put initiating user id and creation date into event metadata by @bwaidelich in #3875
- 9.0 !!! REFACTOR: adjust move event structure (breaking event payload change) by @skurfuerst in #3913
- 9.0: BUGFIX: Fix Fusion overrides by @bwaidelich in #3993
- BUGFIX: Fix case of sortBy parameter in UserService by @ahaeslich in #4022
- Fix test fails by @nezaniel in #4040
- Enums by @nezaniel in #4037
- BUGFIX: Fix annotation to enable creation / update of user (settings) by @ahaeslich in #4046
- 9.0: BUGFIX: Fix Neos.ContentRepository.LegacyNodeMigration Behat Tests by @bwaidelich in #4044
- (9.0) BUGFIX: fix error handling root fusion by @skurfuerst in #4047
- (9.0) BUGFIX: improve errors if no site node was found by @skurfuerst in #4049
- (9.0) BUGFIX: fix site:enable and site:disable commands by @skurfuerst in #4048
- (9.0) BUGFIX: Ensure private workspaces appear in the workspace module by @skurfuerst in #4051
- (9.0) BUGFIX: publish individual changes in a workspace by @skurfuerst in #4052
- FEATURE: Add api eel helpers as replacement for
node.context.inBackend
andnode.context.isLive
by @ahaeslich in #4074 - WIP: FEATURE
cr:import
andcr:export commands
by @dlubitz in #4078 - TASK: Remove obsolete tables from new content repository by @mficzel in #4071
- BUGFIX: Fix linting errors and ignore max line length by @bwaidelich in #4079
- FEATURE: Stabilize Content Subgraph API by @bwaidelich in #4076
- !!! FEATURE: Cleanup Subgraph API by @bwaidelich in #4090
- FEATURE: Add
Neos.Dimension
helper by @ahaeslich in #4085 - 9.0: BUGFIX: Fix default dimension resolving by @skurfuerst in #4066
- TASK: consistently use public readonly properties in value objects, instead of getters by @skurfuerst in #4095
- Apply fixes from StyleCI by @bwaidelich in #4109
- 9.0: BUGFIX: fix selecting node(s) in
ReferenceEditor
/ReferencesEditor
by @ahaeslich in #4120 - 9.0 FEATURE: Migrate content dimensions in a running installation by @skurfuerst in #4093
- FEATURE: Add count* queries to Content Subgraph by @bwaidelich in #4124
- 9.0 BUGFIX: Update site properties independent of node name by @ahaeslich in #4107
- TASK: refactor API for findNodeAggregates by @skurfuerst in #4129
- TASK: Remove unused
ReadModelInstantiationTrait
by @bwaidelich in #4128 - ! 9.0 TASK: Unify variable and parameter names (needs DB schema update) by @bwaidelich in #4127
- FEATURE: ContentSubgraph node property value filter by @bwaidelich in #4142
- TASK: Speed up CI build by @bwaidelich in #4110
- BUGFIX: Add
ChangeNodeAggregateName
constraint checks by @bwaidelich in #4146 - ! 9.0 BUGFIX: fix content stream cleanup by @skurfuerst in #4143
- BUGFIX: Fix return type for
itemCollection
inMenuItemsImplementation
by @ahaeslich in #4134 - FEATURE:
references
andbackReferences
FlowQuery operations by @bwaidelich in #4147 - FEATURE: Add creation and modification timestamps to nodes by @bwaidelich in #4102
- FEATURE: Introduce Pagination Value Object by @bwaidelich in #4148
- FEATURE: Allow child and descendant nodes to be ordered by @bwaidelich in #4153
- FEATURE: Overhaul cr CLI commands by @bwaidelich in #4162
- BUGIFX: Check optional array key if exisits in workspace map by @dlubitz in #4165
- TASK: Rework asset usage for current state of CR by @dlubitz in #4088
- 9.0 FEATURE: Check for empty live workspace before import a new content repository by @dlubitz in #4084
- !!! TASK: Remove magic __toString methods from Value Objects by @bwaidelich in #4156
- BUGFIX: Set workspace owner on creation of personal workspace by @dlubitz in #4166
- FEATURE: Merge CR preset and settings in the CR Registry by @bwaidelich in #4172
- TASK: Upmerges by @bwaidelich in #4170
- FEATURE: Set InitiatingUserId from authenticated Neos user by @bwaidelich in #4174
- BUGFIX: Allow installation in Neos < 9.0 by @bwaidelich in #4182
...
Neos 8.3.23
See changelog for details.
Neos 9.0.0-beta20
See changelog for details.
Neos 9.0.0-beta19
See changelog for details.