@elementor/editor-controls 0.6.1 → 0.8.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
  # @elementor/editor-controls
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4fbe12c: Update `@elementor/icons` version.
8
+
9
+ ### Patch Changes
10
+
11
+ - 6c4d4a7: refactored CSS class menu and fix it's keyboard navigation
12
+
13
+ ## 0.7.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 51a5ab9: Remove empty prop value in select control.
18
+ - 27f5860: Add background image overlay repeat control
19
+ - e3c4a37: Update the order of background repeater image controls.
20
+ - f1a2ffb: Change gap control prop type.
21
+ - 4d1fd00: Add background overlay popover image tab
22
+ - 1bec508: Added background image overlay size control
23
+ - 99fccc1: Updated icons in background repeater image overlay size control and elementor-icons version
24
+ - 5829b05: fix autocomplete control events handling
25
+ - 554a6ce: Add Background Image Resolution
26
+ - f25fc07: Add background image attachment control
27
+ - 7b499aa: Add Background Position control.
28
+
29
+ ### Patch Changes
30
+
31
+ - d90521a: Remove mixed placeholder in `EqualUnequalControl` input with empty values.
32
+ - a2f5096: support restricting uploaded image type
33
+ - aa5ab2b: Change floating bar location in image media control.
34
+ - cfbd198: Update `@elementor/ui` version
35
+ - Updated dependencies [a2f5096]
36
+ - Updated dependencies [af5fa42]
37
+ - Updated dependencies [f1a2ffb]
38
+ - @elementor/wp-media@0.4.0
39
+ - @elementor/editor-props@0.8.0
40
+
3
41
  ## 0.6.1
4
42
 
5
43
  ### Patch Changes