Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on a256f4c6acf82e104964af48524aa245ddb68122
  • Loading branch information
raquo committed Dec 13, 2024
1 parent 8c5c7ab commit 14d2e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/2024/12/13/laminar-v17.2.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2><a class="anchor" aria-hidden="true" id="new-waypoint-features"></a><a href=
<ul>
<li><strong>Build: Waypoint depends on Laminar now (not just Airstream)</strong>
<ul>
<li>New: <code>navigateTo</code> example method from the docs is now available on <code>Router</code> – it provides a convenient modifier for Laminar elements that sets a reasonable onClick handler and href on the element. <a href="">Documentation</a></li>
<li>New: <code>navigateTo</code> example method from the docs is now available on <code>Router</code> – it provides a convenient modifier for Laminar elements that sets a reasonable onClick handler and href on the element. <a href="https://github.com/raquo/waypoint?tab=readme-ov-file#responding-to-link-clicks">Documentation</a></li>
<li>Unlike the previous example in the docs, it does not reset scroll position – do that yourself by observing <code>currentPageSignal</code></li>
<li><em><strong>Migration:</strong> <code>Router</code> constructor is now a single argument list, <code>popStateEvents</code> and <code>owner</code> now have default values.</em></li>
</ul></li>
Expand Down
2 changes: 1 addition & 1 deletion blog/2024/12/13/laminar-v17.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2><a class="anchor" aria-hidden="true" id="new-waypoint-features"></a><a href=
<ul>
<li><strong>Build: Waypoint depends on Laminar now (not just Airstream)</strong>
<ul>
<li>New: <code>navigateTo</code> example method from the docs is now available on <code>Router</code> – it provides a convenient modifier for Laminar elements that sets a reasonable onClick handler and href on the element. <a href="">Documentation</a></li>
<li>New: <code>navigateTo</code> example method from the docs is now available on <code>Router</code> – it provides a convenient modifier for Laminar elements that sets a reasonable onClick handler and href on the element. <a href="https://github.com/raquo/waypoint?tab=readme-ov-file#responding-to-link-clicks">Documentation</a></li>
<li>Unlike the previous example in the docs, it does not reset scroll position – do that yourself by observing <code>currentPageSignal</code></li>
<li><em><strong>Migration:</strong> <code>Router</code> constructor is now a single argument list, <code>popStateEvents</code> and <code>owner</code> now have default values.</em></li>
</ul></li>
Expand Down

0 comments on commit 14d2e5b

Please sign in to comment.