@elementor/editor-app-bar 0.14.4 → 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 +27 -233
  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,462 +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.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)
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
 
12
+ **Note:** Version bump only for package @elementor/editor-app-bar
11
13
 
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)
12
15
 
16
+ **Note:** Version bump only for package @elementor/editor-app-bar
13
17
 
14
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)
15
19
 
16
-
17
20
  ### Bug Fixes
18
21
 
19
- * remove `editor-app-bar-ui` dependency ([#196](https://github.com/elementor/elementor-packages/issues/196)) ([d00721f](https://github.com/elementor/elementor-packages/commit/d00721ff19c07ac16d8546feccb3e695e33b865c))
20
-
21
-
22
-
23
-
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))
24
23
 
25
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)
26
25
 
27
26
  **Note:** Version bump only for package @elementor/editor-app-bar
28
27
 
29
-
30
-
31
-
32
-
33
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)
34
29
 
35
30
  **Note:** Version bump only for package @elementor/editor-app-bar
36
31
 
37
-
38
-
39
-
40
-
41
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)
42
33
 
43
-
44
34
  ### Features
45
35
 
46
- * 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))
47
-
48
-
49
-
50
-
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))
51
37
 
52
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)
53
39
 
54
-
55
40
  ### Features
56
41
 
57
- * **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))
58
-
59
-
60
-
61
-
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))
62
43
 
63
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)
64
45
 
65
-
66
46
  ### Features
67
47
 
68
- * 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))
69
-
70
-
71
-
72
-
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))
73
49
 
74
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)
75
51
 
76
-
77
52
  ### Features
78
53
 
79
- * **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))
80
-
81
-
82
-
83
-
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))
84
55
 
85
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)
86
57
 
87
58
  **Note:** Version bump only for package @elementor/editor-app-bar
88
59
 
89
-
90
-
91
-
92
-
93
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)
94
61
 
95
62
  **Note:** Version bump only for package @elementor/editor-app-bar
96
63
 
97
-
98
-
99
-
100
-
101
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)
102
65
 
103
66
  **Note:** Version bump only for package @elementor/editor-app-bar
104
67
 
105
-
106
-
107
-
108
-
109
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)
110
69
 
111
70
  **Note:** Version bump only for package @elementor/editor-app-bar
112
71
 
113
-
114
-
115
-
116
-
117
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)
118
73
 
119
74
  **Note:** Version bump only for package @elementor/editor-app-bar
120
75
 
121
-
122
-
123
-
124
-
125
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)
126
77
 
127
78
  **Note:** Version bump only for package @elementor/editor-app-bar
128
79
 
129
-
130
-
131
-
132
-
133
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)
134
81
 
135
82
  **Note:** Version bump only for package @elementor/editor-app-bar
136
83
 
137
-
138
-
139
-
140
-
141
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)
142
85
 
143
86
  **Note:** Version bump only for package @elementor/editor-app-bar
144
87
 
145
-
146
-
147
-
148
-
149
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)
150
89
 
151
90
  **Note:** Version bump only for package @elementor/editor-app-bar
152
91
 
153
-
154
-
155
-
156
-
157
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)
158
93
 
159
-
160
94
  ### Features
161
95
 
162
- * **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))
163
-
164
-
165
-
166
-
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))
167
97
 
168
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)
169
99
 
170
100
  **Note:** Version bump only for package @elementor/editor-app-bar
171
101
 
172
-
173
-
174
-
175
-
176
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)
177
103
 
178
104
  **Note:** Version bump only for package @elementor/editor-app-bar
179
105
 
180
-
181
-
182
-
183
-
184
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)
185
107
 
186
108
  **Note:** Version bump only for package @elementor/editor-app-bar
187
109
 
188
-
189
-
190
-
191
-
192
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)
193
111
 
194
112
  **Note:** Version bump only for package @elementor/editor-app-bar
195
113
 
196
-
197
-
198
-
199
-
200
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)
201
115
 
202
116
  **Note:** Version bump only for package @elementor/editor-app-bar
203
117
 
204
-
205
-
206
-
207
-
208
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)
209
119
 
210
-
211
120
  ### Bug Fixes
212
121
 
213
- * **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))
214
-
215
-
216
-
217
-
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))
218
123
 
219
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)
220
125
 
221
126
  **Note:** Version bump only for package @elementor/editor-app-bar
222
127
 
223
-
224
-
225
-
226
-
227
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)
228
129
 
229
130
  **Note:** Version bump only for package @elementor/editor-app-bar
230
131
 
231
-
232
-
233
-
234
-
235
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)
236
133
 
237
-
238
134
  ### Features
239
135
 
240
- * **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))
241
-
242
-
243
-
244
-
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))
245
137
 
246
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)
247
139
 
248
-
249
140
  ### Bug Fixes
250
141
 
