Skip to content

Releases: Dogstudio/highway

v2.0.3

20 Sep 19:50
Compare
Choose a tag to compare
  • πŸ› Fix Dynamic Imports

v2.0.2

20 Sep 11:42
Compare
Choose a tag to compare
  • πŸ› Fix page caching with queries

v2.0.1

14 Sep 15:04
Compare
Choose a tag to compare
  • πŸŽ‰ Add dynamic import for renderers

v2.0.0

12 Sep 13:57
Compare
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
Compare
Choose a tag to compare
  • πŸ› Quick fix for URLs with parameters

v1.3.8

15 Jun 12:38
Compare
Choose a tag to compare
  • πŸ› Skip link with javascript: in href

v1.3.7

11 Jun 08:33
Compare
Choose a tag to compare
  • 🎨 Rename renderers init method to setup method

v1.3.6

01 Jun 09:33
Compare
Choose a tag to compare
  • πŸŽ‰ Add ES5 version in dist/es5

v1.3.5

31 May 15:03
Compare
Choose a tag to compare
  • πŸŽ‰ Add ESLint Loader

v1.3.4

24 May 14:59
Compare
Choose a tag to compare
  • πŸ› Fix events binding on links