Skip to content

Commit 84246cd

Browse files
committed
chore(release): 2.0.0
1 parent 16f7740 commit 84246cd

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/fritz-c/react-sortable-tree/compare/v1.8.1...v2.0.0) (2018-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* put style.css file in the correct place ([30dedbd](https://github.com/fritz-c/react-sortable-tree/commit/30dedbd))
12+
13+
14+
### Chores
15+
16+
* Merge branch 'brendanmoore-feature/remove-style-loader' ([16f7740](https://github.com/fritz-c/react-sortable-tree/commit/16f7740))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* from v2.0.0 on, you must import the css for the
22+
component yourself, using `import 'react-sortable-tree/styles.css';`.
23+
You only need to do this once in your application.
24+
25+
26+
527
<a name="1.8.1"></a>
628
## [1.8.1](https://github.com/fritz-c/react-sortable-tree/compare/v1.8.0...v1.8.1) (2018-01-21)
729

package-lock.json

+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-sortable-tree",
3-
"version": "1.8.1",
3+
"version": "2.0.0",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"scripts": {
66
"build": "npm run clean && cross-env NODE_ENV=production TARGET=umd webpack --bail",

0 commit comments

Comments
 (0)