@elementor/editor-editing-panel 1.27.0 → 1.28.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 CHANGED
@@ -1,5 +1,43 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a53f563: Remove spacing and fix the title of css classes
8
+ - 2125601: Fix editing panel is breaking on styles undo when style is empty
9
+ - a27cc75: Style tab layout section show correct display value
10
+ - fe0ab45: Filter empty values from props when constructing styles inheritance snapshots
11
+
12
+ ### Patch Changes
13
+
14
+ - 93d3e45: Fix css class menu focus-visible inconsistency
15
+ - 42c42ee: Remove side-effects
16
+ - 5fa575c: Fix when switching documents it removes all the previous document styles
17
+ - 03dad77: Rename "defaultValue" to "placeholder" on bound prop context
18
+ - 64574e3: Refactor styles provider as a preparation for header/footer styles not being rendered
19
+ - 14d8b08: Show placeholder in empty class selector.
20
+ - Updated dependencies [f9d5d33]
21
+ - Updated dependencies [bba6b02]
22
+ - Updated dependencies [42c42ee]
23
+ - Updated dependencies [5fa575c]
24
+ - Updated dependencies [03dad77]
25
+ - Updated dependencies [a27cc75]
26
+ - Updated dependencies [6a882a0]
27
+ - Updated dependencies [044815b]
28
+ - Updated dependencies [64574e3]
29
+ - Updated dependencies [fe0ab45]
30
+ - Updated dependencies [fd5251c]
31
+ - @elementor/editor-canvas@0.18.0
32
+ - @elementor/editor-controls@0.25.0
33
+ - @elementor/editor-styles-repository@0.8.4
34
+ - @elementor/editor-panels@0.14.1
35
+ - @elementor/editor@0.18.6
36
+ - @elementor/editor-elements@0.8.1
37
+ - @elementor/editor-ui@0.7.1
38
+ - @elementor/editor-props@0.12.0
39
+ - @elementor/editor-styles@0.6.6
40
+
3
41
  ## 1.27.0
4
42
 
5
43
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -31,4 +31,6 @@ declare const usePanelStatus: () => {
31
31
  isBlocked: boolean;
32
32
  };
33
33
 
34
- export { type PopoverActionProps, injectIntoClassSelectorActions, replaceControl, usePanelActions, usePanelStatus };
34
+ declare function init(): void;
35
+
36
+ export { type PopoverActionProps, init, injectIntoClassSelectorActions, replaceControl, usePanelActions, usePanelStatus };
package/dist/index.d.ts CHANGED
@@ -31,4 +31,6 @@ declare const usePanelStatus: () => {
31
31
  isBlocked: boolean;
32
32
  };
33
33
 
34
- export { type PopoverActionProps, injectIntoClassSelectorActions, replaceControl, usePanelActions, usePanelStatus };
34
+ declare function init(): void;
35
+
36
+ export { type PopoverActionProps, init, injectIntoClassSelectorActions, replaceControl, usePanelActions, usePanelStatus };