Skip to content

1.0.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@astralbodies astralbodies released this 26 Apr 13:27
· 2842 commits to develop since this release
85de9f1

Aztec v1.0 beta 1!  We're really happy to present this new release sporting increased stability and several new features.  The editor will become available to users participating in the WordPress beta-testing program.

It will be included starting in the next internal release of WordPress iOS 7.5.

Changelog

  • Blockquotes and lists now propagate to HTML - PR
  • Video Attachments! - PR
  • Video Attachment changes are properly mapped to HTML - PR
  • Added UI tests (awesome work by @rachelmcr!) - PR
  • Analytics improvements - PR
  • Fixed cut & paste for attachments (media, unknown HTML, more tag, page tag) - PR
  • Fixed some issues with the resulting HTML representation of header styles - PR
  • Fixed some issues that were causing unknown HTML icons to be deleted - PR
  • Nuked Zero-Width spaces from lists, in order to make the code easier to maintain - PR
  • Nuked Zero-Width spaces from blockquotes, in order to make the code easier to maintain - PR
  • Nuked Zero-Width spaces from pre tags, in order to make the code easier to maintain - PR
  • Small change to the Aztec-feature unlock URL - PR
  • Refactored some old attachment code to bring it up to date with the latest - PR
  • Fixed a rounding error that was causing blockquote rendering issues - PR
  • Several text-range calculation improvements for better unicode support - PR

Known Issues

  • Nesting lists is not supported yet. - Issue
  • Mixing lists and blockquotes is not supported yet. - Issue
  • Lists can't have empty lines. - Issue
  • Undo / redo support is still not complete. - Issue

Before reporting a new problem, please check the existing Aztec issues in the WordPress-iOS and Aztec Library repository

What's coming up next

  • Some fundamental changes to how we handle range mapping as described in this issue.
  • Nested lists
  • Mixing blockquotes and lists
  • Unknown HTML editing support