Skip to content

Commit

Permalink
Docs: b17 blog post misc
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed May 9, 2024
1 parent ed64906 commit 06f3483
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Laminar is a small library that lets you build web application interfaces, keepi

Laminar is also a friendly community of passionate people from across the world who help each other learn new skills and achieve their goals. Check out all the learning materials we've put out, and chat us up on Discord if you hit a snag!

"com.raquo" %%% "laminar" % "<version>" // Requires Scala.js 1.13.2+
"com.raquo" %%% "laminar" % "<version>" // Requires Scala.js 1.16.0+

Look up the latest version of Laminar [here](https://laminar.dev/blog/), or in git tags above ("v" prefix is _not_ part of the version number).

Expand Down
17 changes: 10 additions & 7 deletions website/blog/2023-12-04-laminar-v17.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: Nikita
authorURL: https://twitter.com/raquo
---

TODO - summary
This release has it all: Shoelace web components, new features, ergonomic improvements, and bug fixes, in both Laminar and Airstream.

<!--truncate-->

Expand All @@ -17,23 +17,25 @@ TODO - summary
* Airstream 17.0.0 (and Airstream 17.0.0-M3 – read below)
* Waypoint 8.0.0
* ew 0.2.0
* Scala DOM Types 18.0.0
* Scala DOM Test Utils 18.0.0
* Scala DOM Types 18.1.0
* Scala DOM Test Utils 18.0.1
* Laminar Shoelace 0.1.0
* Laminar Demo updated

TODO:
* Laminar Shoelace
* Laminar Demo

* Laminext
* Laminar SAP UI5 bindings
* etc.


## New Laminar Features


### Laminar-Shoelace Web Components v0.1.0

TODO: Stuff's ready, but publishing is TODO. Might publish separately from this release depending on timing.
TODO:

(TLDR - Works, but feature support is limited. See repo for details.)



Expand Down Expand Up @@ -252,6 +254,7 @@ See [Airstream#115](https://github.com/raquo/Airstream/issues/115) and [Laminar#

## Smaller Laminar Improvements

* New: Typings for Touch events (thanks, [@felher](https://github.com/felher)!)
* New: `modSeq` and `nodeSeq`
* Small helpers for better type inference, e.g. `nodeSeq("text", span("element"))` returns a list of nodes, not a list of `java.Object` like `List("text", span("element"))` does. So, basically copied `nodeSeq` from Laminext.
* `modSeq` works the same, but for modifiers.
Expand Down

0 comments on commit 06f3483

Please sign in to comment.