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 1
1
# 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
+
2
7
## [ 1.3.31] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.31 )
3
8
### Fixed
4
9
- Fix lag deleting and inserting text #853 and #854
5
10
6
- # Changelog
7
11
## [ 1.3.30] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.30 )
8
12
### Added
9
13
- Added the ability to signal undo/redo events to host app
10
14
11
- # Changelog
12
15
## [ 1.3.29] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.29 )
13
16
### Fixed
14
17
- Fix span overlapping on window resizing (Chromebooks)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ repositories {
105
105
```
106
106
``` gradle
107
107
dependencies {
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 ')
109
109
}
110
110
```
111
111
You can’t perform that action at this time.
0 commit comments