@elementor/editor-editing-panel 1.17.0 → 1.18.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,75 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c5d5e79: Add styles inheritance context for style tab
8
+ - 0ed25f2: Reorder font categories in font family control
9
+ - 6379dba: Allow renaming css class selector only on double click.
10
+ - d0d5d6e: fix the cut-off area caused by the overflow
11
+ - 5c469a4: Add no dynamic tags state view
12
+ - d8bc786: consistent dimension controls
13
+ - 4c2935b: Added support to atomic elements for command "document/elements/reset-style"
14
+ - f03fcf0: Add icon next to atomic widget heading
15
+ - 8231e7c: Added logic to block adding anchor/link to elements nested in or containing an already an anchored element
16
+ - 353031f: Refactored text decoration field with additional options and updated toggle control for non-exclusive selection.
17
+
18
+ ### Patch Changes
19
+
20
+ - 7ff3371: update margin/padding location in the panel
21
+ - a789dfa: Change the class selector max tags limit.
22
+ - dcfcd9f: Move editor-current-user package to libs, added user capabilities usage in svg control
23
+ - c63e5db: Fix class menu: highlight selected state
24
+ - 6a5dd01: Fix text truncation at class autocomplete dropdown
25
+ - 19f5dfe: Children elements are not loaded from the right state
26
+ - 51432b9: The editor loader disappears before the styles finish rendering
27
+ - 03a6feb: class chip UX-UI enhancement
28
+ - Updated dependencies [1e2dfa0]
29
+ - Updated dependencies [1ead543]
30
+ - Updated dependencies [0ed25f2]
31
+ - Updated dependencies [dcfcd9f]
32
+ - Updated dependencies [e798985]
33
+ - Updated dependencies [91aa1eb]
34
+ - Updated dependencies [16453f0]
35
+ - Updated dependencies [d8bc786]
36
+ - Updated dependencies [6f36e05]
37
+ - Updated dependencies [4c2935b]
38
+ - Updated dependencies [7cf5003]
39
+ - Updated dependencies [3e9ffb0]
40
+ - Updated dependencies [8231e7c]
41
+ - Updated dependencies [19f5dfe]
42
+ - Updated dependencies [c002cba]
43
+ - Updated dependencies [353031f]
44
+ - Updated dependencies [51432b9]
45
+ - Updated dependencies [070b92c]
46
+ - Updated dependencies [1748439]
47
+ - Updated dependencies [0909b4b]
48
+ - Updated dependencies [c3a0125]
49
+ - @elementor/editor-current-user@0.3.0
50
+ - @elementor/editor-ui@0.4.2
51
+ - @elementor/editor-controls@0.17.0
52
+ - @elementor/editor-v1-adapters@0.11.0
53
+ - @elementor/editor-props@0.11.0
54
+ - @elementor/editor-elements@0.6.3
55
+ - @elementor/editor@0.18.3
56
+ - @elementor/editor-panels@0.13.0
57
+ - @elementor/editor-styles-repository@0.7.6
58
+ - @elementor/editor-responsive@0.13.3
59
+ - @elementor/editor-styles@0.6.3
60
+
61
+ ## 1.17.1
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [7d37fc1]
66
+ - Updated dependencies [788208d]
67
+ - @elementor/editor-controls@0.16.0
68
+ - @elementor/editor-props@0.10.0
69
+ - @elementor/editor-styles-repository@0.7.5
70
+ - @elementor/editor-elements@0.6.2
71
+ - @elementor/editor-styles@0.6.2
72
+
3
73
  ## 1.17.0
4
74
 
5
75
  ### Minor Changes