Skip to content

Releases: dgreene1/react-accessible-treeview

v2.6.1

16 Jun 18:58
Compare
Choose a tag to compare
  • Merge pull request #121 from kpustakhod/onNodeSelect-fix f24ad3a
  • Merge pull request #126 from yhy-1/fix_focus b52d6c4
  • update to update tabbableId for halfSelect 1b5edc7
  • Merge pull request #125 from kpustakhod/documentation 959fd95
  • Update documentation with metadata. 4dc9778
  • tests to show metadata is flowing down to nodeRenderer d36d622
  • add metadata to INode and shallow copy when flattening tree 7d5b74a
  • Fix onNodeSelect not called when click on halfSelected node. 9e10c3b

v2.6.0...v2.6.1

v2.6.0

08 Jun 16:27
Compare
Choose a tag to compare
  • Merge pull request #117 from megbailey/additional-props 43e5eba
  • Update utils.ts aafaa32
  • Update TreeViewMetadata.test.tsx 256806f
  • Update types.ts 1ae56fd
  • Merge branch 'master' into additional-props 198eaf2
  • Merge pull request #120 from dgreene1/bump_v2.5.6 1ab32b3
  • bump 04195d8
  • Merge branch 'master' into additional-props ceeaf5b
  • tests to show metadata is flowing down to nodeRenderer a24e4dc
  • add metadata to INode and shallow copy when flattening tree ef5f922
  • Merge pull request #116 from kpustakhod/documentation 7c402c6
  • Sidebars update c16333c
  • Update examples-DataTypes.mdx be25872
  • Adding missed mdx. 3a6af6c
  • Merge pull request #115 from dgreene1/update_v2.5.5 7b5de2f
  • update to v2.5.5 aaddd0f

v2.5.5...v2.6.0

v2.5.6

26 May 19:39
Compare
Choose a tag to compare

v2.5.5...v2.5.6

V2.5.5

26 May 16:12
67d880b
Compare
Choose a tag to compare
  • Merge pull request #112 from dgreene1/v2.5.4-bump b0d186a
  • Updates website package.json 829d096
  • Fix error thrown during propagation run after data mutates. #113

v2.5.4

22 May 12:28
Compare
Choose a tag to compare
  • Merge pull request #111 from kpustakhod/single-select 877a8da

v2.5.3...v2.5.4

v2.5.3

19 May 15:45
Compare
Choose a tag to compare
  • Merge Fix issue both parent and only child should be selected when propagation and singleSelect #109 from kpustakhod/single-select

v2.5.2...v2.5.3

v2.5.2

18 May 16:36
Compare
Choose a tag to compare
  • Fix selectedIds property is ignored after the initial render pull request #105 from kpustakhod/controlled-async 4c21fc3

v2.5.1...v2.5.2

v2.5.1

12 May 12:05
Compare
Choose a tag to compare
  • Types cleanup #104 from kpustakhod/types-cleanup bc6237a

v2.5.0...v2.5.1

v2.5.0

09 May 13:33
Compare
Choose a tag to compare
  • Add onNodeSelect callback that triggers on manual node interaction #102 from kpustakhod/node-select 9791bfa

v2.4.0...v2.5.0

v2.4.0

27 Apr 13:13
Compare
Choose a tag to compare
  • Merge pull request #99 from kpustakhod/data-type 7906f0d
  • Get array structure back for data 1f13d61
  • Add children duplicated validation 04da5fd
  • Correct documentation 4f144bc
  • Remove testing stuff 3de1528
  • Add TreeViewData validator, move types and reducer in separate files, fix review notes. 19a1071
  • Add type identifier into node keys, add tests for controlled selection and expand for cases when tree uses customer ids. 9edc71b
  • Updates messages 07530be
  • Remove console 257eab2
  • Remove node array type support d2efa86
  • Remove comments 06a80b3
  • Minor tweaks 6484dba
  • Decrease breaking changes for flattenTree helper f565461
  • Add tests aa252d4
  • Support strings and numbers as id type fb8daca
  • Extend type of data to utilize arrays and maps e110488
  • Enhance tree data to be Map not array 6147952
  • Merge pull request #96 from dgreene1/bump-version-v2.3.5 9ace3a9
  • 2.3.5 fc0790e

v2.3.5...v2.4.0