File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- ## [ 1.3.6] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.6 ) - 2018-04-12
1+ # Changelog
2+ ## [ 1.3.7] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.7 ) - 2018-06-29
3+ ### Fixed
4+ - Fixed initial hash calculation for change detection mechanism.
5+ - Fixed crash with too many nested ` <b> ` tags.
6+
7+ ### Changed
8+ - Support for the ` div ` , ` figure ` , ` figcaption ` and ` section ` html elements to be block-level compatible instead of in-line.
9+
10+ ## [ 1.3.6] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.6 ) - 2018-06-18
211### Fixed
312- Fixed handling of schemed urls (mailto:, http, #, etc.).
413- Fixes a break in http:// descriptor as per a CSS readability feature would add a space after ":".
918- Change detection is now handled through a hash comparison implementation and syncs between HTML/visual editors.
1019- The ` <strong> ` tag is now the styling element used when tapping on the B toolbar button.
1120
12- # Changelog
1321## [ 1.3.5] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.5 ) - 2018-06-04
1422### Fixed
1523- ` <cite> ` tags are now respected (were being converted to ` <i> ` ).
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.6 ')
109+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.7 ')
110110}
111111```
112112
You can’t perform that action at this time.
0 commit comments