Skip to content

Commit

Permalink
Merge pull request #84 from Stuk/v0.8.4
Browse files Browse the repository at this point in the history
v0.8.4
  • Loading branch information
JedWatson authored Sep 2, 2016
2 parents ddc2f97 + 82d2713 commit d37f461
Show file tree
Hide file tree
Showing 8 changed files with 16,048 additions and 16,032 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# React-Tappable Changelog

## v0.8.4 / 2016-08-24

* fixed; Actually include React 15.2+ compatability patches this time!

## v0.8.3 / 2016-08-07

* fixed; React 15.2+ compatiblity patches from the last version were lost during build, correctly included in this version
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tappable",
"main": "dist/react-tappable.min.js",
"version": "0.8.2",
"version": "0.8.4",
"homepage": "https://github.com/JedWatson/react-tappable",
"authors": [
"Jed Watson"
Expand Down
4 changes: 4 additions & 0 deletions dist/react-tappable.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,10 @@ module.exports = function (mixins) {
handlers: this.handlers
}, this.handlers());

delete newComponentProps.activeDelay;
delete newComponentProps.classBase;
delete newComponentProps.classes;
delete newComponentProps.handlers;
delete newComponentProps.onTap;
delete newComponentProps.onPress;
delete newComponentProps.onPinchStart;
Expand Down
2 changes: 1 addition & 1 deletion dist/react-tappable.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions example/dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ module.exports = function (mixins) {
handlers: this.handlers
}, this.handlers());

delete newComponentProps.activeDelay;
delete newComponentProps.classBase;
delete newComponentProps.classes;
delete newComponentProps.handlers;
delete newComponentProps.onTap;
delete newComponentProps.onPress;
delete newComponentProps.onPinchStart;
Expand Down
Loading

0 comments on commit d37f461

Please sign in to comment.