raquo / Laminar

Simple, expressive, and safe UI library for Scala.js

Home Page:https://laminar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala 3 support is here

raquo opened this issue · comments

The following versions are published for Scala 3.0.0-RC2:

  • Laminar 0.13.0-M1
  • Airstream 0.13.0-M1
  • Waypoint 0.4.0-M2
  • tulz-app/frountroute 0.13.0-M2
  • tulz-app/laminext 0.13.0-M1 (without circe JSON module yet)

These Laminar / Airstream versions should have no breaking changes from 0.12.x except if you manually extended Airstream traits EventStream, Signal, or Observable (in which case you should now extend WritableEventStream, WritableSignal, or WritableObservable respectively), due to internal refactoring of Airstream observables in 0.13.0-M1 to satisfy stricter variance checks in Scala 3.

Please use this ticket to report any issues with Scala 3 support.

v0.13.0 is released now https://laminar.dev/blog/2021/05/04/laminar-v0.13.0

Waypoint 0.4.0 is not yet published for Scala 3.0.0-RC3, coming soon.

Waypoint 0.4.0 published for RC3 now.