Releases: mireo91/RepeatableFields
Releases · mireo91/RepeatableFields
latest-eagle/neos-5.0 - jonnitto
latest-eagle/neos-5.0 - jonnitto
What's Changed
Full Changelog: v2.2.5...v2.2.6
v2.2.5
latest-eagle/neos-5.0 - jonnitto
latest-eagle/neos-5.0 - jonnitto
latest-eagle/neos-5.0 - jonnitto
What's Changed
- Remove plow-js dependency
- Update node to version 20
- Translation for button label
- Add default translations
- Add nicer loading screen
- Relay on the variables from Neos
- Give editors more space (Many editors are optimized to the size of the sidebar, so we give them exactly that)
- Add the option to hide the editor via editorOptions.hidden (This adds the possibillity to hide the whole editor based on data source)
- Replace build webpack with esbuild
- Integrate PR #26
- Add option for automatic sorting
- More stable key index by adding an internal variable to value item. Read more about it here On commit, the value will be removed
- Change cursor to grab and grabbing during move
- Integrate positional-array-sorter
According to
Full Changelog: v2.2.1...v2.2.2
Many thanks to @jonnitto and @vcg-development
latest-eagle/neos-5.0 - php 8 and bug fixes
What's Changed
- FIX: Replace deprecation warning, replace ${var} with {$var} in string by @Benjamin-K in #20
- BUGFIX: Store nullish default values for properties by @Sebobo in #22
- TASK: Fix PHP deprecated warning by @jonnitto in #23
- Pass editorOptions to correct prop in EditorEnvelope by @c4ll-m3-j4ck in #24
New Contributors
- @Benjamin-K made their first contribution in #20
- @Sebobo made their first contribution in #22
- @c4ll-m3-j4ck made their first contribution in #24
Full Changelog: v2.2.0...v2.2.1
latest-eagle/neos-5.0
What's Changed
- Ensure Repeatable::toArray() will return an array by @koehnlein in #11
- BUGFIX: add codeblock, fix typos by @crydotsnake in #13
- Bugfix: Return 0 if value is not an array by @jonnitto in #12
- New feature: 'predefinedProperties' allows to define properties existance with values and custom options before repeatable funcionality
- New feature: 'IndexKey' - you can assign one field from repeatable props as dynamically index key when you try to use it in template or fusion
- New feature: data source funcionality defined the same way like in selectbox data source - you can use it to dynamically build properties by responding correct "predefinedProperties" as json object
New Contributors
- @koehnlein made their first contribution in #11
- @crydotsnake made their first contribution in #13
Full Changelog: v2.1.0...v2.2.0
latest-eagle/neos-5.0
- Predefined properties
- DataSources like in SelectBox functionality (the editorOptions props overriding solution)
Full Changelog: v2.0.2...v2.1.0
latest-eagle/neos-5.0
What's Changed
Full Changelog: v2.0.1...v2.0.2