Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 03ebc65

Browse files
committed
0.2.7
1 parent 6f39767 commit 03ebc65

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.2.7 - 2018-08-15
2+
3+
- Fixed: Parsing values of option elements in forms.
4+
([#162](https://github.com/MoOx/pjax/pull/162) - @BehindTheMath)
5+
- Fixed: Added index.d.ts to package.json so it will be installed by npm.
6+
([c589ab9](https://github.com/MoOx/pjax/commit/c589ab9c25bee6161bf3e557eaca44e51c14fb89) - @BehindTheMath)
7+
- Fixed: `options.history` to correctly parse being set to false.
8+
([#165](https://github.com/MoOx/pjax/pull/165) - @BehindTheMath).
9+
- Fixed: Pass the current `options` object to `loadContent()`.
10+
([#171](https://github.com/MoOx/pjax/pull/171) - @BehindTheMath)
11+
- Fixed: Ensure correct XHR encoding for multipart/form-data forms
12+
([#174](https://github.com/MoOx/pjax/pull/174) - @BehindTheMath)
13+
- Added: More documentation.
14+
([#160](https://github.com/MoOx/pjax/pull/160), [#171](https://github.com/MoOx/pjax/pull/171) - @robinnorth, @BehindTheMath)
15+
116
# 0.2.6 - 2018-04-30
217

318
- Fixed: Form submission for GET requests.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pjax",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Easily enable fast AJAX navigation on any website (using pushState + XHR)",
55
"keywords": [
66
"pjax",

0 commit comments

Comments
 (0)