Skip to content

Releases: wordpress-mobile/AztecEditor-Android

v1.3.28

10 Jul 17:23
ad68cc9
Compare
Choose a tag to compare

Added

  • AndroidX support #825

v1.3.27

16 May 06:47
23fdef3
Compare
Choose a tag to compare

Gutenberg fixes:

  • Suppress multiple onSelectionChanged events when listener is disabled #817
  • Avoid trimming spaces around html block elemts

v1.3.26

03 May 09:48
Compare
Choose a tag to compare

Fixed

  • DynamicLayout Crash #813
  • List handling in Gutenberg #812

v1.3.25

16 Apr 14:52
608c9f2
Compare
Choose a tag to compare

Changed

  • Remove some unneeded logging #806

Fixed

  • Don't bail when ZWJ cleanup found end-of-text marker #807
  • Prevent execution of InputFilter for new lines #809

v1.3.24

05 Apr 11:26
40cde2f
Compare
Choose a tag to compare
  • Improvement to how clickable URL spans are handled #793

v1.3.23

01 Apr 15:26
c2c22b5
Compare
Choose a tag to compare
  • Fix for crash when inserting characters right before an image #801

v1.3.22

22 Mar 13:01
Compare
Choose a tag to compare
  • Fix for crash on Samsung Clipboard ListView on Android 8.X #795

v1.3.21

07 Mar 14:19
b4c7478
Compare
Choose a tag to compare

Some performance improvements, mostly visible via the WPAndroid app wordpress-mobile/gutenberg-mobile#672

v1.3.20

22 Feb 10:41
46806a4
Compare
Choose a tag to compare

Support for for italic and using it as default via the formatting toolbar.

v1.3.19

07 Feb 13:40
7d7a7e2
Compare
Choose a tag to compare

Fix to avoid autofocusing the editing component when it gets visible. Needed in Gutenberg where many Aztec instances are on screen at the same time.