Skip to content

Releases: tulz-app/laminext

0.17.0

10 May 15:01
Compare
Choose a tag to compare

Update to Laminar 17.0.0

0.16.2

17 Aug 12:39
Compare
Choose a tag to compare

Adding support for custom upickle configurations for websockets.

0.16.1

29 Jul 11:23
Compare
Choose a tag to compare
  • use standard scalajs-dom types in resize observer (#190)

0.16.0

09 Jul 11:37
Compare
Choose a tag to compare
  • Laminar 16.0.0

other changes:

  • Fetch API now provides methods to get responses as Future-s instead of EventStream-s

0.15.1-RC1

02 Jul 14:08
Compare
Choose a tag to compare
0.15.1-RC1 Pre-release
Pre-release

Fetch - new methods to run requests as Future-s:

Fetch.get("https://site.nowhere").future.text() 

v0.15.0

23 Mar 13:24
Compare
Choose a tag to compare

What's Changed

  • updated to Laminar 15.0.0

Full Changelog: v0.14.4...v0.15.0

0.14.4

28 Sep 23:57
Compare
Choose a tag to compare

Scala 3.2.0, Scala.js 1.11.0

v0.14.3

10 Jan 16:05
7f3baa7
Compare
Choose a tag to compare

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.2

10 Jan 15:36
5366a43
Compare
Choose a tag to compare

Update Laminar to 0.14.2

0.14.0

10 Jan 15:35
Compare
Choose a tag to compare

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