4.3.7 (2019-11-06)

Overview of merged pull requests

TASK: Update showInvisible check to be upwards compatible

Uses $this->request instead of the http request, to stay upwards compatible with PSR-7 changes.

Related: #2711

  • Packages: BaseMixins Neos

TASK : Remove composer requirement for the BaseMixins package itself

The BaseMixin package lists itself as a dependency. This obviously doesn’t make any sense (unless there is a very specific reason for this that I’m not aware of).

  • Packages: BaseMixins Neos

TASK: Allow preview of invisible nodes in live

When opening the preview for a hidden page using the React UI a validation error shows up instead of handling the error or showing the preview.

This changes fixes that by

See https://github.com/neos/neos-ui/issues/2500

  • Packages: Browser Neos

TASK: Asset variant tweaks

This PR

  • cleans up code, applies (strict) typing

  • allows numbers and dash in adjustment and variant identifiers

  • tweaks value object README a bit

  • Packages: Media

DOCS: Use working examples in VariantPresets documentation and mention the variants tab settings

The previous examples were misleading and not helpful since they caused php-errors when used as mentioned. The adjustments correct this and add a sentence and example about the VariantsTab that has to be enabled.

  • Packages: Media

TASK: Add quiet flag to all Neos.Media CLI commands

This unifies the CLI interface and makes the quiet flag available consistently with all media commands.

  • Packages: Media Neos

Detailed log