@elementor/editor-app-bar 0.14.5 → 0.14.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +25 -239
  2. package/dist/index.js +156 -260
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.mjs +223 -286
  5. package/dist/index.mjs.map +1 -1
  6. package/package.json +46 -46
  7. package/src/components/__tests__/app-bar.test.tsx +6 -2
  8. package/src/components/actions/action.tsx +1 -5
  9. package/src/components/actions/actions-group.tsx +7 -7
  10. package/src/components/actions/link.tsx +2 -6
  11. package/src/components/actions/toggle-action.tsx +1 -5
  12. package/src/components/app-bar.tsx +1 -2
  13. package/src/components/locations/__tests__/menus.test.tsx +1 -6
  14. package/src/components/locations/integrations-menu-location.tsx +4 -8
  15. package/src/components/locations/main-menu-location.tsx +14 -21
  16. package/src/components/locations/page-indication-location.tsx +1 -3
  17. package/src/components/locations/primary-action-location.tsx +1 -3
  18. package/src/components/locations/responsive-location.tsx +1 -3
  19. package/src/components/locations/tools-menu-location.tsx +6 -2
  20. package/src/components/locations/utilities-menu-location.tsx +9 -9
  21. package/src/components/ui/popover-menu-item.tsx +12 -9
  22. package/src/components/ui/popover-menu.tsx +1 -1
  23. package/src/components/ui/popover-sub-menu.tsx +1 -4
  24. package/src/components/ui/toolbar-logo.tsx +2 -2
  25. package/src/components/ui/toolbar-menu-item.tsx +12 -10
  26. package/src/components/ui/toolbar-menu-more.tsx +2 -2
  27. package/src/components/ui/toolbar-menu-toggle-item.tsx +2 -2
  28. package/src/contexts/menu-context.tsx +4 -8
  29. package/src/extensions/documents-indicator/components/__tests__/settings-button.test.tsx +9 -4
  30. package/src/extensions/documents-indicator/components/settings-button.tsx +27 -25
  31. package/src/extensions/documents-preview/hooks/use-action-props.ts +6 -9
  32. package/src/extensions/documents-save/components/__tests__/primary-action.test.tsx +4 -1
  33. package/src/extensions/documents-save/components/primary-action-menu.tsx +7 -7
  34. package/src/extensions/documents-save/components/primary-action.tsx +12 -13
  35. package/src/extensions/documents-save/hooks/__tests__/use-document-save-draft-props.test.ts +4 -1
  36. package/src/extensions/documents-save/hooks/use-document-copy-and-share-props.ts +6 -5
  37. package/src/extensions/documents-save/hooks/use-document-save-draft-props.ts +4 -1
  38. package/src/extensions/documents-save/hooks/use-document-view-page-props.ts +5 -3
  39. package/src/extensions/elements/hooks/__tests__/use-action-props.test.ts +4 -1
  40. package/src/extensions/elements/hooks/use-action-props.ts +10 -10
  41. package/src/extensions/elements/sync/__tests__/sync-panel-title.test.ts +18 -14
  42. package/src/extensions/elements/sync/sync-panel-title.ts +18 -19
  43. package/src/extensions/finder/hooks/__tests__/use-action-props.test.ts +4 -1
  44. package/src/extensions/finder/hooks/use-action-props.ts +10 -10
  45. package/src/extensions/help/index.ts +6 -9
  46. package/src/extensions/history/hooks/__tests__/use-action-props.test.ts +4 -1
  47. package/src/extensions/history/hooks/use-action-props.ts +10 -10
  48. package/src/extensions/keyboard-shortcuts/hooks/use-action-props.ts +6 -9
  49. package/src/extensions/site-settings/components/__tests__/portalled-primary-action.test.tsx +9 -4
  50. package/src/extensions/site-settings/components/__tests__/primary-action.test.tsx +11 -6
  51. package/src/extensions/site-settings/components/portal.tsx +9 -9
  52. package/src/extensions/site-settings/components/primary-action.tsx +14 -13
  53. package/src/extensions/site-settings/hooks/__tests__/use-action-props.test.ts +4 -1
  54. package/src/extensions/site-settings/hooks/use-action-props.ts +10 -10
  55. package/src/extensions/structure/hooks/__tests__/use-action-props.test.ts +4 -1
  56. package/src/extensions/structure/hooks/use-action-props.ts +10 -10
  57. package/src/extensions/theme-builder/hooks/use-action-props.ts +6 -9
  58. package/src/extensions/user-preferences/hooks/__tests__/use-action-props.test.ts +4 -1
  59. package/src/extensions/user-preferences/hooks/use-action-props.ts +10 -10
  60. package/src/extensions/wordpress/index.ts +6 -9
  61. package/src/index.ts +1 -5
  62. package/src/locations/__tests__/menus.test.tsx +5 -6
  63. package/src/locations/index.ts +5 -14
  64. package/src/locations/menus.tsx +60 -75
  65. package/src/sync/__tests__/redirect-old-menus.test.ts +14 -10
  66. package/src/sync/redirect-old-menus.ts +5 -1
  67. package/src/types.ts +11 -11
