From 63f3b2179c428c701b8b77e70e0c4af9a853c570 Mon Sep 17 00:00:00 2001 From: Nikita Gazarov Date: Thu, 12 Dec 2024 20:54:46 -0800 Subject: [PATCH] Build: Towards 17.2.0 --- .gitignore | 4 +++- project/Versions.scala | 2 +- website/docs/documentation.md | 14 +++----------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index e25e571..a6ada8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .idea +.vscode +*.code-workspace + .DS_Store target @@ -9,7 +12,6 @@ target project/metals.sbt project/.bloop -project/project/target yarn.lock !website/yarn.lock diff --git a/project/Versions.scala b/project/Versions.scala index 44b1f73..7740022 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -6,7 +6,7 @@ object Versions { // -- Dependencies -- - val Airstream = "17.2.0-M1" + val Airstream = "17.2.0" val Ew = "0.2.0" diff --git a/website/docs/documentation.md b/website/docs/documentation.md index a884a41..501976f 100644 --- a/website/docs/documentation.md +++ b/website/docs/documentation.md @@ -87,20 +87,12 @@ title: Documentation ## Introduction -This documentation is for Laminar version **v17.1.0**. For older versions, see below. +This documentation is for Laminar version **v17.2.0**. For documentation of older versions, open the corresponding git tag, and use file search to find the documentation.md file. For example: [v17.0.0 docs](https://github.com/raquo/Laminar/blob/v17.0.0/website/docs/documentation.md). -| 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)** | +Laminar depends on Airstream – usually but not always on the same-numbered version of Airstream. If neeeded, you can check the exact Airstream version in the `project/Versions.scala` file. -For documentation of older versions, see git tags. - -[Laminar API doc](https://javadoc.io/doc/com.raquo/laminar_sjs1_3/latest/com/raquo/laminar/index.html) • [Airstream API doc](https://javadoc.io/doc/com.raquo/airstream_sjs1_3/latest/com/raquo/airstream/index.html) +[Laminar API doc](https://javadoc.io/doc/com.raquo/laminar_sjs1_2.13/latest/com/raquo/laminar/index.html) • [Airstream API doc](https://javadoc.io/doc/com.raquo/airstream_sjs1_2.13/latest/com/raquo/airstream/index.html) Laminar is very simple under the hood. Don't be afraid to use "Go to definition" functionality of your IDE to see how a certain method works. That said, the documentation provided here explains the mechanics of Laminar in great detail. Documentation sections progress from basic to advanced, so each next section usually assumes that you've read all previous sections.