Releases: wordpress-mobile/AztecEditor-Android
Releases · wordpress-mobile/AztecEditor-Android
v1.3.38
Fixed
- When text changes, only disable selection listener if text is empty
v1.3.37
Adds a working content watcher for all the changes of the AztecText (including changes of spannables)
v1.3.36
- Implement start and reversed in lists
- Allow preformatted background alpha and tidying to be set from child classes
1.3.35
Updates the Glide version to 4.10.0
v1.3.34
Add the ability to report to the host app the IndexOutOfBounds exception
in android.text.DynamicLayout.getBlockIndex(DynamicLayout.java:646) on Android 8.X (#861)
v1.3.33
Fix an IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834)
v1.3.32
- Allow paragraph spans that do not extend AlignmentSpan (#851)
v1.3.31
Fix lag deleting and inserting text
v1.3.30
Added the ability to signal undo/redo events to host app
v1.3.29
Chromebook fixes:
- Fix span overlapping on window resizing
- Fix cursor size on new paragraph line
- Fix breaking layout on slow window resizing