v0.14.0
This release is mostly about keeping Scala / Scala.js version parity across the pkgames libs, however this version does also include a fix for OnMouseEnter and OnMouseLeave events by @clemniem - thank you!
Tyrian is now built against Scala 3.6.4 and Scala.js 0.19.0, your projects will need to use at least those versions to be compatible.
What's Changed
- Add OnMouseEnter and OnMouseLeave events by @clemniem in https://github.com/PurpleKingdomGames/tyrian/pull/310
- Update scala3-library, ... to 3.6.4 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/312
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/314
- Update zio-interop-cats to 23.1.0.5 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/315
- Update fs2-core to 3.12.0 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/317
- Update munit-cats-effect to 2.1.0 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/318
- Update cats-effect, cats-effect-kernel to 3.6.1 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/320
- Update sbt-scalajs, scalajs-library_2.13, ... to 1.19.0 by @scala-steward in https://github.com/PurpleKingdomGames/tyrian/pull/322
New Contributors
- @clemniem made their first contribution in https://github.com/PurpleKingdomGames/tyrian/pull/310
Full Changelog: https://github.com/PurpleKingdomGames/tyrian/compare/v0.13.0...v0.14.0