Skip to content

Releases: dept/highway

v2.0.3

20 Sep 19:50

Choose a tag to compare

  • 🐛 Fix Dynamic Imports

v2.0.2

20 Sep 11:42

Choose a tag to compare

  • 🐛 Fix page caching with queries

v2.0.1

14 Sep 15:04

Choose a tag to compare

  • 🎉 Add dynamic import for renderers

v2.0.0

12 Sep 13:57

Choose a tag to compare

  • 🎉 Add demo website
  • 🎉 Add Core.redirect(href) method
  • 🎨 Update informations sent with events
  • 🎨 Rename Core.bind() into Core.attach()
  • 🎨 Rename Core.unbind() into Core.dettach()
  • 🎨 Rename Renderer.root into Renderer.view
  • 🎨 Replace Renderer.page by Renderer.properties
  • 🐛 Fix NAVIGATE_IN event that was fired too early
  • 🐛 Fix the view swapping that causes so issues
  • 🐛 Fix issue #9
  • 🐛 Fix issue #12
  • ✨ Improve overall code
  • 🔥 Remove NAVIGATE_ERROR event
  • 🔥 Clean up README.md

v1.3.9

09 Jul 14:01

Choose a tag to compare

  • 🐛 Quick fix for URLs with parameters

v1.3.8

15 Jun 12:38

Choose a tag to compare

  • 🐛 Skip link with javascript: in href

v1.3.7

11 Jun 08:33

Choose a tag to compare

  • 🎨 Rename renderers init method to setup method

v1.3.6

01 Jun 09:33

Choose a tag to compare

  • 🎉 Add ES5 version in dist/es5

v1.3.5

31 May 15:03

Choose a tag to compare

  • 🎉 Add ESLint Loader

v1.3.4

24 May 14:59

Choose a tag to compare

  • 🐛 Fix events binding on links