@sap-ux/control-property-editor 0.7.25 → 0.8.1
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 +18 -0
- package/dist/app.css +1 -1
- package/dist/app.css.map +3 -3
- package/dist/app.js +38 -38
- package/dist/app.js.map +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/eslint.config.js +0 -2
- package/package.json +4 -4
- package/src/panels/changes/ChangesPanel.module.scss +2 -1
- package/src/panels/changes/ChangesPanel.tsx +7 -6
- package/src/panels/info-center/InfoCenter.scss +2 -1
- package/src/panels/outline/OutlinePanel.scss +2 -1
- package/src/panels/properties/Properties.scss +2 -1
- package/src/panels/properties/PropertiesList.tsx +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 676cbe6: Add margins to panel horizontal borders to distinguish them from splitter borders
|
|
8
|
+
|
|
9
|
+
## 0.8.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 72695e5: chore: drop Node 20 support as it is no longer maintained
|
|
14
|
+
|
|
15
|
+
## 0.7.26
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 50a8ba5: chore: fresh release after workflow updates
|
|
20
|
+
|
|
3
21
|
## 0.7.25
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|