File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## [ 1.3.32] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32 )
4+ ### Fixed
5+ - Allow paragraph spans that do not extend AlignmentSpan (#851 )
6+
27## [ 1.3.31] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31 )
38### Fixed
49- Fix lag deleting and inserting text #853 and #854
510
6- # Changelog
711## [ 1.3.30] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.30 )
812### Added
913- Added the ability to signal undo/redo events to host app
1014
11- # Changelog
1215## [ 1.3.29] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.29 )
1316### Fixed
1417- Fix span overlapping on window resizing (Chromebooks)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ repositories {
105105```
106106``` gradle
107107dependencies {
108- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.31 ')
108+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.32 ')
109109}
110110```
111111
You can’t perform that action at this time.
0 commit comments