Embroider addon compatibility
See original GitHub issueThis issue tracks embroider compatibility across the top section of addons in the community with the goal of getting help from others to improve embroiders compatibility. We have created test helpers that can be added to addons to validate that they work in embroider in both safe and optimized variants via ember-try scenarios. Below is a list of the top 25 addons (according to emberobserver.com) and their current state. If you are able to work on adding @embroider/test-setup (instructions can be found here) please reference this issue so I can keep this list updated.
- ember-test-helpers https://github.com/emberjs/ember-test-helpers/pull/989 (only tests embroider-safe ATM)
- ember-test-waiters https://github.com/emberjs/ember-test-waiters/issues/303
- ember-cli
- ember-resolver
- ember-qunit
- ember-concurrency
- ember-test-selectors https://github.com/simplabs/ember-test-selectors/pull/670
- ember-cli-mirage https://github.com/miragejs/ember-cli-mirage/pull/2184
- ember-basic-dropdown https://github.com/cibernox/ember-basic-dropdown/pull/613
- ember-power-select
- ember-cli-string-helpers
- ember-cli-code-coverage https://github.com/kategengler/ember-cli-code-coverage/pull/327
- ember-svg-jar
- ember-in-viewport
- ember-angle-bracket-invocation-polyfill
- ember-cli-postcss (not needed, using
postcss-loader
would make more sense instead of a dedicated Ember addon) - ember-modal-dialog https://github.com/yapplabs/ember-modal-dialog/pull/370
- ember-changeset
- ember-power-calendar
- ember-tooltips
- ember-sortable https://github.com/adopted-ember-addons/ember-sortable/pull/469
- ember-cp-validations
- ember-changeset-validations
- ember-math-helpers
- ember-cli-flash https://github.com/poteto/ember-cli-flash/pull/360
- ember-lifeline
- ember-infinity https://github.com/ember-infinity/ember-infinity/pull/451
- ember-engines
- ember-cli-eyeglass
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:5 (5 by maintainers)
Top Results From Across the Web
embroider/ADDON-AUTHOR-GUIDE.md at main - GitHub
Addon Author Guide. This document lays out the recommended best practices for addon authors who want their addons to work in apps built...
Read more >v2 Addon Format (Embroider Compatibility) - Ember RFCs
v2 Addon Format (Embroider Compatibility) Summary This RFC defines a new package format that is designed to make Ember packages (meaning ...
Read more >@embroider/compat | Yarn - Package Manager
This repo implements a new three-stage build system for Ember apps: The first stage achieves backward compatibility by building each classic Ember Addon...
Read more >@embroider/addon - npm
@embroider/addon. Utilities to help addons with Embroider support. Compatibility. Ember.js v3.13 or above; Ember CLI v2.13 or above ...
Read more >Embroider preparation. How to test your ember addon against…
If you didn't know already, Embroider will… ... Turning on all the options will give the addon the most compatibility with Embroider.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@NullVoxPopuli I’ve updated the list as best as I could, please let me know if anything else should be checked off.
Is this issue still needed / relevant?