Skip to content

Commit

Permalink
Update package changelog and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
torleifhalseth committed Aug 31, 2018
1 parent 32d1135 commit 3cc449e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 3.4.0
> August 31, 2018
* :tada: **Enhancement** Handle the style changes manually when React can just do this as part of its rendering. Moved the style properties to the state and just uses setState to update them. Changed the test so the actual component styles are checked when they are updated.
* :tada: **Enhancement** PureComponent is more efficient than Component so changed it to that
* :tada: **Enhancement** Added a default className — would be nice not to have to pass one if you just want to use the default
* :bug: **Bugfix** All Component constructors should pass the props through to the super

# 3.3.2
> July 05, 2018
* :bug: **Bugfix** Added nullcheck to make sure we wont try to set style on nonexisting content
Expand Down
24 changes: 17 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@
"name": "react-css-collapse",
"version": "3.3.2",
"description": "Component-wrapper for collapse animation with css for elements with variable and dynamic height",
"authors": [
"Torleif Halseth",
"Håkon Nilsen",
"Eirik Årdal",
"Daniel Selvik",
"Tony Hopland",
"Matt Shwery"
"author": {
"name": "Torleif Halseth",
"email": "[email protected]"
},
"contributors": [
{
"name": "Tony Hopland"
},
{
"name": "Daniel Selvik"
},
{
"name": "Matt Shwery"
},
{
"name": "Nawal Deshi Rahim"
}
],
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3cc449e

Please sign in to comment.