react-beautiful-dnd
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -16,4 +16,12 @@ ## Bug or feature request? | ||
### Browser version | ||
<!-- | ||
Keep in mind our supported browser matrix https://confluence.atlassian.com/cloud/supported-browsers-744721663.html | ||
If you raise a bug that is not in a supported version we will not be fixing it | ||
--> | ||
### Demo | ||
<!-- | ||
Please either provide a code example or a video / gif of the issue | ||
Here is a boilerplate to help you get started: | ||
@@ -23,2 +31,2 @@ https://www.webpackbin.com/bins/-KrEPVjWSAWwHhI-dGUe | ||
Issues without demo's may not be investigated | ||
--> | ||
--> |
{ | ||
"name": "react-beautiful-dnd", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Beautiful, accessible drag and drop for lists with React.js", | ||
@@ -21,3 +21,3 @@ "author": "Alex Reardon <areardon@atlassian.com>", | ||
"validate": "yarn run lint && yarn run typecheck", | ||
"lint": "eslint src test stories", | ||
"lint": "eslint .", | ||
"typecheck": "flow check", | ||
@@ -24,0 +24,0 @@ "build": "yarn run build:lib && yarn run build:flow", |
@@ -16,8 +16,8 @@ # react-beautiful-dnd | ||
- beautiful, natural movement of items | ||
- clean and powerful api which is simple to get started with | ||
- unopinionated styling | ||
- no creation of additional wrapper dom nodes - flexbox and focus management friendly! | ||
- plays well with existing interactive nodes such as anchors | ||
- state driven dragging - which allows for dragging from many input types, including programatic dragging. Currently only mouse and keyboard dragging are supported | ||
- Beautiful, natural movement of items | ||
- Clean and powerful api which is simple to get started with | ||
- Unopinionated styling | ||
- No creation of additional wrapper dom nodes - flexbox and focus management friendly! | ||
- Plays well with existing interactive nodes such as anchors | ||
- State driven dragging - which allows for dragging from many input types, including programatic dragging. Currently only mouse and keyboard dragging are supported | ||
@@ -41,3 +41,3 @@ ## Not for everyone | ||
- Custom drag handle (you can drag a whole item by just a part of it) | ||
- the vertical list can be a scroll container (without a scrollable parent) or be the child of a scroll container (that also does not have a scrollable parent) | ||
- The vertical list can be a scroll container (without a scrollable parent) or be the child of a scroll container (that also does not have a scrollable parent) | ||
- Server side rendering compatible | ||
@@ -44,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
492650
186
8762