package/CHANGELOG.md CHANGED
@@ -3,470 +3,256 @@
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.14.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.4...@elementor/editor-app-bar@0.14.5) (2024-07-16)
6
+ ## [0.14.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.5...@elementor/editor-app-bar@0.14.6) (2024-07-16)
7
7
 
8
8
  **Note:** Version bump only for package @elementor/editor-app-bar
9
9
 
10
+ ## [0.14.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.4...@elementor/editor-app-bar@0.14.5) (2024-07-16)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @elementor/editor-app-bar
13
13
 
14
14
  ## [0.14.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.3...@elementor/editor-app-bar@0.14.4) (2024-07-08)
15
15
 
16
16
  **Note:** Version bump only for package @elementor/editor-app-bar
17
17
 
18
-
19
-
20
-
21
-
22
18
  ## [0.14.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.2...@elementor/editor-app-bar@0.14.3) (2024-07-03)
23
19
 
24
-
25
20
  ### Bug Fixes
26
21
 
27
- * remove `editor-app-bar-ui` dependency ([#196](https://github.com/elementor/elementor-packages/issues/196)) ([d00721f](https://github.com/elementor/elementor-packages/commit/d00721ff19c07ac16d8546feccb3e695e33b865c))
28
-
29
-
30
-
31
-
22
+ - remove `editor-app-bar-ui` dependency ([#196](https://github.com/elementor/elementor-packages/issues/196)) ([d00721f](https://github.com/elementor/elementor-packages/commit/d00721ff19c07ac16d8546feccb3e695e33b865c))
32
23
 
33
24
  ## [0.14.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.1...@elementor/editor-app-bar@0.14.2) (2024-07-03)
34
25
 
35
26
  **Note:** Version bump only for package @elementor/editor-app-bar
36
27
 
37
-
38
-
39
-
40
-
41
28
  ## [0.14.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.14.0...@elementor/editor-app-bar@0.14.1) (2024-07-02)
42
29
 
43
30
  **Note:** Version bump only for package @elementor/editor-app-bar
44
31
 
45
-
46
-
47
-
48
-
49
32
  # [0.14.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.13.0...@elementor/editor-app-bar@0.14.0) (2024-06-04)
50
33
 
51
-
52
34
  ### Features
53
35
 
54
- * 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))
55
-
56
-
57
-
58
-
36
+ - 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))
59
37
 
60
38
  # [0.13.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.12.0...@elementor/editor-app-bar@0.13.0) (2024-06-02)
61
39
 
62
-
63
40
  ### Features
64
41
 
