Skip to content

Releases: iannbing/react-simple-tree-menu

Added cacheSearch

04 Aug 19:55
2d9990a
Compare
Choose a tag to compare

#177 Added cacheSearch. The default value is true, so the search results will be cached to enhance user experience. Set it to false if data is dynamic and your user always want to search on the latest data.

v1.1.17

17 Jun 22:27
2306bed
Compare
Choose a tag to compare

test releasee

17 Jun 22:05
Compare
Choose a tag to compare
test releasee Pre-release
Pre-release
v1.1.17-rc.2

add bump version command

Bug fix: unable to build in nextjs projects

17 Jun 20:53
760f690
Compare
Choose a tag to compare
Merge pull request #168 from iannbing/security-updates

v1.1.16

Add css class per level

26 Jan 21:46
23f8061
Compare
Choose a tag to compare

#149 Add css class per level

Include `cjs`

15 Jan 21:21
0ccff8d
Compare
Choose a tag to compare

To support server-side-rendering, ship with cjs.

v1.1.13

04 Jan 00:04
40a8f71
Compare
Choose a tag to compare

v1.1.12

22 Dec 15:30
b372a5c
Compare
Choose a tag to compare
  • add activeKey and focusKey to resetOpenNodes function
  • provide esm bundle instead of umd bundle

v1.1.10-rc.2

22 Dec 14:27
e8b4c98
Compare
Choose a tag to compare
v1.1.10-rc.2 Pre-release
Pre-release
  • Add activeKey and focusKey to resetOpenNodes function
  • provide bundle esm instead of umd

1.1.4

27 Jun 14:09
77450e4
Compare
Choose a tag to compare
  • provide a reset function to reset openNodes and searchTerm #78
  • export defaultChildren and ItemComponent for user to extend
  • extract the inline styling to scss, allowing users to do custom styling without including the default ones #81