Skip to content

Commit f734629

Browse files
authored
Merge pull request #44 from kethinov/2.0.4
2.0.4
2 parents 2b5338a + 65c9cd9 commit f734629

File tree

6 files changed

+203
-144
lines changed

6 files changed

+203
-144
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.4
2+
3+
- Fixed a bug that caused a race condition related to view transitions and afterRender methods and render callbacks.
4+
- Fixed a bug that caused Single Page Express to trigger on `<a>` elements that do not have `href` attributes.
5+
- Fixed a bug that caused Single Page Express to trigger on `<form>` elements that do not have `action` attributes.
6+
- Fixed a bug that caused history state to be modified in ways that could cause crashes.
7+
- Updated dependencies.
8+
19
## 2.0.3
210

311
- Fixed regression that caused after-render actions to break in Chrome in the default render method.

package-lock.json

Lines changed: 95 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/rooseveltframework/single-page-express/graphs/contributors"
99
}
1010
],
11-
"version": "2.0.3",
11+
"version": "2.0.4",
1212
"files": [
1313
"dist",
1414
"*.md"

0 commit comments

Comments
 (0)