File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
7
## [ 1.3.13] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.13 ) - 2018-12-20
3
8
### Fixed
4
9
- 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 {
106
106
```
107
107
``` gradle
108
108
dependencies {
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 ')
110
110
}
111
111
```
112
112
You can’t perform that action at this time.
0 commit comments