@elementor/editor-styles 0.5.6 → 0.6.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 +20 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @elementor/editor-styles
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bcf4254: VQA text fixes
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [c654f89]
|
|
12
|
+
- @elementor/editor-props@0.9.3
|
|
13
|
+
- @elementor/editor-responsive@0.13.1
|
|
14
|
+
|
|
15
|
+
## 0.5.7
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [728ffb5]
|
|
20
|
+
- @elementor/editor-props@0.9.2
|
|
21
|
+
|
|
3
22
|
## 0.5.6
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -66,7 +85,7 @@
|
|
|
66
85
|
|
|
67
86
|
### Minor Changes
|
|
68
87
|
|
|
69
|
-
- b18d1a6: Added
|
|
88
|
+
- b18d1a6: Added Pseudo classess to css class selectors
|
|
70
89
|
|
|
71
90
|
### Patch Changes
|
|
72
91
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-styles",
|
|
3
3
|
"description": "This package contains the styles model for the Elementor editor",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.6.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@elementor/editor-props": "0.9.
|
|
44
|
-
"@elementor/editor-responsive": "0.13.
|
|
43
|
+
"@elementor/editor-props": "0.9.3",
|
|
44
|
+
"@elementor/editor-responsive": "0.13.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"tsup": "^8.3.5"
|