Skip to content

Commit

Permalink
docs: fix changelog details
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-c authored Feb 10, 2018
1 parent 84246cd commit d86997d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ All notable changes to this project will be documented in this file. See [standa
* put style.css file in the correct place ([30dedbd](https://github.com/fritz-c/react-sortable-tree/commit/30dedbd))


### Chores

* Merge branch 'brendanmoore-feature/remove-style-loader' ([16f7740](https://github.com/fritz-c/react-sortable-tree/commit/16f7740))


### BREAKING CHANGES

* from v2.0.0 on, you must import the css for the
component yourself, using `import 'react-sortable-tree/styles.css';`.
component yourself, using `import 'react-sortable-tree/style.css';`.
You only need to do this once in your application.


Expand Down

0 comments on commit d86997d

Please sign in to comment.