treege 0.10.3 → 0.10.4
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.
- package/CHANGELOG.md +6 -2
- package/dist/main.js +1515 -1518
- package/dist/main.umd.cjs +35 -35
- package/dist/src/components/DataDisplay/Tree/Tree.d.ts +1 -1
- package/dist/src/features/Treege/components/TreeSelect/useTreeSelect.d.ts +1 -1
- package/dist/src/features/Treege/context/TreegeContext.d.ts +60 -6
- package/package.json +1 -1
- package/dist/.readme.md +0 -1
- package/dist/favicon.svg +0 -12
- package/dist/src/App.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
# [Versions](https://github.com/Tracktor/treege/releases)
|
|
2
2
|
|
|
3
|
-
## v0.10.
|
|
4
|
-
- **[build]** :
|
|
3
|
+
## v0.10.4
|
|
4
|
+
- **[build]** : Exclude unused `public` directory from build
|
|
5
|
+
- **[build]** : Exclude unused `App.tsx` from build
|
|
6
|
+
- **[refactor]** : Improve fetching handler
|
|
7
|
+
- **[refactor]** : Change icon save button
|
|
8
|
+
- **[fix]** : Infinite loading when reset tree white `API` context
|