251
- * ui adaptations [ED-11933] ([#107](https://github.com/elementor/elementor-packages/issues/107)) ([18ef329](https://github.com/elementor/elementor-packages/commit/18ef32928cbe921d7f5340c37c3c965b117d8d63))
252
-
142
+ - ui adaptations [ED-11933] ([#107](https://github.com/elementor/elementor-packages/issues/107)) ([18ef329](https://github.com/elementor/elementor-packages/commit/18ef32928cbe921d7f5340c37c3c965b117d8d63))
253
143
 
254
144
  ### Features
255
145
 
256
- * **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))
257
-
258
-
259
-
260
-
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))
261
147
 
262
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)
263
149
 
264
-
265
150
  ### Bug Fixes
266
151
 
267
- * **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))
268
-
269
-
270
-
271
-
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))
272
153
 
273
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)
274
155
 
275
-
276
156
  ### Bug Fixes
277
157
 
278
- * **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))
279
-
280
-
281
-
282
-
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))
283
159
 
284
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)
285
161
 
286
162
  **Note:** Version bump only for package @elementor/editor-app-bar
287
163
 
288
-
289
-
290
-
291
-
292
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)
293
165
 
294
-
295
166
  ### Features
296
167
 
297
- * **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))
298
-
299
-
300
-
301
-
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))
302
169
 
303
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)
304
171
 
305
172
  **Note:** Version bump only for package @elementor/editor-app-bar
306
173
 
307
-
308
-
309
-
310
-
311
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)
312
175
 
313
176
  **Note:** Version bump only for package @elementor/editor-app-bar
314
177
 
315
-
316
-
317
-
318
-
319
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)
320
179
 
321
-
322
180
  ### Bug Fixes
323
181
 
324
- * app-bar primary action min width ([#86](https://github.com/elementor/elementor-packages/issues/86)) ([19db436](https://github.com/elementor/elementor-packages/commit/19db436cbfe313be40a4d0cf378b5b23c1f9cb0f))
325
-
326
-
327
-
328
-
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))
329
183
 
330
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)
331
185
 
332
186
  **Note:** Version bump only for package @elementor/editor-app-bar
333
187
 
334
-
335
-
336
-
337
-
338
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)
339
189
 
340
190
  **Note:** Version bump only for package @elementor/editor-app-bar
341
191
 
342
-
343
-
344
-
345
-
346
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)
347
193
 
348
194
  **Note:** Version bump only for package @elementor/editor-app-bar
349
195
 
350
-
351
-
352
-
353
-
354
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)
355
197
 
356
198
  **Note:** Version bump only for package @elementor/editor-app-bar
357
199
 
358
-
359
-
360
-
361
-
362
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)
363
201
 
364
-
365
202
  ### Bug Fixes
366
203
 
367
- * app bar primary button style ([#60](https://github.com/elementor/elementor-packages/issues/60)) ([873ad7b](https://github.com/elementor/elementor-packages/commit/873ad7b0b89ae8cd7c7c930835967740e8a2a402))
368
-
369
-
370
-
371
-
204
+ - app bar primary button style ([#60](https://github.com/elementor/elementor-packages/issues/60)) ([873ad7b](https://github.com/elementor/elementor-packages/commit/873ad7b0b89ae8cd7c7c930835967740e8a2a402))
372
205
 
373
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)
374
207
 
375
208
  **Note:** Version bump only for package @elementor/editor-app-bar
376
209
 
377
-
378
-
379
-
380
-
381
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)
382
211
 
383
-
384
212
  ### Features
385
213
 
386
- * 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))
387
-
388
-
389
-
390
-
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))
391
215
 
392
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)
393
217
 
394
218
  **Note:** Version bump only for package @elementor/editor-app-bar
395
219
 
396
-
397
-
398
-
399
-
400
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)
401
221
 
402
-
403
222
  ### Features
404
223
 
405
- * 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))
406
-
407
-
408
-
409
-
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))
410
225
 
411
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)
412
227
 
413
228
  **Note:** Version bump only for package @elementor/editor-app-bar
414
229
 
415
-
416
-
417
-
418
-
419
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)
420
231
 
421
-
422
232
  ### Features
423
233
 
424
- * **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))
425
-
426
-
427
-
428
-
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))
429
235
 
430
236
  # 0.3.0 (2023-05-16)
431
237
 
432
-
433
238
  ### Features
434
239
 
435
- * **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))
436
-
437
-
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))
438
241
 
439
242
  ## 0.2.1 (2023-05-11)
440
243
 
441
-
442
244
  ### Bug Fixes
443
245
 
444
- * **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))
445
-
446
-
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))
447
247
 
448
248
  # 0.2.0 (2023-05-09)
449
249
 
450
-
451
250
  ### Features
452
251
 
453
- * **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))
454
-
455
-
456
-
457
-
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))
458
253
 
459
254
  ## [0.2.1](https://github.com/elementor/elementor-packages/compare/v0.2.0...v0.2.1) (2023-05-11)
460
255
 
461
-
462
256
  ### Bug Fixes
463
257
 
464
- * **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))