treeselectjs 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -0
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Dmitry Zhuravkov
3
+ Copyright (c) 2022 Dzmitry Zhuraukou
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  A multi-select js component with nested options.
4
4
 
5
+ - React wrapper - https://www.npmjs.com/package/react-treeselectjs
5
6
  - Full key support (ArrowUp, ArrowDown, Space, ArrowLeft, ArrowRight, Enter)
6
7
  - Screen sensitive direction
7
8
  - Typescript support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "treeselectjs",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Treeselect JS",
5
5
  "main": "./dist/treeselectjs.umd.js",
6
6
  "module": "./dist/treeselectjs.mjs",