File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.3.38] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.38 )
4+ ### Fixed
5+ - When text changes, only disable selection listener if text is empty
6+
7+ ## [ 1.3.37] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.37 )
8+ ### Fixed
9+ - Resolved clipboard issue on Android 7
10+ ### Changed
11+ - Improved TalkBack handling of formatting toolbar
12+ - Added ability to register an observer for all the changes to the AztecText object
13+
314## [ 1.3.36] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.36 )
415### Changed
516- Implement start and reversed in lists
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ repositories {
105105```
106106``` gradle
107107dependencies {
108- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.36 ')
108+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.38 ')
109109}
110110```
111111
You can’t perform that action at this time.
0 commit comments