Releases: wordpress-mobile/AztecEditor-iOS
1.0.0 Beta 8.1
This release fixes a crashing bug in Beta 8.
1.0.0 Beta 8
Welcome to Aztec v1.0 Beta 8: Flat Rollercoaster
This release is a small incremental update over beta 7, fixing a few important bugs.
It will be included in WPiOS 8.0.
Highlights
- Tab indents lits! See here.
- Shift + Enter no longer interrupts lists. See here.
- Paragraph format is not carried up when deleting empty lines. See here.
- Fixed an obscure issue with newlines + header styles. See here.
Known issues:
- CSS Styling is not working properly, yet.
Up Next:
- Bugfixing!!
- CSS Styling Fix
- Unit Test All the Things
View build details and download artifacts on buddybuild:
AztecExample (iOS, AztecExample)
1.0.0 Beta 7
Welcome to Aztec v1.0 Beta 7: Thunder Mountain Ninja Dojo
This release is a small incremental update over Beta 6. It adds nested list editing support for hardware keyboards.
It will be included in WPiOS 8.0.
Highlights
- Can indent lists using Tab and Shift + Tab with a hardware keyboard. See here.
Known issues:
- CSS Styling is not working properly.
Up Next:
- Bugfixing!!
- CSS Styling Fix
- Unit Test All the Things
View build details and download artifacts on buddybuild:
AztecExample (iOS, AztecExample)
1.0.0 Beta 6
Welcome to Aztec v1.0 Beta 6: Thunder Mountain Pirate Nest
This release includes some stability tweaks and improvements to prepare for a stable 1.0 release.
This release will be available as the new beta editor in WordPress iOS v8.0
Highlights
- Video interaction now matches image interaction instead of playing videos right away. See here.
- Inserting attachments no longer removes the font style. See here
- Improved toolbar coloring. See here.
- There's no longer a dependency with Gridicons, making Aztec completely dependency-free. See here.
- Undo and redo now properly works for attachment insertions. See here
Known issues:
- CSS Styling is not working properly.
Up Next:
- Bugfixing!!
- Editing support for Nested Text Lists
- Unit Test All the Things
View build details and download artifacts on buddybuild:
AztecExample (iOS, AztecExample)
1.0.0 Beta 5
Welcome to Aztec v1.0 Beta 5: Southern Winter Release
The entire Aztec Team has been pushing hard to iron out the last remaining big issues. We're getting very close to achieving the Production Ready status!
Highlights
- Undo and redo now properly works for attachment insertions. See here
- Fixes some range issues with undo / redo. See here
- Adds support for shift + ENTER to avoid breaking lists. See here.
- Shows the shortcuts on screen when pressing CMD in an external keyboard. See here
- We've developed an algorithm aimed at reducing node fragmentation. See here
- Shift + Enter no longer interrupts paragraphs. See here.
- Multiple interface and behavior bugfixes!
Up Next:
- Bugfixing!!
- Visual support for Nested Text Lists
- Unit Test All the Things
View build details and download artifacts on buddybuild:
AztecExample (iOS, AztecExample)
1.0.0 Beta 4
This is a minor release fixing an issue with empty paragraphs not being persisted.
1.0.0 Beta 3
Welcome to Aztec v1.0 beta 3!
This version is a reengineering of Aztec to make the codebase simpler to understand, easier to maintain, and more resilient to bugs.
Please remember that Aztec is still beta software and is not ready for production.
It will be included starting in the next internal release of WordPress iOS 7.9.
Highlights:
- Full undo support.
- New toolbar in the Sample App.
- Aztec is now leaner and simpler. It no longer tries to synchronize the DOM tree in real time and relies on a much simpler mechanism of converting to HTML only when necessary.
- Aztec is much more resilient to visual-mode edits not propagating to HTML correctly.
- Several crashing bugs have been fixed.
The full list of closed issues is available here
Known Issues
- Empty lines are lost during some visual to HTML conversions.
- Blockquotes and paragraphs in general have weird spacing around them.
- Lists inside blockquotes and blockquotes inside lists render the same way.
Before reporting a new problem, please check the existing Aztec issues in the WordPress-iOS and Aztec Library repository
What's coming up next
- Nested lists & improvements to lists and blockquotes rendering.
- Better support for whitespace (ie: empty lines)
- Core optimization & cleanup
- Bug fixing
1.0.0 beta 1
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
First Alpha Release
Features
- Visual Mode & HTML mode.
- Editing text in visual and HTML mode.
- Applying styles using the toolbar.
- Applying styles using the keyboard (cmd + B, cmd + I, cmd + U).
- Copying & pasting styled text from other apps (including images).
- Copying & pasting styled text to other apps (including images).
- Paste & Match Style.
- Inserting & removing images.
- Editing alignment and size of images.
- Emojis
Planned features
- Beautified HTML mode (layout and coloring)..
- Simplified HTML mode (for example double breaks instead of paragraphs for easier editing).
- Shortcodes
- Video
- Tab support for lists.
- Different font sizes.
- Drag & drop for images.
- Custom HTML tags
Known issues:
- Adding or editing lists in visual mode breaks the corresponding HTML representation.
- Adding or editing blockquotes in visual mode breaks the corresponding HTML representation.
- Editing image attributes (size, alignment) overwrites any other custom HTML attributes the image may have.
- Undoing certain operations can crash the editor.
- Removing styles using keyboard commands is not working (works well with the toolbar).
- When adding a link at the end of the document, there's no easy way to interrupt the style.
For a complete lists of bugs & features see this link.