@elementor/editor-site-navigation 0.22.5 → 0.22.6
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 +36 -330
- package/dist/index.js +147 -156
- package/dist/index.mjs +168 -175
- package/package.json +49 -49
- package/src/api/post.ts +18 -18
- package/src/api/recent-posts.ts +1 -1
- package/src/api/settings.ts +4 -4
- package/src/api/user.ts +4 -4
- package/src/components/panel/actions-menu/action-menu-item.tsx +7 -10
- package/src/components/panel/actions-menu/actions/__tests__/set-home.test.tsx +12 -9
- package/src/components/panel/actions-menu/actions/delete.tsx +27 -25
- package/src/components/panel/actions-menu/actions/duplicate.tsx +5 -7
- package/src/components/panel/actions-menu/actions/rename.tsx +11 -13
- package/src/components/panel/actions-menu/actions/set-home.tsx +6 -8
- package/src/components/panel/actions-menu/actions/view.tsx +3 -5
- package/src/components/panel/error-snackbar.tsx +4 -3
- package/src/components/panel/panel.ts +1 -5
- package/src/components/panel/posts-list/__tests__/posts-collapsible-list.test.tsx +66 -19
- package/src/components/panel/posts-list/collapsible-list.tsx +38 -29
- package/src/components/panel/posts-list/error-state.tsx +35 -27
- package/src/components/panel/posts-list/list-items/edit-mode-template.tsx +18 -40
- package/src/components/panel/posts-list/list-items/list-item-create.tsx +5 -1
- package/src/components/panel/posts-list/list-items/list-item-duplicate.tsx +5 -1
- package/src/components/panel/posts-list/list-items/list-item-rename.tsx +3 -5
- package/src/components/panel/posts-list/list-items/list-item-view.tsx +20 -19
- package/src/components/panel/posts-list/posts-collapsible-list.tsx +22 -24
- package/src/components/shared/page-title-and-status.tsx +4 -2
- package/src/components/top-bar/__tests__/add-new-page.test.tsx +33 -16
- package/src/components/top-bar/__tests__/recently-edited.test.tsx +157 -120
- package/src/components/top-bar/chip-doc-type.tsx +1 -3
- package/src/components/top-bar/create-post-list-item.tsx +1 -1
- package/src/components/top-bar/indicator.tsx +17 -15
- package/src/components/top-bar/post-list-item.tsx +2 -6
- package/src/components/top-bar/recently-edited.tsx +13 -19
- package/src/contexts/post-list-context.tsx +40 -34
- package/src/env.ts +2 -2
- package/src/hooks/__tests__/use-posts.test.ts +19 -3
- package/src/hooks/use-create-page.ts +2 -2
- package/src/hooks/use-homepage.ts +1 -1
- package/src/hooks/use-posts.ts +1 -1
- package/src/hooks/use-toggle-button-props.ts +1 -5
- package/src/hooks/use-user.ts +1 -1
- package/src/icons-map.ts +1 -1
- package/src/types.ts +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,639 +3,345 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [0.22.
|
|
6
|
+
## [0.22.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.22.5...@elementor/editor-site-navigation@0.22.6) (2024-07-16)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
9
9
|
|
|
10
|
+
## [0.22.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.22.4...@elementor/editor-site-navigation@0.22.5) (2024-07-16)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
13
13
|
|
|
14
14
|
## [0.22.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.22.3...@elementor/editor-site-navigation@0.22.4) (2024-07-08)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
18
|
## [0.22.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.22.2...@elementor/editor-site-navigation@0.22.3) (2024-07-03)
|
|
23
19
|
|
|
24
20
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
25
21
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
22
|
## [0.22.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.22.1...@elementor/editor-site-navigation@0.22.2) (2024-07-03)
|
|
31
23
|
|
|
32
24
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
33
25
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
26
|
## [0.22.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.22.0...@elementor/editor-site-navigation@0.22.1) (2024-07-02)
|
|
39
27
|
|
|
40
28
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
41
29
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
30
|
# [0.22.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.13...@elementor/editor-site-navigation@0.22.0) (2024-06-04)
|
|
47
31
|
|
|
48
|
-
|
|
49
32
|
### Features
|
|
50
33
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
34
|
+
- internal create a top bar data events collection working with mixpanel [ED-14684] ([#184](https://github.com/elementor/elementor-packages/issues/184)) ([9d25189](https://github.com/elementor/elementor-packages/commit/9d25189173a65d535347f9b2f32d377bcffb6c52))
|
|
56
35
|
|
|
57
36
|
## [0.21.13](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.12...@elementor/editor-site-navigation@0.21.13) (2024-06-02)
|
|
58
37
|
|
|
59
38
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
60
39
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
40
|
## [0.21.12](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.11...@elementor/editor-site-navigation@0.21.12) (2024-05-09)
|
|
66
41
|
|
|
67
42
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
68
43
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
44
|
## [0.21.11](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.10...@elementor/editor-site-navigation@0.21.11) (2024-05-08)
|
|
74
45
|
|
|
75
46
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
76
47
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
48
|
## [0.21.10](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.9...@elementor/editor-site-navigation@0.21.10) (2024-05-07)
|
|
82
49
|
|
|
83
50
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
84
51
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
52
|
## [0.21.9](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.8...@elementor/editor-site-navigation@0.21.9) (2024-04-16)
|
|
90
53
|
|
|
91
54
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
92
55
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
56
|
## [0.21.8](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.7...@elementor/editor-site-navigation@0.21.8) (2024-04-16)
|
|
98
57
|
|
|
99
58
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
100
59
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
60
|
## [0.21.7](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.6...@elementor/editor-site-navigation@0.21.7) (2024-04-04)
|
|
106
61
|
|
|
107
62
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
108
63
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
64
|
## [0.21.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.5...@elementor/editor-site-navigation@0.21.6) (2024-03-24)
|
|
114
65
|
|
|
115
66
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
116
67
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
68
|
## [0.21.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.4...@elementor/editor-site-navigation@0.21.5) (2024-03-05)
|
|
122
69
|
|
|
123
70
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
124
71
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
72
|
## [0.21.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.3...@elementor/editor-site-navigation@0.21.4) (2024-02-28)
|
|
130
73
|
|
|
131
74
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
132
75
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
76
|
## [0.21.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.2...@elementor/editor-site-navigation@0.21.3) (2024-02-22)
|
|
138
77
|
|
|
139
78
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
140
79
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
80
|
## [0.21.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.1...@elementor/editor-site-navigation@0.21.2) (2024-02-15)
|
|
146
81
|
|
|
147
82
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
148
83
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
84
|
## [0.21.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.21.0...@elementor/editor-site-navigation@0.21.1) (2024-02-15)
|
|
154
85
|
|
|
155
86
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
156
87
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
88
|
# [0.21.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.20.0...@elementor/editor-site-navigation@0.21.0) (2024-01-29)
|
|
162
89
|
|
|
163
|
-
|
|
164
90
|
### Features
|
|
165
91
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
92
|
+
- **editor-site-navigation:** pagination for pages panel ([#154](https://github.com/elementor/elementor-packages/issues/154)) ([1a1e1f4](https://github.com/elementor/elementor-packages/commit/1a1e1f46006988d10e0a7af292dbbc57644ed16f))
|
|
171
93
|
|
|
172
94
|
# [0.20.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.11...@elementor/editor-site-navigation@0.20.0) (2024-01-07)
|
|
173
95
|
|
|
174
|
-
|
|
175
96
|
### Features
|
|
176
97
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
98
|
+
- **editor-site-navigation:** add permission based UI disabling [ED-13216] ([#152](https://github.com/elementor/elementor-packages/issues/152)) ([45f3e99](https://github.com/elementor/elementor-packages/commit/45f3e9955149045487ce21db9006c703e7777006))
|
|
182
99
|
|
|
183
100
|
## [0.19.11](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.10...@elementor/editor-site-navigation@0.19.11) (2024-01-04)
|
|
184
101
|
|
|
185
|
-
|
|
186
102
|
### Bug Fixes
|
|
187
103
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
104
|
+
- **editor-site-navigation:** fix state between title on pages panel and recent pages [ED-13273] ([#151](https://github.com/elementor/elementor-packages/issues/151)) ([dd9aeff](https://github.com/elementor/elementor-packages/commit/dd9aeff9adebef5322c43c12f7f7bd48269a7885))
|
|
193
105
|
|
|
194
106
|
## [0.19.10](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.9...@elementor/editor-site-navigation@0.19.10) (2024-01-02)
|
|
195
107
|
|
|
196
|
-
|
|
197
108
|
### Bug Fixes
|
|
198
109
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
110
|
+
- **editor-site-navigation:** add error state and fix UI [ED-13182] ([#150](https://github.com/elementor/elementor-packages/issues/150)) ([177c709](https://github.com/elementor/elementor-packages/commit/177c7090c8198c29077d77b9c4f10b80ee1ca9b9))
|
|
111
|
+
- **editor-site-navigation:** invalidate recent posts after update in pages panel [ED-12823] ([#147](https://github.com/elementor/elementor-packages/issues/147)) ([79b0f16](https://github.com/elementor/elementor-packages/commit/79b0f16c12301df24431c117e122b9d0ecbc7785))
|
|
205
112
|
|
|
206
113
|
## [0.19.9](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.8...@elementor/editor-site-navigation@0.19.9) (2023-11-19)
|
|
207
114
|
|
|
208
|
-
|
|
209
115
|
### Bug Fixes
|
|
210
116
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
117
|
+
- **editor-site-navigation:** wrong state handling in edit mode [ED-12814] ([#146](https://github.com/elementor/elementor-packages/issues/146)) ([5bee3ee](https://github.com/elementor/elementor-packages/commit/5bee3eed17d8f6589c5cddd87ace012dcc9549ce))
|
|
216
118
|
|
|
217
119
|
## [0.19.8](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.7...@elementor/editor-site-navigation@0.19.8) (2023-11-07)
|
|
218
120
|
|
|
219
121
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
220
122
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
123
|
## [0.19.7](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.6...@elementor/editor-site-navigation@0.19.7) (2023-11-02)
|
|
226
124
|
|
|
227
125
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
228
126
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
127
|
## [0.19.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.5...@elementor/editor-site-navigation@0.19.6) (2023-10-19)
|
|
234
128
|
|
|
235
129
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
236
130
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
131
|
## [0.19.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.4...@elementor/editor-site-navigation@0.19.5) (2023-10-19)
|
|
242
132
|
|
|
243
133
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
244
134
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
135
|
## [0.19.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.3...@elementor/editor-site-navigation@0.19.4) (2023-09-27)
|
|
250
136
|
|
|
251
137
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
252
138
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
139
|
## [0.19.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.2...@elementor/editor-site-navigation@0.19.3) (2023-09-26)
|
|
258
140
|
|
|
259
141
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
260
142
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
143
|
## [0.19.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.1...@elementor/editor-site-navigation@0.19.2) (2023-09-26)
|
|
266
144
|
|
|
267
145
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
268
146
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
147
|
## [0.19.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.19.0...@elementor/editor-site-navigation@0.19.1) (2023-09-14)
|
|
274
148
|
|
|
275
149
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
276
150
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
151
|
# [0.19.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.18.4...@elementor/editor-site-navigation@0.19.0) (2023-09-11)
|
|
282
152
|
|
|
283
|
-
|
|
284
153
|
### Bug Fixes
|
|
285
154
|
|
|
286
|
-
|
|
287
|
-
|
|
155
|
+
- ui adaptations [ED-11933] ([#107](https://github.com/elementor/elementor-packages/issues/107)) ([18ef329](https://github.com/elementor/elementor-packages/commit/18ef32928cbe921d7f5340c37c3c965b117d8d63))
|
|
288
156
|
|
|
289
157
|
### Features
|
|
290
158
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
159
|
+
- **editor-documents:** mark experimental functions [ED-12066] ([#112](https://github.com/elementor/elementor-packages/issues/112)) ([f4b7a9a](https://github.com/elementor/elementor-packages/commit/f4b7a9ac7953a2b48062349495acff05b5640de3))
|
|
160
|
+
- **editor-panels:** mark experimental functions [ED-12067] ([#113](https://github.com/elementor/elementor-packages/issues/113)) ([152ef9f](https://github.com/elementor/elementor-packages/commit/152ef9f6980cd27571537db1738c69de63e2d4bb))
|
|
297
161
|
|
|
298
162
|
## [0.18.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.18.3...@elementor/editor-site-navigation@0.18.4) (2023-08-22)
|
|
299
163
|
|
|
300
164
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
301
165
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
166
|
## [0.18.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.18.2...@elementor/editor-site-navigation@0.18.3) (2023-08-20)
|
|
307
167
|
|
|
308
|
-
|
|
309
168
|
### Bug Fixes
|
|
310
169
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
170
|
+
- **editor-site-navigation:** noWrap for the post title [ED-11626] ([#102](https://github.com/elementor/elementor-packages/issues/102)) ([d4e1a54](https://github.com/elementor/elementor-packages/commit/d4e1a547cb9ff91c42eb7efe4ce8cfadb54a2922))
|
|
316
171
|
|
|
317
172
|
## [0.18.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.18.1...@elementor/editor-site-navigation@0.18.2) (2023-08-16)
|
|
318
173
|
|
|
319
174
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
320
175
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
176
|
## [0.18.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.18.0...@elementor/editor-site-navigation@0.18.1) (2023-08-02)
|
|
326
177
|
|
|
327
178
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
328
179
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
180
|
# [0.18.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.17.1...@elementor/editor-site-navigation@0.18.0) (2023-08-02)
|
|
334
181
|
|
|
335
|
-
|
|
336
182
|
### Features
|
|
337
183
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
184
|
+
- **site-navigation:** pages panel UI changes [ED-11348] ([#98](https://github.com/elementor/elementor-packages/issues/98)) ([d07930c](https://github.com/elementor/elementor-packages/commit/d07930c1c70c90ea59152648bfc5fe405a1f50e3))
|
|
343
185
|
|
|
344
186
|
## [0.17.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.17.0...@elementor/editor-site-navigation@0.17.1) (2023-08-01)
|
|
345
187
|
|
|
346
188
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
347
189
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
190
|
# [0.17.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.16.0...@elementor/editor-site-navigation@0.17.0) (2023-07-30)
|
|
353
191
|
|
|
354
|
-
|
|
355
192
|
### Features
|
|
356
193
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
194
|
+
- **site-navigation:** add set as homepage action to pages panel [ED-10865] ([#97](https://github.com/elementor/elementor-packages/issues/97)) ([e947107](https://github.com/elementor/elementor-packages/commit/e947107f29ae43cc1569820a1f6acd6d60fda38e))
|
|
362
195
|
|
|
363
196
|
# [0.16.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.15.0...@elementor/editor-site-navigation@0.16.0) (2023-07-30)
|
|
364
197
|
|
|
365
|
-
|
|
366
198
|
### Features
|
|
367
199
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
200
|
+
- **site-navigation:** add delete action to pages panel [ED-10868] ([#94](https://github.com/elementor/elementor-packages/issues/94)) ([96447ff](https://github.com/elementor/elementor-packages/commit/96447ff3dede4681b10d904ee1ad9e82ef677392))
|
|
373
201
|
|
|
374
202
|
# [0.15.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.14.0...@elementor/editor-site-navigation@0.15.0) (2023-07-30)
|
|
375
203
|
|
|
376
|
-
|
|
377
204
|
### Features
|
|
378
205
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
206
|
+
- **site-navigation:** add duplicate action to pages panel - fix [ED-10867] ([#96](https://github.com/elementor/elementor-packages/issues/96)) ([a1ece1b](https://github.com/elementor/elementor-packages/commit/a1ece1bf08657e8bc905cad59e3f9f65064b2f9a))
|
|
384
207
|
|
|
385
208
|
# [0.14.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.13.0...@elementor/editor-site-navigation@0.14.0) (2023-07-27)
|
|
386
209
|
|
|
387
|
-
|
|
388
210
|
### Features
|
|
389
211
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
212
|
+
- **site-navigation:** add duplicate action to pages panel [ED-10867] ([#95](https://github.com/elementor/elementor-packages/issues/95)) ([2fd8b3c](https://github.com/elementor/elementor-packages/commit/2fd8b3cc88feb525adc4dfebe75ea14189876075))
|
|
395
213
|
|
|
396
214
|
# [0.13.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.12.0...@elementor/editor-site-navigation@0.13.0) (2023-07-26)
|
|
397
215
|
|
|
398
|
-
|
|
399
216
|
### Features
|
|
400
217
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
218
|
+
- added view page action to pages panel [ED-10869] ([#66](https://github.com/elementor/elementor-packages/issues/66)) ([dfefd2f](https://github.com/elementor/elementor-packages/commit/dfefd2f90435c8ecf45c897c4329bd9c5a262a6c))
|
|
406
219
|
|
|
407
220
|
# [0.12.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.11.0...@elementor/editor-site-navigation@0.12.0) (2023-07-24)
|
|
408
221
|
|
|
409
|
-
|
|
410
222
|
### Features
|
|
411
223
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
224
|
+
- **site-navigation:** add post list item context and actions [ED-10866] ([#90](https://github.com/elementor/elementor-packages/issues/90)) ([5b2e8bd](https://github.com/elementor/elementor-packages/commit/5b2e8bda195da5dd13215589e97c7a4fa636100b))
|
|
417
225
|
|
|
418
226
|
# [0.11.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.10.3...@elementor/editor-site-navigation@0.11.0) (2023-07-24)
|
|
419
227
|
|
|
420
|
-
|
|
421
228
|
### Features
|
|
422
229
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
230
|
+
- **pages-panel:** change env key name in pages panel [ED-11514] ([#92](https://github.com/elementor/elementor-packages/issues/92)) ([52bf226](https://github.com/elementor/elementor-packages/commit/52bf22632bea544b69c0d58c4383c33b8d1c4aa8))
|
|
428
231
|
|
|
429
232
|
## [0.10.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.10.2...@elementor/editor-site-navigation@0.10.3) (2023-07-17)
|
|
430
233
|
|
|
431
234
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
432
235
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
236
|
## [0.10.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.10.1...@elementor/editor-site-navigation@0.10.2) (2023-07-17)
|
|
438
237
|
|
|
439
238
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
440
239
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
240
|
## [0.10.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.10.0...@elementor/editor-site-navigation@0.10.1) (2023-07-16)
|
|
446
241
|
|
|
447
242
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
448
243
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
244
|
# [0.10.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.9.2...@elementor/editor-site-navigation@0.10.0) (2023-07-02)
|
|
454
245
|
|
|
455
|
-
|
|
456
246
|
### Features
|
|
457
247
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
248
|
+
- **site-navigation:** add data fetching with react query [ED-10872] ([#68](https://github.com/elementor/elementor-packages/issues/68)) ([b6ae743](https://github.com/elementor/elementor-packages/commit/b6ae7437b7f162b21898d52164d0b04769d52bb9))
|
|
463
249
|
|
|
464
250
|
## [0.9.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.9.1...@elementor/editor-site-navigation@0.9.2) (2023-06-29)
|
|
465
251
|
|
|
466
252
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
467
253
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
254
|
## [0.9.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.9.0...@elementor/editor-site-navigation@0.9.1) (2023-06-28)
|
|
473
255
|
|
|
474
256
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
475
257
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
258
|
# [0.9.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.8.1...@elementor/editor-site-navigation@0.9.0) (2023-06-26)
|
|
481
259
|
|
|
482
|
-
|
|
483
260
|
### Features
|
|
484
261
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
262
|
+
- added panel infrastructure to pages panel [ED-10863] ([#65](https://github.com/elementor/elementor-packages/issues/65)) ([e743522](https://github.com/elementor/elementor-packages/commit/e743522558b9e7cdf40e2c2dcf71e4049c815992))
|
|
490
263
|
|
|
491
264
|
## [0.8.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.8.0...@elementor/editor-site-navigation@0.8.1) (2023-06-25)
|
|
492
265
|
|
|
493
|
-
|
|
494
266
|
### Bug Fixes
|
|
495
267
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
268
|
+
- comment out pages panel [ED-10871] ([#64](https://github.com/elementor/elementor-packages/issues/64)) ([3a8b890](https://github.com/elementor/elementor-packages/commit/3a8b890d8f21ac816d3c0b961b37372bcb91caff))
|
|
501
269
|
|
|
502
270
|
# [0.8.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.7.0...@elementor/editor-site-navigation@0.8.0) (2023-06-25)
|
|
503
271
|
|
|
504
|
-
|
|
505
272
|
### Features
|
|
506
273
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
274
|
+
- **site-navigation:** pages navigation panel UI [ED-10871] ([#51](https://github.com/elementor/elementor-packages/issues/51)) ([594427c](https://github.com/elementor/elementor-packages/commit/594427c3c296fe664577319bba29bf711f6bbdde))
|
|
512
275
|
|
|
513
276
|
# [0.7.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.6.2...@elementor/editor-site-navigation@0.7.0) (2023-06-25)
|
|
514
277
|
|
|
515
|
-
|
|
516
278
|
### Features
|
|
517
279
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
280
|
+
- **api:** add PostsData class for managing post data and API interactions [ED-11021] ([#57](https://github.com/elementor/elementor-packages/issues/57)) ([a7b93ac](https://github.com/elementor/elementor-packages/commit/a7b93acfc00076f9452cf86f04670412c42b5773))
|
|
523
281
|
|
|
524
282
|
## [0.6.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.6.1...@elementor/editor-site-navigation@0.6.2) (2023-06-13)
|
|
525
283
|
|
|
526
284
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
527
285
|
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
286
|
## [0.6.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.6.0...@elementor/editor-site-navigation@0.6.1) (2023-06-11)
|
|
533
287
|
|
|
534
288
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
535
289
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
290
|
# [0.6.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.5.2...@elementor/editor-site-navigation@0.6.0) (2023-06-06)
|
|
541
291
|
|
|
542
|
-
|
|
543
292
|
### Features
|
|
544
293
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
294
|
+
- drop support for React 17 [ED-10982] ([#50](https://github.com/elementor/elementor-packages/issues/50)) ([59c576c](https://github.com/elementor/elementor-packages/commit/59c576ca218947dc0992616311d4d399a20e91a6))
|
|
550
295
|
|
|
551
296
|
## [0.5.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.5.1...@elementor/editor-site-navigation@0.5.2) (2023-06-05)
|
|
552
297
|
|
|
553
298
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
554
299
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
300
|
## [0.5.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.5.0...@elementor/editor-site-navigation@0.5.1) (2023-06-05)
|
|
560
301
|
|
|
561
|
-
|
|
562
302
|
### Bug Fixes
|
|
563
303
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
304
|
+
- **site-navigation:** chip margin removed from library ([#49](https://github.com/elementor/elementor-packages/issues/49)) ([fdcbc85](https://github.com/elementor/elementor-packages/commit/fdcbc856495c005a2f66b0b267abecf0d65522a2))
|
|
569
305
|
|
|
570
306
|
# [0.5.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.4.2...@elementor/editor-site-navigation@0.5.0) (2023-06-01)
|
|
571
307
|
|
|
572
|
-
|
|
573
308
|
### Features
|
|
574
309
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
310
|
+
- add support for React 18 [ED-10905] ([#46](https://github.com/elementor/elementor-packages/issues/46)) ([c8915c6](https://github.com/elementor/elementor-packages/commit/c8915c6ea62550bcdeb5c8a576f311bedc35bcad))
|
|
580
311
|
|
|
581
312
|
## [0.4.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.4.1...@elementor/editor-site-navigation@0.4.2) (2023-05-30)
|
|
582
313
|
|
|
583
314
|
**Note:** Version bump only for package @elementor/editor-site-navigation
|
|
584
315
|
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
316
|
## [0.4.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.4.0...@elementor/editor-site-navigation@0.4.1) (2023-05-23)
|
|
590
317
|
|
|
591
|
-
|
|
592
318
|
### Bug Fixes
|
|
593
319
|
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
320
|
+
- **site-navigation:** render special chars [ED-10809] ([#42](https://github.com/elementor/elementor-packages/issues/42)) ([a276cf3](https://github.com/elementor/elementor-packages/commit/a276cf36e4f428da3b109f0bcd4e83ca3501e793))
|
|
599
321
|
|
|
600
322
|
# [0.4.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-site-navigation@0.3.0...@elementor/editor-site-navigation@0.4.0) (2023-05-21)
|
|
601
323
|
|
|
602
|
-
|
|
603
324
|
### Features
|
|
604
325
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
326
|
+
- **editor-site-navigation:** change post without refresh [ED-10713] ([#39](https://github.com/elementor/elementor-packages/issues/39)) ([b72e82f](https://github.com/elementor/elementor-packages/commit/b72e82f9adb9c1237300cbf603f33f268f9f0400))
|
|
327
|
+
- **locations:** change api to support props for slots [ED-10730] ([#38](https://github.com/elementor/elementor-packages/issues/38)) ([44bec3c](https://github.com/elementor/elementor-packages/commit/44bec3cda1020037ba7105c6f05ce4baa8e3b376))
|
|
611
328
|
|
|
612
329
|
# 0.3.0 (2023-05-16)
|
|
613
330
|
|
|
614
|
-
|
|
615
|
-
|
|
616
331
|
## 0.2.1 (2023-05-11)
|
|
617
332
|
|
|
618
|
-
|
|
619
333
|
### Bug Fixes
|
|
620
334
|
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
335
|
+
- **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))
|
|
624
336
|
|
|
625
337
|
# 0.2.0 (2023-05-09)
|
|
626
338
|
|
|
627
|
-
|
|
628
339
|
### Features
|
|
629
340
|
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
341
|
+
- **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))
|
|
635
342
|
|
|
636
343
|
## [0.2.1](https://github.com/elementor/elementor-packages/compare/v0.2.0...v0.2.1) (2023-05-11)
|
|
637
344
|
|
|
638
|
-
|
|
639
345
|
### Bug Fixes
|
|
640
346
|
|
|
641
|
-
|
|
347
|
+
- **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))
|