@tracktor/design-system 3.0.10 → 3.0.11
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 +2 -3
- package/dist/main.cjs +8 -8
- package/dist/main.js +232 -232
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
# [Versions](https://github.com/Tracktor/design-system/releases)
|
|
2
2
|
|
|
3
|
-
## v3.0.
|
|
4
|
-
- **[fix]** - `
|
|
5
|
-
- **[fix]** - `FileViewer` thumbnail improvements
|
|
3
|
+
## v3.0.11
|
|
4
|
+
- **[fix]** - `AutcompleteFilter` keep the input value when selecting or removing an option
|