File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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 )
3+ ## [ 1.3.33] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33 )
4+ ### Fixed
5+ - IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834 )
6+
7+ ## [ 1.3.32] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.32 )
8+ ### Fixed
9+ - Allow paragraph spans that do not extend AlignmentSpan (#851 )
610
711## [ 1.3.31] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31 )
812### Fixed
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.32 ')
108+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.33 ')
109109}
110110```
111111
You can’t perform that action at this time.
0 commit comments