Skip to content

Commit

Permalink
update HISTORY.md and export style of Collapse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mochen.zy committed Jun 22, 2018
1 parent 5017ec7 commit cb834c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

---

## 2.1.2
* `CHANGED` upgrade to react 16

## 2.1.1

* `FIXED` arrow color
Expand Down
4 changes: 3 additions & 1 deletion src/Collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,6 @@ class Collapse extends Component {
}
}

export default polyfill(Collapse);
polyfill(Collapse);

export default Collapse;

0 comments on commit cb834c4

Please sign in to comment.