Skip to content

Releases: sitegeist/Sitegeist.Kaleidoscope.ValueObjects

v1.6.0

28 Jan 14:00
527e1b4

Choose a tag to compare

What's Changed

  • FEATURE: Add notEmpty validation for asset metadata fields and improve UI feedback by @Alvadda in #20

Full Changelog: v1.5.0...v1.6.0

v1.5.0 Prevent PHP Errors in Neos9 by extacting Neos 8 migrations to Sitegeist.Kaleidoscope.ValueObjects.Migrations

15 Jan 16:32
20d289d

Choose a tag to compare

The problems occurred because the node-migrations for Neos 8 use a base class that is no longer present in Neos9 and thus PHP complains hard about non existing classes.

As a solution we extracted the Neos 8 migrations into the saperate package Sitegeist.Kaleidoscope.ValueObjects.Migrations that supports only Neos 8 and remove those here. The classes and namespaces are exactly as before so you only have to require the package.

!!! I am aware that this is technically breaking but will still release this as a feature release as it makes the package usable in Neos 9. Since we continue to work on The editors here it would be too much hassle to maintain multiple versions of this pretty new package already !!!

What's Changed

  • BUGFIX: Sitegeist.Kaleidoscope.ValueObjects.Migrations package by @mficzel in #23

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Jan 15:43
1cc0d0f

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

07 Jan 15:00
d54d8e2

Choose a tag to compare

What's Changed

  • TASK: Detect non scaleable image types from missing dimensions to allow cooperation with kaleidoscope.svg without declaring a dependency by @mficzel in #21

Full Changelog: v1.2.4...v1.3.0

v1.2.4

09 Dec 11:01
66fd63c

Choose a tag to compare

What's Changed

  • BUGFIX: Implement \Stringable in Proxy objects so the Neos node service will work properly by @mficzel in #19

Full Changelog: v1.2.3...v1.2.4

v1.2.3

10 Nov 13:02
9d878d7

Choose a tag to compare

What's Changed

  • BUGFIX: Tolerate empty arrays in ImageSourceProxyCollectionArrayPresenter by @mficzel in #18

Full Changelog: v1.2.2...v1.2.3

v1.2.2

15 Oct 09:59
a800ed8

Choose a tag to compare

What's Changed

  • BUGFIX: Adjust migration to handle empty string values as null by @mficzel in #17

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Jul 09:31
c7e7485

Choose a tag to compare

What's Changed

  • FIX: Image url handling for sidekick by @Alvadda in #16

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Jul 14:32
c8ed9e7

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Jul 14:59
65245cc

Choose a tag to compare

What's Changed

  • FEATURE: Add transformations to allow to modify existing node properties via migration by @mficzel in #13

Full Changelog: v1.0.5...v1.1.0