Skip to content

Commit

Permalink
docs: Towards 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Aug 14, 2024
1 parent 42460e4 commit 317d1f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Breaking changes in **bold**.

_You can now [sponsor](https://github.com/sponsors/raquo) Laminar / Airstream / Waypoint development!_

#### v8.0.1 – May 2024
* Build: Update URL DSL to 0.6.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))


#### v8.0.0 – May 2024
* **Build: Update Airstream to 17.0.0, URL DSL to 0.6.1**
* Build: Fix source maps URLs
* Misc: Unrouted page exception now includes the exact faulty page in the message

#### v7.0.0 – Jul 2023
* **Build: Update Airstream to 16.0.0**


#### v6.0.0 – Mar 2023

* **Build: Update Airstream to 15.0.0, URL DSL to 0.6.0**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Waypoint can be used with other Scala.js libraries too, not just Laminar. More o

Waypoint docs are not as exhaustive as Laminar's, but we have examples, and Waypoint is very, very small, so this shouldn't be a big deal. Just make sure you understand how the browser's History API works.

"com.raquo" %%% "waypoint" % "8.0.0" // Depends on Airstream 17.0.0 & URL DSL 0.6.1
"com.raquo" %%% "waypoint" % "8.0.1" // Depends on Airstream 17.0.0 & URL DSL 0.6.2



Expand Down

0 comments on commit 317d1f0

Please sign in to comment.