Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-beautiful-dnd

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-beautiful-dnd - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.eslintignore

10

ISSUE_TEMPLATE.md

@@ -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
-->
-->

4

package.json
{
"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

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