Skip to content

Commit a6c634c

Browse files
authored
Merge pull request #859 from wordpress-mobile/release/1.3.32
Update CHANGELOG and README for v.1.3.32 release
2 parents f4d3dec + 9edca63 commit a6c634c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ repositories {
105105
```
106106
```gradle
107107
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')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)