Skip to content

v0.2.0-M2

Compare
Choose a tag to compare
@armanbilge armanbilge released this 30 Jan 19:44
· 392 commits to main since this release
63d5d5f

This is the second milestone release of Calico v0.2.0. It brings one important, breaking change: events are now modeled by the new fs2.dom.Event[F] classes, which replicate the DOM event hierarchy, but properly suspend side-effects in F[_].

Enhancements

Docs

  • Prepare site for 0.2.x series and publish from main by @armanbilge in #165

Updates

  • Update domtypes to 17.0.0-M5 by @nimble-agar-steward in #170
  • Update sbt-scalajs, scalajs-library_2.13, ... to 1.13.0 by @nimble-agar-steward in #166
  • Update fs2-dom to 0.2.0-M2 by @nimble-agar-steward in #174
  • Update scala3-library, ... to 3.2.2 by @nimble-agar-steward in #175

Full Changelog: v0.2.0-M1...v0.2.0-M2