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

react-virtual-kanban

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtual-kanban - npm Package Versions

2

0.3.0-beta.2

Diff

edulan
published 0.3.0 •

edulan
published 0.2.0 •

Changelog

Source

0.2.0

Added itemCacheKey prop to be able to specify a custom key for caching Item components. This comes handy if underlaying Item data changes (like a title) and needs to be re-rendered to reflect new height.

Added scrollToList and scrollToAlignment to set kanban scroll to desired list.

Fixed items not being refreshing when moving lists around.

Updated package.json and added some badges to the README.

edulan
published 0.1.1 •

Changelog

Source

0.1.1

onDropRow callback is now invoked only when dropping into a valid target.

Defended against null component received when hovering over an unmounted row.

Remove dragDropManager prop type warning.

edulan
published 0.1.0 •

Changelog

Source

0.1.0

Added overscanListCount and overscanRowCount props to be able to configure the number of extra rendered items. You may use this if you want to tune up kanban performance.

Use id as key value for SortableItem and SortableList components. This avoids wierd behaviour when changing component's internal state.

edulan
published 0.0.12 •

Changelog

Source

0.0.12

Now Kanban component gets DragDropManager from context or creates a new one. This is useful for scenarios where react-dnd is used inside decorators.

edulan
published 0.0.11 •

Changelog

Source

0.0.11

Added guard in SortableList component when list reference is not set.

edulan
published 0.0.10 •

Changelog

Source

0.0.10

Fixed a bug that was causing out of index errors when moving an row between lists.

Now when moving a row to a list, the row will be placed at the beginning of that list (previously was at the end).

edulan
published 0.0.9 •

Changelog

Source

0.0.9

Updated PropTypes for List decorator. Also pass rows prop.

edulan
published 0.0.8 •

Changelog

Source

0.0.8

Pass containerWidth for preview components

Use explicit props for decorated components

2
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