v0.2.0-M2
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
EventProp
is aFunctor
by @armanbilge in #168Modifier
,Prop
, andHtmlAttr
areContravariant
by @armanbilge in #169- Use
fs2.dom.Event[F]
and friends by @armanbilge in #172
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