This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
Releases: PackageFactory/atomic-fusion
Releases · PackageFactory/atomic-fusion
Neos 4.0 Compatibilty
Split component evaluate method
It is now possible to wrap an aspect around the component rendering method, without affecting the evaluation of the props.
Add ConvertUris to Editable prototype
@process.convertUris = Neos.Neos:ConvertUris
is now applied to the Editable
prototype in frontendRendering .
Add `AtomicFusion.classNames` eel-helper
all arguments of the AtomicFusion.classNames
-eelHelper are evaluated
and the following rules are applied:
- falsy: (null, '', [], {}) -> not rendered
- array: all items that are scalar and truthy are rendered as className
- object: keys that have a truthy values are rendered as className
- scalar: is cast to string and rendered as className
Add `PackageFactory.AtomicFusion:Augmenter` fusion-prototype
Merge pull request #11 from PackageFactory/feature/addAugmenterPrototype FEATURE: Add `PackageFactory.AtomicFusion:Augmenter` fusion-prototype
Use specified node as context for property editing
Merge pull request #10 from mindscreen/master BUGFIX: use specified node as context for property editing
Add node prop to Editable Component
Merge pull request #9 from PackageFactory/task/editable-node-prop TASK: Add node prop for editable component
Convenience Prototypes
The following Prototypes are added to ease the everyday work.
- PackageFactory.AtomicFusion:Content: component base-prototype for inline editable content nodes
- PackageFactory.AtomicFusion:Editable: create and editable tag for a property
Relax Neos version constraint
... to support Neos dev-master
Relax Neos version constraint
v2.0.2 TASK: Make Neos-dependency more version tolerant