Releases: tulz-app/laminext
Releases · tulz-app/laminext
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
0.14.0
Update to Laminar v0.14.0
and scala-js-dom
v2.0.0
- input element ops –
files
returns a Signal[FileList]
instead of Signal[Seq[File]]
(use .toSeq
to get a Seq
)
- API new: task queue