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