Skip to content

Commit

Permalink
Docs: Laminar 17.1.0 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Aug 14, 2024
1 parent 9791dcc commit ce0ce7a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 72,6 @@ Nikita Gazarov – [@raquo](https://twitter.com/raquo)

Laminar is provided under the [MIT license](https://github.com/raquo/laminar/blob/master/LICENSE.md).

The artwork in the `brand` and `sponsors` directories is not covered by the MIT license. No license is granted to you for these assets. However, you may still have "fair use" rights, as stipulated by law.
The artwork in the `img/brand`, `img/sponsors`, and `img/blog` directories is not covered by the MIT license. No license is granted to you for these assets. However, you may still have "fair use" rights, as stipulated by law.

Comments in the `defs` directory pertaining to individual DOM element tags, attributes, properties and event properties, as well as CSS properties and their special values / keywords, are taken or derived from content created by Mozilla Contributors and are licensed under Creative Commons Attribution-ShareAlike license (CC-BY-SA), v2.5.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")

addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")

// #TODO Removed pending https://github.com/typelevel/sbt-tpolecat/issues/102
// addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.11")
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 13,26 @@ New Airstream features: splitting Vars, and zooming into Vars without an owner.

## Releases

* [Laminar](https://github.com/raquo/laminar) 17.1.0
* [Laminar](https://github.com/raquo/laminar) 17.1.0 (no code changes, just bumps Airstream version)
* [Airstream](https://github.com/raquo/airstream) 17.1.0
* [Waypoint](https://github.com/raquo/waypoint) 8.0.1


## News


### Scala.js & Laminar in Healthcare

The HeartAI team are using Scala.js and Laminar to develop their Critical Care Informatics System for CALHN, a major health network in South Australia. A key feature of this system, [ICU ward and bed dashboards](https://heartai.net/docs/projects/calhn-critical-care-informatics-system/icu-ward-and-bed-boards/), support critical care workers with high-quality health information about ICU patients. _"Scala.js and Laminar have provided a scalable way to build robust applications in the complex health domain."_ – says Lukah Dykes, Managing Director at HeartAI.

<a href="/img/blog/2024/heartai_icu_vitals.png"><img src="/img/blog/2024/heartai_icu_vitals.png" /></a>


### Laminar Stickers

In case you missed it, I'm mailing out free Laminar stickers as a thank you to people who have, in one way or another, contributed to Laminar or the ecosystem. [Sign up here](https://docs.google.com/forms/d/e/1FAIpQLSdxwtT0-Yy9mxcyYoNPUwinAMzAojGviAY-pp8KARnf_NLxKA/viewform).

<img src="/img/blog/2024/laminar_stickers_1000.jpg" />


## New Airstream Features
Expand Down Expand Up @@ -67,11 85,10 @@ We use the `zoomLazy` name to stay binary-compatible with 17.0.0 in this release
* The `Splittable` trait has two new methods: `foreach` and `findUpdate`. **Migration:** if you have custom instances of `Splittable` for non-standard collection types, make sure to review the default implementations of those methods for efficiency.


## Laminar Stickers

In case you missed it, I'm mailing out free Laminar stickers as a thank you to people who have, in one way or another, contributed to Laminar or the ecosystem. [Sign up here](https://docs.google.com/forms/d/e/1FAIpQLSdxwtT0-Yy9mxcyYoNPUwinAMzAojGviAY-pp8KARnf_NLxKA/viewform).
## Waypoint bug fix

<img src="/img/blog/laminar_stickers_1000.jpg" />
* Waypoint upgraded to URL-DSL 6.0.2:
* Fixed a case with `listParam` where matching failed if no query parameters were provided in the URL, whereas it should have matched as `Nil`. Thanks, [@arturaz](https://github.com/arturaz)!


## Thank you
Expand Down
4 changes: 2 additions & 2 deletions website/docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 87,15 @@ title: Documentation

## Introduction

This documentation is for Laminar version **v17.0.0**. For other versions, see below.
This documentation is for Laminar version **v17.1.0**. For older versions, see below.

| Laminar | Airstream |
|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------|
| **[v17.1.0](https://github.com/raquo/Laminar/blob/v17.1.0/docs/Documentation.md)** | **[v17.1.0](https://github.com/raquo/Airstream/blob/v17.1.0/README.md)** |
| **[v17.0.0](https://github.com/raquo/Laminar/blob/v17.0.0/docs/Documentation.md)** | **[v17.0.0](https://github.com/raquo/Airstream/blob/v17.0.0/README.md)** |
| **[v16.0.0](https://github.com/raquo/Laminar/blob/v16.0.0/docs/Documentation.md)** | **[v16.0.0](https://github.com/raquo/Airstream/blob/v16.0.0/README.md)** |
| **[v15.0.0](https://github.com/raquo/Laminar/blob/v15.0.0/docs/Documentation.md)** | **[v15.0.0](https://github.com/raquo/Airstream/blob/v15.0.0/README.md)** |
| **[v0.14.2](https://github.com/raquo/Laminar/blob/v0.14.2/docs/Documentation.md)** | **[v0.14.2](https://github.com/raquo/Airstream/blob/v0.14.2/README.md)** |
| **[v0.13.1](https://github.com/raquo/Laminar/blob/v0.13.1/docs/Documentation.md)** | **[v0.13.0](https://github.com/raquo/Airstream/blob/v0.13.0/README.md)** |


For documentation of older versions, see git tags.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce0ce7a

Please sign in to comment.