Skip to content

Releases: wordpress-mobile/gutenberg-mobile

v1.15.2

29 Oct 17:04
6865978
Compare
Choose a tag to compare
  • 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.

v1.15.1

22 Oct 16:41
80ffe35
Compare
Choose a tag to compare

Changes in this release:

  • [Android] Upgrade Aztec version to v1.3.34. This new version does add the ability to report to the host app the IndexOutOfBounds exception in android.text.DynamicLayout.getBlockIndex(DynamicLayout.java:646) on Android 8.X. (wordpress-mobile/AztecEditor-Android#861)

v1.15.0

17 Oct 17:01
faf9460
Compare
Choose a tag to compare

Changes in this release:

  • 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

v1.14.0

04 Oct 12:55
d2ab272
Compare
Choose a tag to compare

Changes in this release:

  • [iOS] Fix a bug on iOS 13.0 were tapping on a link opens Safari
  • Fix a link editing issue, where trying to add an empty link at the start of another link would remove the existing link.
  • [Android] Fix missing content on long posts in html mode on

v1.13.0

23 Sep 08:53
ad9edc1
Compare
Choose a tag to compare

Changes in this release:

  • [Android] Add autosaving after 2 seconds of inactivity on Android. See: #1351
  • [iOS] Fix a performance issue that caused a freeze in the editor with long text content. #1352

v1.12.0

13 Sep 16:45
9110081
Compare
Choose a tag to compare

Changes in this release:

  • Add rich text styling to video captions: #1254
  • Prevent keyboard dismissal when switching between caption and text block on Android: #1254
  • Blocks that would be replaced are now hidden when add block bottom sheet displays: #1262
  • Tapping on empty editor area now always inserts new block at end of post: #1267

v1.11.0

26 Aug 16:17
b1a6e4a
Compare
Choose a tag to compare

Major changes on this release:

  • DarkMode compatibility for iOS: #1309
  • Reset ToolbarScroll position when selecting a new block: #1270
  • ToolBar refactor: #1247

v1.10.3

15 Aug 08:05
7e608f0
Compare
Choose a tag to compare

Update the Aztec version used in the ReactNative Aztec wrapper for Android.
No new fixes or features are added to Gutenberg Mobile, it's just a version bumping of the Aztec editor to be in par with the new version used in wp-android. (wordpress-mobile/AztecEditor-Android#843)

v1.10.2

12 Aug 09:45
d9b38f4
Compare
Choose a tag to compare
  • Fix crash on iOS when adding image media via appendMedia event: #1271

v1.10.1

08 Aug 18:46
fd49029
Compare
Choose a tag to compare

Hotfix:

  • Aztec updated to the latest stable version v1.3.29