@elementor/editor-controls 0.28.1 → 0.28.2
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 +11 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @elementor/editor-controls
|
|
2
2
|
|
|
3
|
+
## 0.28.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a1d7b3b: Added configurable layout and top divider for controls in settings
|
|
8
|
+
- Updated dependencies [a1d7b3b]
|
|
9
|
+
- Updated dependencies [3ccc78c]
|
|
10
|
+
- @elementor/editor-elements@0.8.2
|
|
11
|
+
- @elementor/http-client@0.3.0
|
|
12
|
+
- @elementor/editor-current-user@0.3.2
|
|
13
|
+
|
|
3
14
|
## 0.28.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-controls",
|
|
3
3
|
"description": "This package contains the controls model and utils for the Elementor editor",
|
|
4
|
-
"version": "0.28.
|
|
4
|
+
"version": "0.28.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@elementor/editor-current-user": "0.3.
|
|
44
|
-
"@elementor/editor-elements": "0.8.
|
|
43
|
+
"@elementor/editor-current-user": "0.3.2",
|
|
44
|
+
"@elementor/editor-elements": "0.8.2",
|
|
45
45
|
"@elementor/editor-props": "0.12.0",
|
|
46
46
|
"@elementor/editor-ui": "0.8.1",
|
|
47
47
|
"@elementor/env": "0.3.5",
|
|
48
|
-
"@elementor/http-client": "0.
|
|
48
|
+
"@elementor/http-client": "0.3.0",
|
|
49
49
|
"@elementor/icons": "1.40.1",
|
|
50
50
|
"@elementor/query": "0.2.4",
|
|
51
51
|
"@elementor/session": "0.1.0",
|