🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-native-tree-multi-select

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-tree-multi-select - npm Package Versions

1345

1.7.0-beta.2

Diff
futurejj
published 1.7.0-beta.2 •

Changelog

Source

1.7.0-beta.2 (2024-12-19)

Bug Fixes

  • fixed updated data state not reflecting due to issues in deep compare effect (fb5a745)

Performance Improvements

  • optimized flatten tree helper func (012f981)
futurejj
published 1.6.1 •

Changelog

Source

1.6.1 (2024-12-17)

Performance Improvements

  • optimized flatten tree helper func (012f981)
futurejj
published 1.7.0-beta.1 •

Changelog

Source

1.7.0-beta.1 (2024-12-09)

Features

  • made data prop reactive (f5f3699)
futurejj
published 1.6.0 •

Changelog

Source

1.6.0 (2024-12-07)

Features

  • #78 added initial support to allow use of multiple tree view components simultaneously (2123101)
futurejj
published 1.6.0-beta.1 •

Changelog

Source

1.6.0-beta.1 (2024-11-16)

Features

  • #78 added initial support to allow use of multiple tree view components simultaneously (2123101)
futurejj
published 1.5.1 •

Changelog

Source

1.5.1 (2024-10-20)

Bug Fixes

  • upgraded example app deps and package details in package json (3472516)
futurejj
published 1.5.0 •

Changelog

Source

1.5.0 (2024-10-13)

Bug Fixes

  • fixed parent does not get unchecked if all children are unchecked at once in filtered tree (cf2195b)
  • trigger patch release for refactor (c3b9a71)

Features

  • added prop and state to control parent <-> child selection propagation (#81) (4714525)
  • updated toggle checkbox helpers for controlled parent <-> child selection propagation (#81) (9acbca2)

Performance Improvements

  • replaced recursive logic with iterative logic to handle tree expand collapse (b417057)
futurejj
published 1.5.0-beta.3 •

Changelog

Source

1.5.0-beta.3 (2024-10-13)

Bug Fixes

  • fixed parent does not get unchecked if all children are unchecked at once in filtered tree (cf2195b)

Performance Improvements

  • replaced recursive logic with iterative logic to handle tree expand collapse (b417057)
futurejj
published 1.5.0-beta.2 •

Changelog

Source

1.5.0-beta.2 (2024-10-12)

Bug Fixes

  • trigger patch release for refactor (c3b9a71)
futurejj
published 1.5.0-beta.1 •

Changelog

Source

1.5.0-beta.1 (2024-10-08)

Features

  • added prop and state to control parent <-> child selection propagation (#81) (4714525)
  • updated toggle checkbox helpers for controlled parent <-> child selection propagation (#81) (9acbca2)