ember-inspector
ember-inspector copied to clipboard
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
This PR is a preview of the release that [release-plan](https://github.com/embroider-build/release-plan) has prepared. To release you should just merge this PR 👍 ----------------------------------------- ## Release (2025-06-12) * ember-inspector 4.13.2 (patch) ####...
ember debug is the thing that should/can be tested with older ember versions. for inspector ui its not required. we can extend it for it as well though. test fixed...
This is tracking issue for adding vite support to Ember Inspector. There will need to be changes in ember-inspector, https://github.com/emberjs/ember.js, and embroider to make this work out of the box...
## Description ## Screenshots
The `utils/ember.js` file intends to provide a single place to import all modules from Ember.js but unfortunately this has bled out to the rest of the repository. We should fix...
Right now we are building scripts that are injected into the browser with ember-cli, which means that the module system for those scripts is AMD. Going forward (in Vite) Ember...
**Describe the bug** When clicking the "click-in-page" button to then go click something in the page for the component tree to pull up, the highlight should _only_ highlight the component,...
I want to be able to right-click anywhere on the page then click "Inspect in Ember Inspector" -- which should open _and scroll_ to the component in the component view.
**Is your feature request related to a problem? Please describe.** example:  **Describe the solution you'd like** could be listed in component details sidepanel or something) **Describe alternatives you've considered**...