@sap-ux/control-property-editor 0.5.26 → 0.5.28
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 +99 -99
- package/dist/app.js.map +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/middleware.ts +8 -1
- package/src/panels/quick-actions/NestedQuickAction.tsx +9 -6
- package/src/panels/quick-actions/SimpleQuickAction.tsx +2 -2
- package/test/unit/middleware.test.ts +12 -1
- package/test/unit/panels/quick-actions/QuickActionList.test.tsx +102 -1
- package/test/unit/slice.test.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sap-ux/control-property-editor
|
|
2
2
|
|
|
3
|
+
## 0.5.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ca82698: CPE - Enable Table Filtering Quick Action
|
|
8
|
+
|
|
9
|
+
## 0.5.27
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c39325c: Fix for Config Quick action state not reflecting properties in properties panel
|
|
14
|
+
|
|
3
15
|
## 0.5.26
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|