Skip to content

Commit 23fdef3

Browse files
authored
Merge pull request #818 from wordpress-mobile/release/1.3.27
Update CHANGELOG and README for v1.3.27 release
2 parents 4455d27 + 6baeb6c commit 23fdef3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [v1.3.27](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.27)
3+
### Fixed
4+
- Gutenberg fixes:
5+
* Suppress multiple onSelectionChanged events when listener is disabled #817
6+
* Avoid trimming spaces around html block elemts
7+
8+
29
## [v1.3.26](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.26)
310
### Fixed
411
- DynamicLayout Crash #813

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.26')
108+
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.27')
109109
}
110110
```
111111

0 commit comments

Comments
 (0)