File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 1.3.14] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.14 ) - 2019-01-11
3+ ### Fixed
4+ - Fixed issue where pasting over the whole text emitted a delete char, causing Gutenberg to remove whole block
5+ - Updated Kotlin version to use stable version of Coroutines
6+
27## [ 1.3.13] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.13 ) - 2018-12-20
38### Fixed
49- Fixed issue where ` onEnterKey ` key listener was called with the wrong text.
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ repositories {
106106```
107107``` gradle
108108dependencies {
109- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.13 ')
109+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.14 ')
110110}
111111```
112112
You can’t perform that action at this time.
0 commit comments