@elementor/editor-editing-panel 1.4.1 → 1.5.0
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 +19 -0
- package/dist/index.js +487 -470
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +416 -399
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/components/conditional-tooltip-wrapper.tsx +13 -7
- package/src/components/css-class-selector.tsx +1 -3
- package/src/components/style-sections/background-section/background-section.tsx +4 -9
- package/src/components/style-sections/layout-section/layout-section.tsx +12 -0
- package/src/dynamics/dynamic-control.tsx +2 -3
- package/src/hooks/use-computed-style.ts +29 -0
- package/src/components/style-sections/background-section/background-color-field.tsx +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 87c241b: Remove shorthand support for dynamic settings.
|
|
8
|
+
- b8e2a87: Background infra changes
|
|
9
|
+
- c2f112e: Show flex controls to children elements of flex parent
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ca63a26: Changed conditional tooltip inner prop name to fix MUI errors.
|
|
14
|
+
- 4125800: Order classes by priority in the css class selector
|
|
15
|
+
- Updated dependencies [3019657]
|
|
16
|
+
- Updated dependencies [2653cf0]
|
|
17
|
+
- Updated dependencies [862178c]
|
|
18
|
+
- Updated dependencies [ed4260a]
|
|
19
|
+
- @elementor/editor-controls@0.4.0
|
|
20
|
+
- @elementor/editor-styles-repository@0.3.0
|
|
21
|
+
|
|
3
22
|
## 1.4.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|