We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe21e69 commit 8b8a8dfCopy full SHA for 8b8a8df
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [v1.3.16](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.16)
3
+### Fixed
4
+- Fix onSelectionChange being emitted twice when calling fromHTML (#776)
5
+
6
## [v1.3.15](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.15)
7
### Changed
8
- Synced the caption span alignment attribute with its the align property
README.md
@@ -106,7 +106,7 @@ repositories {
106
```
107
```gradle
108
dependencies {
109
- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.14')
+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.16')
110
}
111
112
0 commit comments