Releases: nafg/css-dsl
Releases · nafg/css-dsl
v0.9.0
v0.8.0
Add prefix-less DSL for font awesome since classes are already prefixed
v0.7.2 fontawesome: prefix is redundant since classes are already prefixed
Add Font Awesome. Use latest versions automatically.
v0.7.1 Pin fomantic-ui at 2.8.4 due to https://github.com/fomantic/Fomantic-…
Scalajs-react 1.7.0, scalatags 0.9.1
v0.7.0 Minor css framework version bumps
Update frameworks and add Fomantic UI (Semantic UI fork)
- Add a script to quickly check all the latest versions
- Refactor build to separate version strings from the rest
to make updating easier - Handle a possible null safely
v0.5.0
- Use scalameta and ph-css instead of treehugger and cssparser
- Bulma was missing isArrowless and isMultiple
- Bootstrap 4 is upgraded from 4.2 to 4.3
- Prefixed version of DSLs
- Common top-level package
cssdsl
- The DSL objects themselves are named consistently,
Dsl
for unprefixed,XxDsl
for prefixxx
. - Support
[class]
selectors when they don't end with-
- Add Semantic UI
- Add support for
scalatags.Text
on JVM