@sap-ux/control-property-editor 0.7.23 → 0.7.25
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 +12 -0
- package/dist/app.css +1 -1
- package/dist/app.css.map +3 -3
- package/dist/app.js +43 -43
- package/dist/app.js.map +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -4
- package/src/components/ChangeIndicator.tsx +10 -39
- package/src/icons.tsx +20 -1
- package/src/toolbar/ViewChanger.tsx +1 -1
- package/test/unit/components/ChangeIndicator.test.tsx +16 -93
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.7.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 678a08e: chore: upgrade uuid 11.1.0 → 11.1.1 (GHSA-w5hq-g745-h8pq buffer bounds check fix)
|
|
8
|
+
|
|
9
|
+
## 0.7.24
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c160401: fix: SONAR issues
|
|
14
|
+
|
|
3
15
|
## 0.7.23
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|