@elementor/editor-app-bar 0.24.1 → 0.26.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 +31 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.26.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
|
+
- Updated dependencies [6c4d4a7]
|
|
13
|
+
- Updated dependencies [a8b60c9]
|
|
14
|
+
- @elementor/editor@0.17.5
|
|
15
|
+
- @elementor/editor-v1-adapters@0.9.1
|
|
16
|
+
- @elementor/editor-documents@0.11.17
|
|
17
|
+
- @elementor/editor-responsive@0.12.6
|
|
18
|
+
|
|
19
|
+
## 0.25.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- 99fccc1: Updated icons in background repeater image overlay size control and elementor-icons version
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- cfbd198: Update `@elementor/ui` version
|
|
28
|
+
- Updated dependencies [cfbd198]
|
|
29
|
+
- Updated dependencies [92a8c22]
|
|
30
|
+
- @elementor/editor@0.17.4
|
|
31
|
+
- @elementor/menus@0.1.3
|
|
32
|
+
- @elementor/editor-documents@0.11.16
|
|
33
|
+
|
|
3
34
|
## 0.24.1
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-app-bar",
|
|
3
3
|
"description": "App Bar extension for @elementor/editor",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.26.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@elementor/editor": "0.17.
|
|
44
|
-
"@elementor/editor-documents": "0.11.
|
|
45
|
-
"@elementor/editor-responsive": "0.12.
|
|
46
|
-
"@elementor/editor-v1-adapters": "0.9.
|
|
47
|
-
"@elementor/icons": "
|
|
43
|
+
"@elementor/editor": "0.17.5",
|
|
44
|
+
"@elementor/editor-documents": "0.11.17",
|
|
45
|
+
"@elementor/editor-responsive": "0.12.6",
|
|
46
|
+
"@elementor/editor-v1-adapters": "0.9.1",
|
|
47
|
+
"@elementor/icons": "1.26.0",
|
|
48
48
|
"@elementor/locations": "0.7.6",
|
|
49
|
-
"@elementor/menus": "0.1.
|
|
50
|
-
"@elementor/ui": "
|
|
49
|
+
"@elementor/menus": "0.1.3",
|
|
50
|
+
"@elementor/ui": "1.24.1",
|
|
51
51
|
"@wordpress/i18n": "^5.13.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|