v0.19.2 #613
bitspittle
announced in
Announcements
v0.19.2
#613
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release is nearly identical to 0.19.1 but contains a fix for a logic error introduced there that affected scrolling to fragments on the same page.
For example, if your project had code like this:
clicking on that link would have no effect.
If you are using 0.19.1, you should consider upgrading to 0.19.2 at your earliest convenience.
Important
Planning to upgrade? Review instructions in the README.
In addition to this change, we also removed some opinionated smooth scrolling behavior that we probably shouldn't have added in the first place.
What this means is, after upgrading to 0.19.2, if you have any long pages in your site with internal links (such as this example blog post), navigation will now be instant, snapping immediately to the target element when you click a link.
If you'd like to go back to smooth scrolling, we recommend adding this somewhere in your site, for example in your
AppEntry.kt
file:Full Changelog: v0.19.1...v0.19.2
This discussion was created from the release v0.19.2.
Beta Was this translation helpful? Give feedback.
All reactions