@sap-ux/control-property-editor 0.7.0 → 0.7.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.
- package/CHANGELOG.md +12 -0
- package/README.md +4 -3
- package/dist/app.css +1 -1
- package/dist/app.css.map +3 -3
- package/dist/app.js +46 -44
- package/dist/app.js.map +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -5
- package/test/unit/panels/outline/__snapshots__/utils.test.ts.snap +1 -1
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cfe9c13: Add deep link to package and changelog to README.md
|
|
8
|
+
|
|
9
|
+
## 0.7.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fa9580c: chore - Rimraf upgrade
|
|
14
|
+
|
|
3
15
|
## 0.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/control-property-editor/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/control-property-editor)
|
|
2
|
+
|
|
3
|
+
# [Control Property Editor (Webapp)](https://github.com/SAP/open-ux-tools/tree/main/packages/control-property-editor)
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
Control Property Editor is a an webapp for Adaptation Projects.
|
|
@@ -12,5 +14,4 @@ Read [License](./LICENSE).
|
|
|
12
14
|
React App
|
|
13
15
|
Control Property Editor
|
|
14
16
|
Visual Editor
|
|
15
|
-
SAP
|
|
16
|
-
|
|
17
|
+
SAP
|