This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
Releases: frontmeans/style-producer
Releases · frontmeans/style-producer
Release 3.2.0
Dependencies
- Use
namespace-aliaser
v2
Release 3.1.4
Documentation
- Publish API documentation
Release 3.1.3
Dependencies
- Switch to fun-events v5.
Including recurrent events support.
Release 3.1.2
Bug Fix
- Ensure the rule removal is reported by
StypRuleHierarchy.self
Release 3.1.1
New Features
- Add
StypNumeric.add(number, unit)
andStypNumeric.sub(number, unit)
signatures. - Color manipulation using lambdas:
StypColor.set(color => ({/* coords */}))
.
Release 3.1.0
New Features
- Add
StypRuleHierarchy.self
property - a list containing the root CSS rule only.
Breaking Changes
stypRules(rule)
is the same asstypRules(rule.rules.self)
. I.e. it grabs only the rule itself.- The same is true for
lazyStypRules(rule)
.
Release 3.0.0
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 ofStypRGB
orStypHSL
classes. - Add
mixStypColors()
color mixer function.
Release 2.1.3
New Features
- Represent URL property values by
StypURL
Release 2.1.2
New Features
- Allow
RefStypRule
to receive mappings from event keeper.
Release 2.1.1
Bug Fix
- Handle default namespace properly when comparing names