65
- * **editor-app-bar:** adjust the UI of the "View Page" link in the "Top Bar" [ED-14942] ([#183](https://github.com/elementor/elementor-packages/issues/183)) ([60d576a](https://github.com/elementor/elementor-packages/commit/60d576ad9f5afbf56984e363f2f9973c84e1f798))
66
-
67
-
68
-
69
-
42
+ - **editor-app-bar:** adjust the UI of the "View Page" link in the "Top Bar" [ED-14942] ([#183](https://github.com/elementor/elementor-packages/issues/183)) ([60d576a](https://github.com/elementor/elementor-packages/commit/60d576ad9f5afbf56984e363f2f9973c84e1f798))
70
43
 
71
44
  # [0.12.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.11.0...@elementor/editor-app-bar@0.12.0) (2024-05-09)
72
45
 
73
-
74
46
  ### Features
75
47
 
76
- * conversions - add logic to top bar for links page ([#181](https://github.com/elementor/elementor-packages/issues/181)) ([19b3d82](https://github.com/elementor/elementor-packages/commit/19b3d82b3795917e8d0aaaf40da36309ec83da97))
77
-
78
-
79
-
80
-
48
+ - conversions - add logic to top bar for links page ([#181](https://github.com/elementor/elementor-packages/issues/181)) ([19b3d82](https://github.com/elementor/elementor-packages/commit/19b3d82b3795917e8d0aaaf40da36309ec83da97))
81
49
 
82
50
  # [0.11.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.9...@elementor/editor-app-bar@0.11.0) (2024-05-08)
83
51
 
84
-
85
52
  ### Features
86
53
 
87
- * **editor-app-bar:** new view page button [ED-14270] ([#180](https://github.com/elementor/elementor-packages/issues/180)) ([692925c](https://github.com/elementor/elementor-packages/commit/692925ce7110742453655fcdaa27b3b40c10f242))
88
-
89
-
90
-
91
-
54
+ - **editor-app-bar:** new view page button [ED-14270] ([#180](https://github.com/elementor/elementor-packages/issues/180)) ([692925c](https://github.com/elementor/elementor-packages/commit/692925ce7110742453655fcdaa27b3b40c10f242))
92
55
 
93
56
  ## [0.10.9](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.8...@elementor/editor-app-bar@0.10.9) (2024-05-07)
94
57
 
95
58
  **Note:** Version bump only for package @elementor/editor-app-bar
96
59
 
97
-
98
-
99
-
100
-
101
60
  ## [0.10.8](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.7...@elementor/editor-app-bar@0.10.8) (2024-04-16)
102
61
 
103
62
  **Note:** Version bump only for package @elementor/editor-app-bar
104
63
 
105
-
106
-
107
-
108
-
109
64
  ## [0.10.7](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.6...@elementor/editor-app-bar@0.10.7) (2024-04-16)
110
65
 
111
66
  **Note:** Version bump only for package @elementor/editor-app-bar
112
67
 
113
-
114
-
115
-
116
-
117
68
  ## [0.10.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.5...@elementor/editor-app-bar@0.10.6) (2024-04-04)
118
69
 
119
70
  **Note:** Version bump only for package @elementor/editor-app-bar
120
71
 
121
-
122
-
123
-
124
-
125
72
  ## [0.10.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.4...@elementor/editor-app-bar@0.10.5) (2024-03-24)
126
73
 
127
74
  **Note:** Version bump only for package @elementor/editor-app-bar
128
75
 
129
-
130
-
131
-
132
-
133
76
  ## [0.10.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.3...@elementor/editor-app-bar@0.10.4) (2024-03-05)
134
77
 
135
78
  **Note:** Version bump only for package @elementor/editor-app-bar
136
79
 
137
-
138
-
139
-
140
-
141
80
  ## [0.10.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.2...@elementor/editor-app-bar@0.10.3) (2024-02-28)
142
81
 
143
82
  **Note:** Version bump only for package @elementor/editor-app-bar
144
83
 
145
-
146
-
147
-
148
-
149
84
  ## [0.10.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.1...@elementor/editor-app-bar@0.10.2) (2024-02-22)
150
85
 
151
86
  **Note:** Version bump only for package @elementor/editor-app-bar
152
87
 
153
-
154
-
155
-
156
-
157
88
  ## [0.10.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.10.0...@elementor/editor-app-bar@0.10.1) (2024-02-15)
158
89
 
159
90
  **Note:** Version bump only for package @elementor/editor-app-bar
160
91
 
161
-
162
-
163
-
164
-
165
92
  # [0.10.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.8...@elementor/editor-app-bar@0.10.0) (2024-02-15)
166
93
 
167
-
168
94
  ### Features
169
95
 
170
- * **editor-app-bar-ui:** move the app-bar infra to a new package [ED-13690] ([#161](https://github.com/elementor/elementor-packages/issues/161)) ([bef961e](https://github.com/elementor/elementor-packages/commit/bef961e581ff5f0c603e816525d6a241eb647abe))
171
-
172
-
173
-
174
-
96
+ - **editor-app-bar-ui:** move the app-bar infra to a new package [ED-13690] ([#161](https://github.com/elementor/elementor-packages/issues/161)) ([bef961e](https://github.com/elementor/elementor-packages/commit/bef961e581ff5f0c603e816525d6a241eb647abe))
175
97
 
176
98
  ## [0.9.8](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.7...@elementor/editor-app-bar@0.9.8) (2024-01-29)
177
99
 
178
100
  **Note:** Version bump only for package @elementor/editor-app-bar
179
101
 
180
-
181
-
182
-
183
-
184
102
  ## [0.9.7](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.6...@elementor/editor-app-bar@0.9.7) (2023-11-07)
185
103
 
186
104
  **Note:** Version bump only for package @elementor/editor-app-bar
187
105
 
188
-
189
-
190
-
191
-
192
106
  ## [0.9.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.5...@elementor/editor-app-bar@0.9.6) (2023-11-02)
193
107
 
194
108
  **Note:** Version bump only for package @elementor/editor-app-bar
195
109
 
196
-
197
-
198
-
199
-
200
110
  ## [0.9.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.4...@elementor/editor-app-bar@0.9.5) (2023-10-19)
201
111
 
202
112
  **Note:** Version bump only for package @elementor/editor-app-bar
203
113
 
204
-
205
-
206
-
207
-
208
114
  ## [0.9.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.3...@elementor/editor-app-bar@0.9.4) (2023-10-19)
209
115
 
210
116
  **Note:** Version bump only for package @elementor/editor-app-bar
211
117
 
212
-
213
-
214
-
215
-
216
118
  ## [0.9.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.2...@elementor/editor-app-bar@0.9.3) (2023-09-27)
217
119
 
218
-
219
120
  ### Bug Fixes
220
121
 
221
- * **editor-app-bar:** sub-menu ui adaptation [ED-12334] ([#128](https://github.com/elementor/elementor-packages/issues/128)) ([e285900](https://github.com/elementor/elementor-packages/commit/e2859000b744066510bf9e8c5f758e4ddcfa12f8))
222
-
223
-
224
-
225
-
122
+ - **editor-app-bar:** sub-menu ui adaptation [ED-12334] ([#128](https://github.com/elementor/elementor-packages/issues/128)) ([e285900](https://github.com/elementor/elementor-packages/commit/e2859000b744066510bf9e8c5f758e4ddcfa12f8))
226
123
 
227
124
  ## [0.9.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.1...@elementor/editor-app-bar@0.9.2) (2023-09-26)
228
125
 
229
126
  **Note:** Version bump only for package @elementor/editor-app-bar
230
127
 
231
-
232
-
233
-
234
-
235
128
  ## [0.9.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.9.0...@elementor/editor-app-bar@0.9.1) (2023-09-26)
236
129
 
237
130
  **Note:** Version bump only for package @elementor/editor-app-bar
238
131
 
239
-
240
-
241
-
242
-
243
132
  # [0.9.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.8.0...@elementor/editor-app-bar@0.9.0) (2023-09-14)
244
133
 
245
-
246
134
  ### Features
247
135
 
248
- * **v1-adapters:** mark private functions [ED-12029] ([#122](https://github.com/elementor/elementor-packages/issues/122)) ([2e79ccc](https://github.com/elementor/elementor-packages/commit/2e79ccc87add5f0508b5a142f9f6d832b4657062))
249
-
250
-
251
-
252
-
136
+ - **v1-adapters:** mark private functions [ED-12029] ([#122](https://github.com/elementor/elementor-packages/issues/122)) ([2e79ccc](https://github.com/elementor/elementor-packages/commit/2e79ccc87add5f0508b5a142f9f6d832b4657062))
253
137
 
254
138
  # [0.8.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.7.3...@elementor/editor-app-bar@0.8.0) (2023-09-11)
255
139
 
256
-
257
140
  ### Bug Fixes
258
141
 
259
- * ui adaptations [ED-11933] ([#107](https://github.com/elementor/elementor-packages/issues/107)) ([18ef329](https://github.com/elementor/elementor-packages/commit/18ef32928cbe921d7f5340c37c3c965b117d8d63))
260
-
142
+ - ui adaptations [ED-11933] ([#107](https://github.com/elementor/elementor-packages/issues/107)) ([18ef329](https://github.com/elementor/elementor-packages/commit/18ef32928cbe921d7f5340c37c3c965b117d8d63))
261
143
 
262
144
  ### Features
263
145
 
264
- * **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))
265
-
266
-
267
-
268
-
146
+ - **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))
269
147
 
270
148
  ## [0.7.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.7.2...@elementor/editor-app-bar@0.7.3) (2023-08-22)
271
149
 
272
-
273
150
  ### Bug Fixes
274
151
 
275
- * **editor-documents:** disable document save on preview mode [ED-11667] ([#105](https://github.com/elementor/elementor-packages/issues/105)) ([e903233](https://github.com/elementor/elementor-packages/commit/e90323367289508e941ef4acc41bc08a3d0fd559))
276
-
277
-
278
-
279
-
152
+ - **editor-documents:** disable document save on preview mode [ED-11667] ([#105](https://github.com/elementor/elementor-packages/issues/105)) ([e903233](https://github.com/elementor/elementor-packages/commit/e90323367289508e941ef4acc41bc08a3d0fd559))
280
153
 
281
154
  ## [0.7.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.7.1...@elementor/editor-app-bar@0.7.2) (2023-08-20)
282
155
 
283
-
284
156
  ### Bug Fixes
285
157
 
286
- * **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))
287
-
288
-
289
-
290
-
158
+ - **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))
291
159
 
292
160
  ## [0.7.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.7.0...@elementor/editor-app-bar@0.7.1) (2023-08-02)
293
161
 
294
162
  **Note:** Version bump only for package @elementor/editor-app-bar
295
163
 
296
-
297
-
298
-
299
-
300
164
  # [0.7.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.9...@elementor/editor-app-bar@0.7.0) (2023-08-01)
301
165
 
302
-
303
166
  ### Features
304
167
 
305
- * **app-bar:** introduce integrations menu [ED-11437] ([#93](https://github.com/elementor/elementor-packages/issues/93)) ([507f367](https://github.com/elementor/elementor-packages/commit/507f367ea54e80ed29c22b64fe93f15353327c21))
306
-
307
-
308
-
309
-
168
+ - **app-bar:** introduce integrations menu [ED-11437] ([#93](https://github.com/elementor/elementor-packages/issues/93)) ([507f367](https://github.com/elementor/elementor-packages/commit/507f367ea54e80ed29c22b64fe93f15353327c21))
310
169
 
311
170
  ## [0.6.9](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.8...@elementor/editor-app-bar@0.6.9) (2023-07-17)
312
171
 
313
172
  **Note:** Version bump only for package @elementor/editor-app-bar
314
173
 
315
-
316
-
317
-
318
-
319
174
  ## [0.6.8](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.7...@elementor/editor-app-bar@0.6.8) (2023-07-17)
320
175
 
321
176
  **Note:** Version bump only for package @elementor/editor-app-bar
322
177
 
323
-
324
-
325
-
326
-
327
178
  ## [0.6.7](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.6...@elementor/editor-app-bar@0.6.7) (2023-07-16)
328
179
 
329
-
330
180
  ### Bug Fixes
331
181
 
332
- * app-bar primary action min width ([#86](https://github.com/elementor/elementor-packages/issues/86)) ([19db436](https://github.com/elementor/elementor-packages/commit/19db436cbfe313be40a4d0cf378b5b23c1f9cb0f))
333
-
334
-
335
-
336
-
182
+ - app-bar primary action min width ([#86](https://github.com/elementor/elementor-packages/issues/86)) ([19db436](https://github.com/elementor/elementor-packages/commit/19db436cbfe313be40a4d0cf378b5b23c1f9cb0f))
337
183
 
338
184
  ## [0.6.6](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.5...@elementor/editor-app-bar@0.6.6) (2023-06-29)
339
185
 
340
186
  **Note:** Version bump only for package @elementor/editor-app-bar
341
187
 
342
-
343
-
344
-
345
-
346
188
  ## [0.6.5](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.4...@elementor/editor-app-bar@0.6.5) (2023-06-28)
347
189
 
348
190
  **Note:** Version bump only for package @elementor/editor-app-bar
349
191
 
350
-
351
-
352
-
353
-
354
192
  ## [0.6.4](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.3...@elementor/editor-app-bar@0.6.4) (2023-06-26)
355
193
 
356
194
  **Note:** Version bump only for package @elementor/editor-app-bar
357
195
 
358
-
359
-
360
-
361
-
362
196
  ## [0.6.3](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.2...@elementor/editor-app-bar@0.6.3) (2023-06-25)
363
197
 
364
198
  **Note:** Version bump only for package @elementor/editor-app-bar
365
199
 
366
-
367
-
368
-
369
-
370
200
  ## [0.6.2](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.1...@elementor/editor-app-bar@0.6.2) (2023-06-25)
371
201
 
372
-
373
202
  ### Bug Fixes
374
203
 
375
- * app bar primary button style ([#60](https://github.com/elementor/elementor-packages/issues/60)) ([873ad7b](https://github.com/elementor/elementor-packages/commit/873ad7b0b89ae8cd7c7c930835967740e8a2a402))
376
-
377
-
378
-
379
-
204
+ - app bar primary button style ([#60](https://github.com/elementor/elementor-packages/issues/60)) ([873ad7b](https://github.com/elementor/elementor-packages/commit/873ad7b0b89ae8cd7c7c930835967740e8a2a402))
380
205
 
381
206
  ## [0.6.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.6.0...@elementor/editor-app-bar@0.6.1) (2023-06-11)
382
207
 
383
208
  **Note:** Version bump only for package @elementor/editor-app-bar
384
209
 
385
-
386
-
387
-
388
-
389
210
  # [0.6.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.5.1...@elementor/editor-app-bar@0.6.0) (2023-06-06)
390
211
 
391
-
392
212
  ### Features
393
213
 
394
- * 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))
395
-
396
-
397
-
398
-
214
+ - 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))
399
215
 
400
216
  ## [0.5.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.5.0...@elementor/editor-app-bar@0.5.1) (2023-06-05)
401
217
 
402
218
  **Note:** Version bump only for package @elementor/editor-app-bar
403
219
 
404
-
405
-
406
-
407
-
408
220
  # [0.5.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.4.1...@elementor/editor-app-bar@0.5.0) (2023-06-01)
409
221
 
410
-
411
222
  ### Features
412
223
 
413
- * 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))
414
-
415
-
416
-
417
-
224
+ - 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))
418
225
 
419
226
  ## [0.4.1](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.4.0...@elementor/editor-app-bar@0.4.1) (2023-05-30)
420
227
 
421
228
  **Note:** Version bump only for package @elementor/editor-app-bar
422
229
 
423
-
424
-
425
-
426
-
427
230
  # [0.4.0](https://github.com/elementor/elementor-packages/compare/@elementor/editor-app-bar@0.3.0...@elementor/editor-app-bar@0.4.0) (2023-05-21)
428
231
 
429
-
430
232
  ### Features
431
233
 
432
- * **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))
433
-
434
-
435
-
436
-
234
+ - **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))
437
235
 
438
236
  # 0.3.0 (2023-05-16)
439
237
 
440
-
441
238
  ### Features
442
239
 
443
- * **editor-app-bar:** change exit to wordpress link functionality [ED-10275] ([#37](https://github.com/elementor/elementor-packages/issues/37)) ([e0f5b6e](https://github.com/elementor/elementor-packages/commit/e0f5b6e3a50473f8a6d9c9e00474baedeb1b3664))
444
-
445
-
240
+ - **editor-app-bar:** change exit to wordpress link functionality [ED-10275] ([#37](https://github.com/elementor/elementor-packages/issues/37)) ([e0f5b6e](https://github.com/elementor/elementor-packages/commit/e0f5b6e3a50473f8a6d9c9e00474baedeb1b3664))
446
241
 
447
242
  ## 0.2.1 (2023-05-11)
448
243
 
449
-
450
244
  ### Bug Fixes
451
245
 
452
- * **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))
453
-
454
-
246
+ - **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))
455
247
 
456
248
  # 0.2.0 (2023-05-09)
457
249
 
458
-
459
250
  ### Features
460
251
 
461
- * **env:** support consuming environment variables in packages [ED-10161] ([#26](https://github.com/elementor/elementor-packages/issues/26)) ([dd811ff](https://github.com/elementor/elementor-packages/commit/dd811ff71e43bf998ee07c6e1f380a379874a7fd))
462
-
463
-
464
-
465
-
252
+ - **env:** support consuming environment variables in packages [ED-10161] ([#26](https://github.com/elementor/elementor-packages/issues/26)) ([dd811ff](https://github.com/elementor/elementor-packages/commit/dd811ff71e43bf998ee07c6e1f380a379874a7fd))
466
253
 
467
254
  ## [0.2.1](https://github.com/elementor/elementor-packages/compare/v0.2.0...v0.2.1) (2023-05-11)
468
255
 
469
-
470
256
  ### Bug Fixes
471
257
 
472
- * **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))
258
+ - **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))