Skip to content

Commit 5661e9d

Browse files
committed
release v1.2.1
1 parent aa66819 commit 5661e9d

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.2.1 - Sat, 23 Apr 2016 19:09:46 GMT
2+
--------------------------------------
3+
4+
- [aa66819](../../commit/aa66819) [fixed] Removes unneeded sanitizeProps function (#169)
5+
6+
17
v1.2.0 - Thu, 21 Apr 2016 22:02:02 GMT
28
--------------------------------------
39

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"homepage": "https://github.com/rackt/react-modal",
55
"authors": [
66
"Ryan Florence",

dist/react-modal.js

-5
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ return /******/ (function(modules) { // webpackBootstrap
119119
},
120120

121121
componentWillReceiveProps: function componentWillReceiveProps(newProps) {
122-
sanitizeProps(newProps);
123122
this.renderPortal(newProps);
124123
},
125124

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

176175
module.exports = Modal;
177176

178-
function sanitizeProps(props) {
179-
delete props.ref;
180-
}
181-
182177
/***/ },
183178
/* 2 */
184179
/***/ function(module, exports) {

dist/react-modal.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index",
66
"repository": {

0 commit comments

Comments
 (0)