@elementor/editor-site-navigation 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,35 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # 0.3.0 (2023-05-16)
7
+
8
+
9
+
10
+ ## 0.2.1 (2023-05-11)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **editor-app-bar:** make save options button disabled in site-settings [ED-10221] ([#30](https://github.com/elementor/elementor-packages/issues/30)) ([1991096](https://github.com/elementor/elementor-packages/commit/1991096115efeae7bc3648e4889899b85d7328d6))
16
+
17
+
18
+
19
+ # 0.2.0 (2023-05-09)
20
+
21
+
22
+ ### Features
23
+
24
+ * **site-navigation:** support extendable iconsMap [ED-10328] ([#31](https://github.com/elementor/elementor-packages/issues/31)) ([c2a3940](https://github.com/elementor/elementor-packages/commit/c2a39408042aae523bf94eed63b1c8b21097e3df))
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.2.1](https://github.com/elementor/elementor-packages/compare/v0.2.0...v0.2.1) (2023-05-11)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **editor-app-bar:** make save options button disabled in site-settings [ED-10221] ([#30](https://github.com/elementor/elementor-packages/issues/30)) ([1991096](https://github.com/elementor/elementor-packages/commit/1991096115efeae7bc3648e4889899b85d7328d6))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-site-navigation",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -32,10 +32,10 @@
32
32
  "dev": "tsup src/index.ts --format esm --clean"
33
33
  },
34
34
  "dependencies": {
35
- "@elementor/editor-app-bar": "^0.2.0",
36
- "@elementor/editor-documents": "^0.2.0",
37
- "@elementor/icons": "^0.2.0",
38
- "@elementor/ui": "^1.4.47",
35
+ "@elementor/editor-app-bar": "^0.3.0",
36
+ "@elementor/editor-documents": "^0.3.0",
37
+ "@elementor/icons": "^0.2.1",
38
+ "@elementor/ui": "^1.4.50",
39
39
  "@wordpress/api-fetch": "^6.27.0",
40
40
  "@wordpress/i18n": "^4.31.0",
41
41
  "@wordpress/url": "^3.31.0"
@@ -46,5 +46,5 @@
46
46
  "elementor": {
47
47
  "type": "extension"
48
48
  },
49
- "gitHead": "f93a1ed5350b151f17d65b21b0b43398774dccc5"
49
+ "gitHead": "ccd6099031737d52202ba98812e21d16fac4bef2"
50
50
  }