Skip to content

Releases: nafg/css-dsl

v0.9.0

17 Jan 05:30
89a7968
Compare
Choose a tag to compare

What's Changed

  • Update scalatags to 0.11.0

  • scalajs-react 2.0.0. Add Scala 3 and drop 2.12

  • Add Bootstrap 5

Full Changelog: v0.8.0...v0.9.0

v0.8.0

01 Dec 06:49
5ce6516
Compare
Choose a tag to compare
Merge pull request #143 from scala-steward/update/ph-css-6.4.0

Update ph-css to 6.4.0

Add prefix-less DSL for font awesome since classes are already prefixed

30 Jun 04:09
9df520a
Compare
Choose a tag to compare
v0.7.2

fontawesome: prefix is redundant since classes are already prefixed

Add Font Awesome. Use latest versions automatically.

30 Jun 04:08
Compare
Choose a tag to compare
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

30 Jun 04:07
Compare
Choose a tag to compare
v0.7.0

Minor css framework version bumps

Update frameworks and add Fomantic UI (Semantic UI fork)

24 Jan 16:47
Compare
Choose a tag to compare
  • 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

01 Sep 02:57
Compare
Choose a tag to compare
  • 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 prefix xx.
  • Support [class] selectors when they don't end with -
  • Add Semantic UI
  • Add support for scalatags.Text on JVM