Releases: tulz-app/laminext
Releases · tulz-app/laminext
0.17.1
Important
Starting with this version, the dependency organization name has changed from io.laminext
to dev.laminext
.
Changes
Laminar version bumped to 17.2.0
. No functional changes in this release.
0.16.2
Adding support for custom upickle configurations for websockets.
0.16.1
- use standard scalajs-dom types in resize observer (#190)
0.16.0
other changes:
Fetch
API now provides methods to get responses as Future
-s instead of EventStream
-s
0.15.1-RC1
Fetch
- new methods to run requests as Future
-s:
Fetch.get("https://site.nowhere").future.text()
0.14.4
Scala 3.2.0, Scala.js 1.11.0
v0.14.3
What's Changed
- Bugfix: in the WebSocket client, a check for the "connected" status was incomplete, potentially resulting in exceptions being thrown when sending – #108 (@lavrov)
Full Changelog: v0.14.2...v0.14.3