We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b97a5 commit 3e36e99Copy full SHA for 3e36e99
CHANGELOG.md
@@ -15,6 +15,7 @@
15
#### New Features
16
17
- Typescript component generator #990
18
+- Enhanced Turbolinks Support #978 #962
19
20
#### Deprecation
21
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react_ujs",
3
- "version": "2.5.0",
+ "version": "2.6.0",
4
"description": "Rails UJS for the react-rails gem",
5
"main": "react_ujs/index.js",
6
"files": [
@@ -14,6 +14,6 @@
14
"webpack": "^2.3.3"
},
"dependencies": {
- "react_ujs": "^2.5.0"
+ "react_ujs": "^2.6.0"
}
0 commit comments