@sap-ux/control-property-editor 0.5.15 → 0.5.17
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 +2 -2
- package/dist/app.js +10 -10
- package/dist/app.js.map +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/Workarounds.scss +0 -1
- package/src/panels/properties/Clipboard.tsx +7 -3
- package/src/panels/properties/InputTypeWrapper.tsx +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.5.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e65bb7f: Update popup styling and add more space between labels and icons
|
|
8
|
+
|
|
9
|
+
## 0.5.16
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ed1c915: Clean up copied to clipboard pop up
|
|
14
|
+
|
|
3
15
|
## 0.5.15
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|