Releases: bustle/ember-mobiledoc-dom-renderer
Releases · bustle/ember-mobiledoc-dom-renderer
Release 0.8.1
🚀 Enhancement
- #88 Provide alternative to inheritance for customizing component paths (@lukemelia)
🏠 Internal
- #89 Remove package-lock.json. (@lukemelia)
Committers: 1
- Luke Melia (@lukemelia)
Release 0.8.0
Promoted 0.8.0 beta to stable
Release 0.8.0-beta.0
💥 Breaking Change
- #59 [BREAKING] Update to use glimmer component (@lukemelia)
🏠 Internal
- #75 Use Github Actions for CI (@lukemelia)
Committers: 1
- Luke Melia (@lukemelia)
Release 0.7.0
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
- #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
Release 0.6.0
- Add ember-2.12 to ember-try config (#47) (5729d6e), closes #47
- Fix missing lookupFactory method by importing the Component class directly (#48) (70425a5), closes #48
- fix typo in npm script (b0ea325)
- Update deps (fixes fastboot tests), test in Chrome at CI (#49) (c8b07a1), closes #49
- v0.6.0 (ca4c839)
- chore(yarn): use yarn (#50) (3ef669b), closes #50
Release 0.5.11
Release 0.5.10
Release 0.5.9
Release 0.5.8
Release 0.5.7
- Refactor getDOM to fix issue when running Ember in FastBoot with Glimmer (57c8f8e)