Releases: Dogstudio/highway
Releases · Dogstudio/highway
v1.3.3
- 🐛 Fix events
- 🐛 Fix helpers
v1.3.2
- 🎉 Add unit tests
- ✨ Improve documentation
v1.3.1
- 🎉 Add
Basic Polyfill
example
v1.3.0
- 🎉 Add the
Basic Anchor
example
- 🔥 Remove modes that weren't convincing
- ✨ Improve code and weight with ES2016+ features
- ✨ Improve events
- ✨ Improve transitions
v1.2.1
- 🎉 Add
NAVIGATE_CALL
event
- ✨ Improve renderers that now update the
html
and body
classname properly
- ✨ Improve documentation
v1.2.0
- 🎉 Add
NAVIGATE_IN
and NAVIGATE_OUT
events
- 🎉 Add more variables available in
Highway.Renderer
- ✨ Improve renderers (see documentation)
- ✨ Improve documentation
Introduction Modes
Introduce the mode
option that let you choose between three transitions modes.
Improve Transitions
Rewrite Highway.Transition
in order to use Promises.