Support change for Ember 3.24 LinkTo refactor
See original GitHub issueemberjs/ember.js#19223 made a breaking change to the private implementation of <LinkTo>
which Engines relies on. This breaks any existing user of Engines which upgrade to Ember 3.24. We need to add a conditional handling for gte("3.24.0")
to not apply the monkey-patch.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Ember 3.24 Released
This utility will help you to update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts,...
Read more >Changelog - ember-bootstrap
:boom: Breaking Change. All components are refactored to tag-less Ember components as a first stepping stone to a full Glimmer components ...
Read more >ember-cli/CHANGELOG.md at master - GitHub
The Ember.js command line utility. Contribute to ember-cli/ember-cli development by creating an account on GitHub.
Read more >ember-qunit | Yarn - Package Manager
ember -qunit simplifies testing of Ember applications with QUnit by providing ... #972 Add support for Ember v4, drop support for < Ember...
Read more >How to set link 'active' for multiple different routes in EmberJS
According to the link-to#active documentation, you can do this by using a space delimited "currentWhen", but this requires Ember 1.8. {{#link-to 'route1' ...
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 FreeTop 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
Top GitHub Comments
With Ember 3.24 out, this is now blocking any app from upgrading which depends on Engines!
Thanks so much, @rwjblue!