Skip to content

Commit 8335c96

Browse files
author
Anthony Du Pont
committed
✨ Release v2.0.8
1 parent 506d658 commit 8335c96

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
- :art: Rename `Core.unbind()` into `Core.dettach()`
4545
- :art: Rename `Renderer.root` into `Renderer.view`
4646
- :art: Replace `Renderer.page` by `Renderer.properties`
47+
- :bug: Fix pushState location in the process
48+
- :bug: Fix CMD/CTRL + click behavior of browsers
4749
- :bug: Fix `NAVIGATE_IN` event that was fired too early
4850
- :bug: Fix the view swapping that causes so issues
4951
- :bug: Fix page caching with queries

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dogstudio/highway",
33
"license": "MIT",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"main": "assets/js/main.js",
66
"scripts": {
77
"build": "webpack && jekyll build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dogstudio/highway",
33
"license": "MIT",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"description": "Highway helps you manage your page transitions",
66
"main": "build/highway.js",
77
"unpkg": "build/highway.min.js",

0 commit comments

Comments
 (0)