-
Notifications
You must be signed in to change notification settings - Fork 58
/
RELEASE-NOTES.txt
580 lines (482 loc) · 27.5 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
Unreleased
---
1.65.0
------
* [**] Search block - Text and background color support [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4127]
* [*] [Embed Block] Fix loading glitch with resolver resolution approach [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4146]
* [*] Fixed an issue where the Help screens may not respect an iOS device's notch. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4110]
* [**] Inserter: Block inserter indicates newly available block types [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4047]
* [*] Add support for the Mark HTML tag [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4162]
1.64.1
------
* [**] Fix updating the block list after block removal [https://github.com/WordPress/gutenberg/pull/35721]
* [**] Cover block: Change dimRatio to 50 if media added and dimRatio is set to 100 [https://github.com/WordPress/gutenberg/pull/35792]
1.64.0
------
* [*] [Unsupported Block Editor] Fix text selection bug for Android [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3937]
* [*] Embed block: Fix inline preview cut-off when editing URL [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4072]
* [**] Embed block: Include Jetpack embed variants [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4008]
* [*] Embed block: Fix URL not editable after dismissing the edit URL bottom sheet with empty value [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4094]
* [**] Embed block: Detect when an embeddable URL is pasted into an empty paragraph. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4048]
* [**] Pullquote block - Added support for text and background color customization [https://github.com/WordPress/gutenberg/pull/34451]
* [**] Preformatted block - Added support for text and background color customization [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4071]
1.63.1
------
* [*] Fixed missing modal backdrop for Android help section [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4106]
* [*] Fixed erroneous overflow within editor Help screens. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4105]
1.63.0
------
* [**] Embed block: Add the top 5 specific embed blocks to the Block inserter list. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3995]
* [*] Embed block: Fix URL update when edited after setting a bad URL of a provider. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4002]
* [**] Users can now contact support from inside the block editor screen. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3975]
1.62.2
------
* Same as 1.62.1 but with a gutenberg changelog.
1.62.1
------
* [**] Image block: fix height and border regression. [https://github.com/WordPress/gutenberg/pull/34957]
* [**] Column block: fix width float attribute cut off. [https://github.com/WordPress/gutenberg/pull/35061]
1.62.0
------
* [**] Enable WordPress embed preview [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3853]
* [**] Embed block: Add error bottom sheet with retry and convert to link actions. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3921]
* [**] Embed block: Implemented the No Preview UI when an embed is successful, but we're unable to show an inline preview [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3927]
* [**] Fix Android-only issue of main toolbar initial position being wrong when RTL [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3923]
* [*] Embed block: Add device's locale to preview content [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3788]
* [*] Embed block: Fix content disappearing on Android when switching light/dark mode [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3859]
* [*] Column block: Translate column width's control labels [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3952]
* [**] Enable embed preview for Instagram and Vimeo providers. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3918]
1.61.2
------
* [*] Image block - Fix height and border regression. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3992]
1.61.1
------
* [*] Fix crash related to reusable blocks in the block picker. [https://github.com/WordPress/gutenberg/pull/34873]
1.61.0
------
* [***] Inserter: Add Inserter Block Search [https://github.com/WordPress/gutenberg/pull/33237]
* [**] Enable embed preview for a list of providers (for now only YouTube and Twitter) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3900]
1.60.1
------
* [*] RNmobile: Fix the cancel button on Block Variation Picker / Columns Block. [https://github.com/wordpress-mobile/gutenberg/pull/34249]
* [*] Column block: Fix Android close button alignment. [https://github.com/WordPress/gutenberg/pull/34332]
* [*] Layout Grid block: Fix Android close button alignment. [https://github.com/Automattic/block-experiments/pull/239]
1.60.0
------
* [**] Embed block: Add "Resize for smaller devices" setting. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3753]
1.59.2
------
* [*] Inserter: Prevent non-deterministic order of inserter items [https://github.com/WordPress/gutenberg/pull/34078]
* [*] Fix missing block title of core/latest-posts block [https://github.com/WordPress/gutenberg/pull/34116]
1.59.1
------
* [*] Global styles - Add color to the block styles filter list [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3822]
* [*] Rich text - toTree - Add check in replacements before accessing its type [https://github.com/WordPress/gutenberg/pull/34020]
1.59.0
------
* [*] [Android] Fix UBE's inaccessible "more" toolbar item. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3771]
* [*] Image block: Add a "featured" banner and ability to set or remove an image as featured. (iOS only) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3449]
1.58.3
------
* [*] Fix crash when pasting OBJECT REPLACEMENT CHARACTER special character (Rich text - toTree - Add check in replacements before accessing its type) [https://github.com/WordPress/gutenberg/pull/34020]
1.58.2
------
* [*] Fix issue with text input in alt text settings [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3784]
1.58.1
------
* [*] Global styles: Check for undefined values and merge user colors [https://github.com/WordPress/gutenberg/pull/33707]
* [*] [Embed block] Disable paragraph transform [https://github.com/WordPress/gutenberg/pull/33745]
1.58.0
------
* [***] New Block: Embed block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3727]
1.57.1
------
* [*] Fix slider and stepper text inputs in dark mode [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3724]
* [*] Fix button block border-radius saving the value + unit [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3723]
1.57.0
------
* [*] Update loading and failed screens for web version of the editor [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3573]
* [*] Handle floating keyboard case - Fix issue with the block selector on iPad. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3687]
1.56.0
------
* [*] Tablet view fixes for inserter button. https://github.com/wordpress-mobile/gutenberg-mobile/pull/3602
* [**] Fixed an issue where pressing enter inside a text-based block was not creating a new block when using Gboard [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3590]
* [*] Tweaks to the badge component's styling, including change of background color and reduced padding. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3642]
* [***] New block: Layout grid. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3513]
1.55.2
------
* [**] Fix incorrect block insertion point after blurring the post title field. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3640]
1.55.1
------
* [*] Fix: RNMobile borderRadius value setting. [https://github.com/WordPress/gutenberg/pull/32717]
* [*] Improve unsupported block message for reusable block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3621]
1.55.0
------
* [*] Image block: "Set as featured" button within image block settings. (Android only). [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3116]
* [***] Audio block now available on WP.com sites on the free plan. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3523]
1.54.0
------
* [*] The BottomSheet Cell component now supports the help prop so that a hint can be supplied to all Cell based components. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3380]
* [**] Audio block: Add Insert from URL functionality. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3031]
* [***] Slash command to insert new blocks. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3250]
* [***] New Block: Reusable block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3490]
* [*] Add improvements to the translation pipeline [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3555]
1.53.0
------
* [*] iOS: Fixes frozen editor scrolling in landscape on iPhone [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3504]
* [*] Add Reusable blocks to the inserter menu (https://github.com/wordpress-mobile/gutenberg-mobile/pull/3054]
* [*] Fixes color picker segmented control rendering and scrolling issues [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3394]
1.52.2
------
* [*] Disabled featured image banner on iOS. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3474]
1.52.1
------
* [*] Fixes for the generated localized strings files.
1.52.0
------
* [**] Added transform block capability [#3321]
* [***] New Block: Search Block [#3210]
* [**] The media upload options of the Image, Video and Gallery block automatically opens when the respective block is inserted. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2700]
* Image block: Add a "featured" banner. (Android only) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3371]
* [*] Fixed a bug where the Search block was stealing focus from the Image block upon updating image asset [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3442]
* [**] The media upload options of the File and Audio block automatically opens when the respective block is inserted. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3399]
* [*] Remove visual feedback from non-interactive bottom-sheet cell sections [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3404]
1.51.1
------
* [*] Updates relative block-support asset path [https://github.com/WordPress/gutenberg/pull/31184]
1.51.0
------
* [*] a11y: Bug fix: Allow stepper cell to be selected by screenreader [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3362]
* [*] Image block: Improve text entry for long alt text. [https://github.com/WordPress/gutenberg/pull/29670]
* [***] New Block: Jetpack contact info. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3340]
1.50.1
------
* a11y: Fix for screenreader improvements in 1.50.0 [https://github.com/WordPress/gutenberg/issues/30625]
* a11y: Fix an issue with range-cells where screenreader read decimals with too much precision [https://github.com/wordpress-mobile/gutenberg-mobile/issues/3358]
* Quote block: Fix an issue with quote block captions where newlines were adding an extra line [https://github.com/WordPress/gutenberg/issues/30548]
* Fixed react-native-bridge path issue causing crash in Unsupported Block Editor. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3353]
1.50.0
------
* [***] a11y: Screenreader improvements for the UnitControl component [https://github.com/WordPress/gutenberg/pull/29741]
* [*] Block split/merge fix for a (never shipped) regression (Android only) [https://github.com/WordPress/gutenberg/pull/29683]
1.49.0
------
* [*] Remove the cancel button from settings options (Android only) [https://github.com/WordPress/gutenberg/pull/29599]
1.48.0
------
* [**] Buttons block: added width setting. [https://github.com/WordPress/gutenberg/pull/28543]
1.47.2
------
* [**] Add `replaceBlock` method to iOS bridge delegate with a string to match the clientID and the contents to replace. [#3246]
1.47.1
------
* [**] Reduce the number of items per page when fetching reusable blocks to prevent a crash. [#3227]
1.47.0
------
* [*] Fixed block mover title wording for better clarity from 'Move block position' to 'Change block position'. [#3049]
* [**] Add support for setting Cover block focal point. [#3028]
1.46.1
------
* [**] Make inserter long-press options "add to beginning" and "add to end" always available. [#3074]
* [*] Fix crash when Column block width attribute was empty. [https://github.com/WordPress/gutenberg/pull/29015]
1.46.0
------
* [***] New Block: Audio [#2854, #3070]
* [**] Add support for setting heading anchors [#2947]
* [**] Disable Unsupported Block Editor for Reusable blocks [#3067]
* [**] Add proper handling for single use blocks such as the more block [#3042]
1.45.0
------
* No User facing changes *
1.44.1
------
* [**] Fix crash in mobile paragraph blocks with custom font size [#28121]
* [**] Add move to top bottom when long pressing block movers [#27554]
1.44.0
------
* [***] Add support for cross-posting between sites [#2602]
* [***] Full-width and wide alignment support for Columns
* [**] Image block - Add link picker to the block settings and enhance link settings with auto-hide options [https://github.com/WordPress/gutenberg/pull/27292]
* [*] Fix button link setting, rel link will not be overwritten if modified by the user.
1.43.0
------
* [***] New Block: File [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2835]
* [**] Fix issue where a blocks would disappear when deleting all of the text inside without requiring the extra backspace to remove the block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2877]
1.42.2
------
* [**] Fix issue where removing blocks some blocks would crash the editor.
* [***] Full-width and wide alignment support for Columns
* [***] New Block: File [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2835]
* [**] Image block - Add link picker to the block settings and enhance link settings with auto-hide options [https://github.com/WordPress/gutenberg/pull/27292]
* [*] Fix button link setting, rel link will not be overwritten if modified by the user.
* [*] Fix minor bug affecting link picker search results [https://github.com/WordPress/gutenberg/pull/27867]
1.42.0
------
* [**] Button block - Add link picker to the block settings [https://github.com/WordPress/gutenberg/pull/26206]
* [**] Fix gradient picker causing crash in some themes (like Spearhead) [https://github.com/WordPress/gutenberg/pull/27307]
* [***] Adding support for selecting different unit of value in Cover and Columns blocks [https://github.com/WordPress/gutenberg/pull/26161]
* [*] Fix theme colors syncing with the editor [https://github.com/WordPress/gutenberg/pull/26821]
1.41.0
------
* [***] Faster editor start and overall operation on Android. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2780]
* [*] [Android] Enable multiple upload support for Image block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2530]
1.40.0
------
1.39.0
------
* [***] Full-width and wide alignment support for Video, Latest-posts, Gallery, Media & text, and Pullquote block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2605]
1.38.1
------
* [***] Fix unsupported block bottom sheet is triggered when device is rotated. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2710]
* [***] Unsupported Block Editor: Fixed issue when cannot view or interact with the classic block on Jetpack site. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2709]
1.38.0
------
* [**] Increase tap-target of primary action on unsupported blocks. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2608]
* [***] On Jetpack connected sites, Unsupported Block Editor can be enabled via enabling Jetpack SSO setting directly from within the missing block alert. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2610]
* [***] Add support for selecting user's post when configuring the link [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2484]
* [**] [Android] Fix for a crash that can occur when long pressing selected images [https://github.com/wordpress-mobile/AztecEditor-Android/pull/924]
* [***] [Android] Added expected double tap for focus behavior for text fields in accessibility mode [https://github.com/WordPress/gutenberg/pull/25384]
1.37.1
------
* [**] [iOS] remove the overlay from the Unsupported Block Editor web view, if Login with WordPress.com is requested. (bug never releases) [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2641]
1.37.0
------
* [***] Full-width and wide alignment support for Group, Cover and Image block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2559]
* [**] Add support for rounded style in Image block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/2591]
* [***] Fixed a case where adding a paragraph block made toolbar jump [https://github.com/WordPress/gutenberg/pull/24573]
1.36.1
------
* [**] [iOS] Fixed Dark Mode transition for editor menus.
1.36.0
------
* [**] [Android] New block: Pullquote
* [**] Block settings now immediately reflect changes from menu sliders.
1.35.0
------
* [***] Fixed empty text fields on RTL layout. Now they are selectable and placeholders are visible.
* [**] Add settings to allow changing column widths
* [**] Media editing support in Gallery block.
* [*] Improved logic for creating undo levels.
1.34.1
------
* Including 1.33.2 hotfix to 1.34.0 release
1.34.0
------
* Media editing support in Cover block.
* Fixed a bug on the Heading block, where a heading with a link and string formatting showed a white shadow in dark mode.
1.33.2
------
* Fix for editing the Classic Block in the Unsupported block editor
1.33.1
------
* Fixed a bug in the @-mentions feature where dismissing the @-mentions UI removed the @ character from the post.
1.33.0
------
* [***] Media editing support in Media & Text block.
* [***] New block: Social Icons
* [*] Cover block placeholder is updated to allow users start the block with a background color
* [*] Accessibility, update the title VoiceOver label to be more clear when you are editing the post or page title.
1.32.0
------
* [***] Adds Copy, Cut, Paste, and Duplicate functionality to blocks
* [***] Add support for mentions.
* [***] Users can now individually edit unsupported blocks found in posts or pages.
* [*] [iOS] Improved editor loading experience with Ghost Effect.
1.31.1
------
* Fix for pullquote stylying in dark mode.
* Fix for button style.
* Fix missing translations.
1.31.0
------
* [**] Add support for customizing gradient type and angle in Buttons and Cover blocks.
* [*] Show content information (block, word and characters counts).
* [*] [Android] Fix handling of upload completion while re-opening the editor
1.30.0
------
* [**] Adds editor support for theme defined colors and theme defined gradients on cover and button blocks.
* [*] Support for breaking out of captions/citation authors by pressing enter on the following blocks: image, video, gallery, quote, and pullquote.
1.29.1
------
* Revert Creating undo levels less frequently
1.29.0
------
* [**] Add support for changing overlay color settings in Cover block
* Add enter/exit animation in FloatingToolbar
* [***] New block: Verse
* [*] Fix merging of text blocks when text had active formatting (bold, italic, strike, link)
* [***] Trash icon that is used to remove blocks is moved to the new menu reachable via ellipsis button in the block toolbar
* [**] Block toolbar can now collapse when the block width is smaller than the toolbar content
* [**] Creating undo levels less frequently
* [**] Tooltip for page template selection buttons
* [*] Fix button alignment in page templates and make strings consistent
* [*] Add support for displaying radial gradients in Buttons and Cover blocks
1.28.2
------
* [***] Disable Pullquote Block on Android
1.28.1
------
* [**] Avoid crash when editor selection state becomes invalid
1.28.0
------
* [***] New block: Pullquote
* [**] Add support for changing background and text color in Buttons block
* [*] Fix the icons and buttons in Gallery, Paragraph, List and MediaText block on RTL mode
* [**] Remove Subscription Button from the Blog template since it didn't have an initial functionality and it is hard to configure for users.
* [**] [iOS] Add support for the subscript `<sub>` and superscript `<sup>`HTML elements in text blocks
* [**] Update page templates to use recently added blocks
1.27.1
------
* Remove Subscription Button from the Blog template since it didn't have an initial functionality and it is hard to configure for users.
1.27.0
------
* Block Editor: Add dialog for mentioning other users in your post
* Prefill caption for image blocks when available on the Media library
* New block: Buttons. From now you’ll be able to add the individual Button block only inside the Buttons block
* Fix bug where whitespaces at start of text blocks were being removed
* Add support for upload options in Cover block
* [Android] Floating toolbar, previously located above nested blocks, is now placed at the top of the screen
* [iOS] Floating toolbar, previously located above nested blocks, is now placed at the bottom of the screen
* Fix the icons in FloatingToolbar on RTL mode
* [Android] Add alignment options for heading block
* Fix Quote block so it visually reflects selected alignment
* Fix bug where buttons in page templates were not rendering correctly on web
1.26.0
------
* [iOS] Disable ripple effect in all BottomSheet's controls.
* [Android] Disable ripple effect for Slider control
* New block: Columns
* New starter page template: Blog
* Make Starter Page Template picker buttons visible only when the screen height is enough
* Fix a bug which caused to show URL settings modal randomly when changing the device orientation multiple times during the time Starter Page Template Preview is open
1.25.0
------
* New block: Cover
* [Android] Dark Mode
* [Android] Improve icon on the "Take a Video" media option
* Removed the dimming effect on unselected blocks
* [iOS] Add alignment options for heading block
* Implemented dropdown toolbar for alignment toolbar in Heading, Paragraph, Image, MediaText blocks
* Block Editor: When editing link settings, tapping the keyboard return button now closes the settings panel as well as closing the keyboard.
* [Android] Show an "Edit" button overlay on selected image blocks
1.24.0
------
* New block: Latest Posts
* Fix Quote block's left border not being visible in Dark Mode
* Added Starter Page Templates: when you create a new page, we now show you a few templates to get started more quickly.
* Fix crash when pasting HTML content with embeded images on paragraphs
1.23.0
------
* New block: Group
* Add support for upload options in Gallery block
* Add support for size options in the Image block
* New block: Button
* Add scroll support inside block picker and block settings
* [Android] Fix issue preventing correct placeholder image from displaying during image upload
* [iOS] Fix diplay of large numbers on ordered lists
* Fix issue where adding emojis to the post title add strong HTML elements to the title of the post
* [iOS] Fix issue where alignment of paragraph blocks was not always being respected when splitting the paragraph or reading the post's html content.
* We’ve introduced a new toolbar that floats above the block you’re editing, which makes navigating your blocks easier — especially complex ones.
1.22.0
------
* Make inserter to show options on long-press to add before/after
* Retry displaying image when connectivity restores
* [iOS] Show an "Edit" button overlay on selected image blocks
* [Android] Fix blank post when sharing media from another app
* Add support for image size options in the gallery block
* Fix issue that sometimes prevented merging paragraph blocks
1.21.0
------
* Reduced padding around text on Rich Text based blocks.
* [Android] Improved stability on very long posts.
1.20.0
------
* Fix bug where image placeholders would sometimes not be shown
* Fix crash on undo
* Style fixes on the navigation UI
* [iOS] Fix focus issue
* New block: Shortcode. You can now create and edit Shortcode blocks in the editor.
1.19.0
------
* Add support for changing Settings in List Block.
* [iOS] Fix crash dismissing bottom-sheet after device rotation.
* [Android] Add support for Preformatted block.
* New block: Gallery. You can now create image galleries using WordPress Media library. Upload feature is coming soon.
* Add support for Video block settings
1.18.0
------
* [iOS] Added native fullscreen preview when clicking image from Image Block
* New block: Spacer
1.17.0
------
* Include block title in Unsupported block's UI
* Show new-block-indicator when no blocks at all and when at the last block
* Use existing links in the clipboard to prefill url field when inserting new link.
* Media & Text block alignment options
* Add alignment controls for paragraph blocks
* [iOS] Fix issue where the keyboard would not capitalize sentences correctly on some cases.
* [iOS] Support for Pexels image library
* [Android] Added native fullscreen preview when clicking image from Image Block
* [iOS] Add support for Preformatted block.
* [Android] Fix issue when removing image/page break block crashes the app
1.16.1
------
* [iOS] Fix tap on links bug that reappear on iOS 13.2
1.16.0
------
* [Android] Add support for pexels images
* Add left, center, and right image alignment controls
1.15.3
------
* [iOS] Fix a layout bug in RCTAztecView in iOS 13.2
1.15.2
------
* Fix issue when copy/paste photos from other apps, was not inserting an image on the post.
* Fix issue where the block inserter layout wasn't correct after device rotation.
1.15.0
------
* Fix issue when multiple media selection adds only one image or video block on Android
* Fix issue when force Touch app shortcut doesn't work properly selecting "New Photo Post" on iOS
* Add Link Target (Open in new tab) to Image Block.
* [iOS] DarkMode improvements.
* [iOS] Update to iOS 11 and Swift 5
* New block: Media & Text
1.14.0
------
* Fix a bug on iOS 13.0 were tapping on a link opens Safari
* Fix a link editing issue, where trying to add a empty link at the start of another link would remove the existing link.
* Fix missing content on long posts in html mode on Android
1.12.0
------
* Add rich text styling to video captions
* Prevent keyboard dismissal when switching between caption and text block on Android
* Blocks that would be replaced are now hidden when add block bottom sheet displays
* Tapping on empty editor area now always inserts new block at end of post
1.11.0
------
* Toolbar scroll position now resets when its content changes.
* Dark Mode for iOS.
1.10.0
------
* Adding a block from the post title now shows the add block here indicator.
* Deselect post title any time a block is added
* Fix loss of center alignment in image captions on Android
1.9.0
------
* Enable video block on Android platform
* Tapping on an empty editor area will create a new paragraph block
* Fix content loss issue when loading unsupported blocks containing inner blocks.
* Adding a block from the Post Title now inserts the block at the top of the Post.
1.8.0
------
* Fix pasting simple text on Post Title
* Remove editable empty line after list on the List block
* Performance improvements on rich text editing
1.7.0
------
* Fixed keyboard flickering issue after pressing Enter repeatedly on the Post Title.
* New blocks are available: video/quote/more
1.6.0
------
* Fixed issue with link settings where “Open in New Tab” was always OFF on open.
* Added UI to display a warning when a block has invalid content.