Skip to content

1.0.0 Beta 12

Pre-release
Pre-release
Compare
Choose a tag to compare
@diegoreymendez diegoreymendez released this 11 Oct 21:06
· 1743 commits to develop since this release

Welcome to Aztec v1.0 Beta 12.

This release focuses on fixing several iOS 11 compatibility issues, and on stability improvements in general.

Highlights

  • Improves bold support for Chinese text. (#737)
  • Adds "Next page" support in the Example app. (#742).
  • Fixes a glitch that was causing the editor view to jump vertically under certain conditions. (#756)
  • Fixes an issue that was causing the font style to change when selecting "Default" as the header style. (#755)
  • Fixes an issue that was propagating the header style across different lines in iOS 11. (#747)
  • Fixes an issue that was causing a font-style change while typing in iOS 11. (#748)
  • Fixes an issue that was causing a font-style change when pressing backspace in iOS 11. (#752)
  • Fixes some style issues when merging lines with different header styles. (#708)
  • Fixes a crash when attempting to drag & drop content into the editor in iOS 11. (#727)

Known issues:

  • Moving the caret to the last position in the content sometimes loses styles in iOS 11.
  • CSS Styling is not working properly, yet. Work in progress.

Up Next:

  • Some additional iOS 11 compatibility fixes.
  • Bugfixing!!
  • CSS Styling Fix
  • Unit Test All the Things