Skip to content

Releases: PackageFactory/PackageFactory.ColorHelper

Declare compatibility with Neos 8.x

01 Apr 12:33
d91b79f
Compare
Choose a tag to compare
v2.0.1

TASK: Declare compatibility with Neos 8.x

Unify alpha handling to numbers between 0-100

20 Aug 13:35
86de4cf
Compare
Choose a tag to compare

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

20 Aug 10:32
Compare
Choose a tag to compare
  • Older neos versions will no longer create unneded proxy classes
  • Newer neos versions are allowed

v1.3.1

09 Jul 15:29
Compare
Choose a tag to compare
TAK: Fix return types for the color converter functions

Fusion prototype `PackageFactory.ColorHelper:CssVariables`

03 Jul 11:58
Compare
Choose a tag to compare

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

19 Jun 16:35
Compare
Choose a tag to compare

Add alpha support

18 Jun 22:24
Compare
Choose a tag to compare
v1.1.0

FEATURE: Support alpha values for colors

Initial release

18 Jun 21:19
Compare
Choose a tag to compare
v1.0.0

Initial commit

Add alpha support

18 Jun 22:05
Compare
Choose a tag to compare
Add alpha support Pre-release
Pre-release
v.1.1.0-rc1

FEATURE: Support alpha values for colors