Skip to content

Commit

Permalink
Release v2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Aug 10, 2017
1 parent 1caabed commit 825fd00
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
v2.2.3 - Thu, 10 Aug 2017 19:25:44 UTC
--------------------------------------




v2.2.2 - Tue, 11 Jul 2017 14:20:05 UTC
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "react-modal",
"version": "2.2.2",
"version": "2.2.3",
"homepage": "https://github.com/reactjs/react-modal",
"authors": [
"Ryan Florence",
Expand Down
3 changes: 2 additions & 1 deletion dist/react-modal.js
Expand Up @@ -188,7 +188,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
if (!this.node) return;
if (!this.node || !this.portal) return;

var state = this.portal.state;
var now = Date.now();
Expand Down Expand Up @@ -1898,6 +1898,7 @@ return /******/ (function(modules) { // webpackBootstrap
Based on code that is Copyright 2013-2015, Facebook, Inc.
All rights reserved.
*/
/* global define */

(function () {
'use strict';
Expand Down

0 comments on commit 825fd00

Please sign in to comment.