This release should be backward compatible and adds support for rendering mobiledoc 0.3.2 documents.
π Enhancements
- #53 update to mobiledoc-dom-renderer to 0.7.0 and add support for mobiledoc 0.3.2 ( which adds support for text alignment (@lukemelia)
:breaking: Breaking
- #53 Updates node requirement to supported node releases (10.x, 12.x+) (@lukemelia)
π Documentation
- #51 Document element renderer options (@nathanielw)
- cdc1bfa Update compatibility and build status details in README (@lukemelia)
π Internal
- #135 Setup release-it to automate config and CHANGELOG (@lukemelia)
- #53 Housekeeping, including:
- update addon's local ember to ember 3.18
- Use qunit-dom to eliminate tests' dependency on jquery
- update tests to user newer test-helpers
- Adopt modern syntax for importing modules from Ember
- confirm to template linting rules
- move from jshint to eslint
- drop ember < 3.8 from ember-try config
- moved to ember-cli-fastboot-testing for fastboot tests