Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claydiffrient committed Apr 23, 2016
1 parent aa66819 commit 5661e9d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.2.1 - Sat, 23 Apr 2016 19:09:46 GMT
--------------------------------------

- [aa66819](../../commit/aa66819) [fixed] Removes unneeded sanitizeProps function (#169)


v1.2.0 - Thu, 21 Apr 2016 22:02:02 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/rackt/react-modal",
"authors": [
"Ryan Florence",
Expand Down
5 changes: 0 additions & 5 deletions dist/react-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ return /******/ (function(modules) { // webpackBootstrap
},

componentWillReceiveProps: function componentWillReceiveProps(newProps) {
sanitizeProps(newProps);
this.renderPortal(newProps);
},

Expand Down Expand Up @@ -175,10 +174,6 @@ return /******/ (function(modules) { // webpackBootstrap

module.exports = Modal;

function sanitizeProps(props) {
delete props.ref;
}

/***/ },
/* 2 */
/***/ function(module, exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/react-modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "1.2.0",
"version": "1.2.1",
"description": "Accessible modal dialog component for React.JS",
"main": "./lib/index",
"repository": {
Expand Down

0 comments on commit 5661e9d

Please sign in to comment.