You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ HistoryHandler's restoreState event contains the direction of the history navigation: a negative number representing going back in history, and a positive number for going forward.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New features
restoreState
event contains thedirection
of the history navigation: a negative number representing going back in history, and a positive number for going forward.buildState
event contains theoperation
, indicating whether the current state is being replaced, or a new state is being pushed. (Distinguish replace state and push state inbuildState
event handler #380)redirect
event provides thesetUrl()
method, allowing developers to programmatically alter the target URL.Minor changes and bugfixes
afterUpdate
event, executing scripts only from snippets that have actually been updated.snippet
inupdateSnippet()
has been relaxed toElement
. (What issnippet
's type? #379)Full Changelog: 2.5.0...2.6.0
This discussion was created from the release 2.6.0.
Beta Was this translation helpful? Give feedback.
All reactions