Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Releases: PackageFactory/atomic-fusion

Neos 4.0 Compatibilty

30 Apr 07:17
Compare
Choose a tag to compare

Since version 3.3 the HTML Augmenter is moved to the Neos.Fusion Package.
With Neos 4 the original fallback implementation was removed as planned.

This release supports Neos 3.3+ and Neos 4.0+.

Split component evaluate method

04 Jan 13:48
72ef38b
Compare
Choose a tag to compare

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

13 Nov 13:58
ef501f1
Compare
Choose a tag to compare

@process.convertUris = Neos.Neos:ConvertUris is now applied to the Editable prototype in frontendRendering .

Add `AtomicFusion.classNames` eel-helper

26 Jul 08:48
Compare
Choose a tag to compare

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

17 Jul 15:23
Compare
Choose a tag to compare
Merge pull request #11 from PackageFactory/feature/addAugmenterPrototype

FEATURE: Add `PackageFactory.AtomicFusion:Augmenter` fusion-prototype

Use specified node as context for property editing

17 Jul 15:23
Compare
Choose a tag to compare
Merge pull request #10 from mindscreen/master

BUGFIX: use specified node as context for property editing

Add node prop to Editable Component

30 Jun 12:59
Compare
Choose a tag to compare
Merge pull request #9 from PackageFactory/task/editable-node-prop

TASK: Add node prop for editable component

Convenience Prototypes

03 May 07:07
Compare
Choose a tag to compare

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

31 Jan 08:19
Compare
Choose a tag to compare

... to support Neos dev-master

Relax Neos version constraint

31 Jan 08:00
Compare
Choose a tag to compare
v2.0.2

TASK: Make Neos-dependency more version tolerant