Skip to content

Releases: PackageFactory/PackageFactory.ColorHelper

Declare compatibility with Neos 8.x

Choose a tag to compare

@mficzel mficzel released this 01 Apr 12:33
d91b79f
v2.0.1

TASK: Declare compatibility with Neos 8.x

Unify alpha handling to numbers between 0-100

Choose a tag to compare

@mficzel mficzel released this 20 Aug 13:35
86de4cf

Alpha values are now defined as percent numbers between 0 and 100

ColorBuilder and ColorHelper now have seperate rgba and hsla methods.

Support older and newer Neos properly

Choose a tag to compare

@mficzel mficzel released this 20 Aug 10:32
  • Older neos versions will no longer create unneded proxy classes
  • Newer neos versions are allowed

v1.3.1

Choose a tag to compare

@mficzel mficzel released this 09 Jul 15:29
TAK: Fix return types for the color converter functions

Fusion prototype `PackageFactory.ColorHelper:CssVariables`

Choose a tag to compare

@mficzel mficzel released this 03 Jul 11:58

Fusion prototype PackageFactory.ColorHelper:CssVariables

The fusion prototype PackageFactory.ColorHelper:CssVariables allows to
render DataStructures as CssVariables. This can be used for customizing
css based on node properties as shown in the example below.

  • values (array<string>, default: Neos.Fusion:DataStructure) the values to render as css variables
  • mediaQuery (string, default null) when given renders the css variables into a @media ... {} section
  • selector (string, default :root) : css-selector the variables are rendered for

Additionally the color math has been rewritten from scratch and linting, static analysis and many tests were added.

Add `css` constructor method to create colors from css strings

Choose a tag to compare

@mficzel mficzel released this 19 Jun 16:35
v1.2.0

DOCS: Adjust readme

Add alpha support

Choose a tag to compare

@mficzel mficzel released this 18 Jun 22:24
v1.1.0

FEATURE: Support alpha values for colors

Initial release

Choose a tag to compare

@mficzel mficzel released this 18 Jun 21:19
v1.0.0

Initial commit

Add alpha support

Add alpha support Pre-release
Pre-release

Choose a tag to compare

@mficzel mficzel released this 18 Jun 22:05
v.1.1.0-rc1

FEATURE: Support alpha values for colors