New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-sortable-tree

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sortable-tree - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

121

CHANGELOG.md

@@ -5,11 +5,20 @@ # Change Log

<a name="2.1.2"></a>
## [2.1.2](https://github.com/frontend-collective/react-sortable-tree/compare/v2.1.1...v2.1.2) (2018-05-23)
### Bug Fixes
* prettier ([#313](https://github.com/frontend-collective/react-sortable-tree/issues/313)) ([3456076](https://github.com/frontend-collective/react-sortable-tree/commit/3456076))
<a name="2.1.1"></a>
## [2.1.1](https://github.com/frontend-collective/react-sortable-tree/compare/v2.1.0...v2.1.1) (2018-04-29)
<a name="2.1.0"></a>
<a name="2.1.0"></a>
# [2.1.0](https://github.com/frontend-collective/react-sortable-tree/compare/v2.0.1...v2.1.0) (2018-03-04)
### Features

@@ -19,8 +28,6 @@

<a name="2.0.1"></a>
<a name="2.0.1"></a>
## [2.0.1](https://github.com/frontend-collective/react-sortable-tree/compare/v2.0.0...v2.0.1) (2018-02-10)
### Bug Fixes

@@ -30,21 +37,18 @@

<a name="2.0.0"></a>
<a name="2.0.0"></a>
# [2.0.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.8.1...v2.0.0) (2018-02-10)
### BREAKING CHANGES
* from v2.0.0 on, you must import the css for the
component yourself, using `import 'react-sortable-tree/style.css';`.
You only need to do this once in your application.
component yourself, using `import 'react-sortable-tree/style.css';`.
You only need to do this once in your application.
* Support dropped for IE versions earlier than IE 11
<a name="1.8.1"></a>
<a name="1.8.1"></a>
## [1.8.1](https://github.com/frontend-collective/react-sortable-tree/compare/v1.8.0...v1.8.1) (2018-01-21)
### Bug Fixes

@@ -54,8 +58,6 @@

<a name="1.8.0"></a>
<a name="1.8.0"></a>
# [1.8.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.7.0...v1.8.0) (2018-01-21)
### Features

@@ -65,33 +67,27 @@

<a name="1.7.0"></a>
<a name="1.7.0"></a>
# [1.7.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.6.0...v1.7.0) (2018-01-16)
### Features
* add onDragStateChanged callback ([2caa9d1](https://github.com/frontend-collective/react-sortable-tree/commit/2caa9d1))
onDragStateChanged is called when dragging begins and ends, so you can easily track the current state of dragging.<br />
Thanks to [@wuweiweiwu](https://github.com/wuweiweiwu) for the contribution!
<a name="1.6.0"></a>
<a name="1.6.0"></a>
# [1.6.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.5.5...v1.6.0) (2018-01-14)
### Features
* add more parameters to rowHeight. Fixes [#199](https://github.com/frontend-collective/react-sortable-tree/issues/199) ([8ff0ff2](https://github.com/frontend-collective/react-sortable-tree/commit/8ff0ff2))
Thanks to [@wuweiweiwu](https://github.com/wuweiweiwu) for the contribution!
<a name="1.5.5"></a>
<a name="1.5.5"></a>
## [1.5.5](https://github.com/frontend-collective/react-sortable-tree/compare/v1.5.4...v1.5.5) (2018-01-13)
### Bug Fixes

@@ -101,5 +97,4 @@

<a name="1.5.4"></a>
<a name="1.5.4"></a>
## [1.5.4](https://github.com/frontend-collective/react-sortable-tree/compare/v1.5.3...v1.5.4) (2018-01-07)

@@ -111,8 +106,6 @@

<a name="1.5.3"></a>
<a name="1.5.3"></a>
## [1.5.3](https://github.com/frontend-collective/react-sortable-tree/compare/v1.5.2...v1.5.3) (2017-12-09)
### Bug Fixes

@@ -122,8 +115,6 @@

<a name="1.5.2"></a>
<a name="1.5.2"></a>
## [1.5.2](https://github.com/frontend-collective/react-sortable-tree/compare/v1.5.1...v1.5.2) (2017-11-28)
### Bug Fixes

@@ -133,8 +124,6 @@

<a name="1.5.1"></a>
<a name="1.5.1"></a>
## [1.5.1](https://github.com/frontend-collective/react-sortable-tree/compare/v1.5.0...v1.5.1) (2017-11-28)
### Bug Fixes

@@ -144,8 +133,6 @@

<a name="1.5.0"></a>
<a name="1.5.0"></a>
# [1.5.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.4.0...v1.5.0) (2017-10-29)
### Bug Fixes

@@ -155,3 +142,2 @@

### Features

@@ -161,8 +147,6 @@

<a name="1.4.0"></a>
<a name="1.4.0"></a>
# [1.4.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.3.1...v1.4.0) (2017-10-13)
### Features

@@ -172,8 +156,6 @@

<a name="1.3.1"></a>
<a name="1.3.1"></a>
## [1.3.1](https://github.com/frontend-collective/react-sortable-tree/compare/v1.3.0...v1.3.1) (2017-10-03)
### Bug Fixes

@@ -183,8 +165,6 @@

<a name="1.3.0"></a>
<a name="1.3.0"></a>
# [1.3.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.2.2...v1.3.0) (2017-09-20)
### Features

@@ -194,8 +174,6 @@

<a name="1.2.2"></a>
<a name="1.2.2"></a>
## [1.2.2](https://github.com/frontend-collective/react-sortable-tree/compare/v1.2.1...v1.2.2) (2017-09-12)
### Bug Fixes

@@ -205,8 +183,6 @@

<a name="1.2.1"></a>
<a name="1.2.1"></a>
## [1.2.1](https://github.com/frontend-collective/react-sortable-tree/compare/v1.2.0...v1.2.1) (2017-09-06)
### Bug Fixes

@@ -216,8 +192,6 @@

<a name="1.2.0"></a>
<a name="1.2.0"></a>
# [1.2.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.1.1...v1.2.0) (2017-08-12)
### Features

@@ -227,8 +201,6 @@

<a name="1.1.1"></a>
<a name="1.1.1"></a>
## [1.1.1](https://github.com/frontend-collective/react-sortable-tree/compare/v1.1.0...v1.1.1) (2017-08-06)
### Bug Fixes

@@ -238,8 +210,6 @@

<a name="1.1.0"></a>
<a name="1.1.0"></a>
# [1.1.0](https://github.com/frontend-collective/react-sortable-tree/compare/v1.0.0...v1.1.0) (2017-08-05)
### Features

@@ -249,8 +219,6 @@

<a name="1.0.0"></a>
<a name="1.0.0"></a>
# [1.0.0](https://github.com/frontend-collective/react-sortable-tree/compare/v0.1.21...v1.0.0) (2017-08-05)
### Bug Fixes

@@ -260,3 +228,2 @@

### Code Refactoring

@@ -266,3 +233,2 @@

### Features

@@ -274,17 +240,14 @@

### BREAKING CHANGES
* Trees that are empty now display a placeholder element
in their place instead of being simply empty.
in their place instead of being simply empty.
* `dndWrapExternalSource` api no longer exists.
You can achieve the same functionality and more with react-dnd
APIs, as demonstrated in the storybook example.
You can achieve the same functionality and more with react-dnd
APIs, as demonstrated in the storybook example.
<a name="0.1.21"></a>
<a name="0.1.21"></a>
## [0.1.21](https://github.com/frontend-collective/react-sortable-tree/compare/v0.1.20...v0.1.21) (2017-07-15)
### Bug Fixes

@@ -294,4 +257,2 @@

See the GitHub [Releases](https://github.com/frontend-collective/react-sortable-tree/releases) for information on updates.
{
"name": "react-sortable-tree",
"version": "2.1.1",
"version": "2.1.2",
"description": "Drag-and-drop sortable component for nested data and hierarchies",

@@ -14,2 +14,3 @@ "scripts": {

"prepublishOnly": "npm run lint && npm run test && npm run build",
"release": "standard-version",
"test": "jest",

@@ -61,3 +62,3 @@ "test:watch": "jest --watchAll",

"dependencies": {
"lodash.isequal": "^4.4.0",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.6.1",

@@ -67,3 +68,3 @@ "react-dnd": "2.6.0",

"react-dnd-scrollzone": "^4.0.0",
"react-virtualized": "^9.18.5"
"react-virtualized": "^9.19.1"
},

@@ -78,15 +79,15 @@ "peerDependencies": {

"@storybook/react": "^4.0.0-alpha.4",
"autoprefixer": "^8.4.1",
"autoprefixer": "^8.5.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-jest": "^22.4.4",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"codesandbox": "^1.2.10",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
"coveralls": "^3.0.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",

@@ -98,5 +99,5 @@ "enzyme": "^3.3.0",

"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",

@@ -106,6 +107,6 @@ "file-loader": "^1.1.11",

"html-webpack-plugin": "^3.2.0",
"jest": "^22.4.3",
"jest": "^22.4.4",
"jest-enzyme": "^6.0.0",
"json-loader": "^0.5.4",
"postcss-loader": "^2.1.4",
"json-loader": "^0.5.7",
"postcss-loader": "^2.1.5",
"prettier": "^1.12.1",

@@ -117,11 +118,12 @@ "react": "^16.3.2",

"react-dom": "^16.3.2",
"react-hot-loader": "^4.1.2",
"react-hot-loader": "^4.2.0",
"react-sortable-tree-theme-file-explorer": "^1.1.2",
"react-test-renderer": "^16.3.2",
"rimraf": "^2.6.2",
"standard-version": "^4.4.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-node-externals": "^1.7.2"

@@ -128,0 +130,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc