Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Releases: frontmeans/style-producer

Release 3.2.0

04 Aug 08:41
Compare
Choose a tag to compare

Dependencies

  • Use namespace-aliaser v2

Release 3.1.4

04 Aug 08:41
Compare
Choose a tag to compare

Documentation

  • Publish API documentation

Release 3.1.3

15 Jul 11:54
Compare
Choose a tag to compare

Dependencies

  • Switch to fun-events v5.
    Including recurrent events support.

Release 3.1.2

16 Jun 06:10
Compare
Choose a tag to compare

Bug Fix

  • Ensure the rule removal is reported by StypRuleHierarchy.self

Release 3.1.1

11 Jun 06:02
Compare
Choose a tag to compare

New Features

  • Add StypNumeric.add(number, unit) and StypNumeric.sub(number, unit) signatures.
  • Color manipulation using lambdas: StypColor.set(color => ({/* coords */})).

Release 3.1.0

10 Jun 05:28
Compare
Choose a tag to compare

New Features

  • Add StypRuleHierarchy.self property - a list containing the root CSS rule only.

Breaking Changes

  • stypRules(rule) is the same as stypRules(rule.rules.self). I.e. it grabs only the rule itself.
  • The same is true for lazyStypRules(rule).

Release 3.0.0

09 Jun 07:46
Compare
Choose a tag to compare

Changes

  • CSS property value priorities are always numeric now.
    StypPriority enum contains predefined priority values.
  • StypValueStruct.toString() does not append an !important suffix any more.
    This makes it possible to use values verbatim in string templates.

New Features

  • URLs are represented by StypURL class.
  • Colors are represented by StypColor type, which is one of StypRGB or StypHSL classes.
  • Add mixStypColors() color mixer function.

Release 2.1.3

06 Jun 12:19
Compare
Choose a tag to compare

New Features

  • Represent URL property values by StypURL

Release 2.1.2

30 May 11:19
Compare
Choose a tag to compare

New Features

  • Allow RefStypRule to receive mappings from event keeper.

Release 2.1.1

30 May 08:00
Compare
Choose a tag to compare

Bug Fix

  • Handle default namespace properly when comparing names