You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reason": "Appears in changelog section :rocket: Enhancement"
12
-
},
13
9
{
14
10
"impact": "patch",
15
11
"reason": "Appears in changelog section :bug: Bug Fix"
16
-
},
17
-
{
18
-
"impact": "patch",
19
-
"reason": "Appears in changelog section :memo: Documentation"
20
-
},
21
-
{
22
-
"impact": "patch",
23
-
"reason": "Appears in changelog section :house: Internal"
24
12
}
25
13
],
26
14
"pkgJSONPath": "./package.json"
27
15
}
28
16
},
29
-
"description": "## Release (2025-10-02)\n\n* ember-inspector 4.14.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-inspector`\n * [#2625](https://github.com/emberjs/ember-inspector/pull/2625) Add support for Vite ([@mansona](https://github.com/mansona))\n * [#2676](https://github.com/emberjs/ember-inspector/pull/2676) Replace Inter font with `system-ui` keyword ([@pichfl](https://github.com/pichfl))\n * [#2680](https://github.com/emberjs/ember-inspector/pull/2680) Add owner to the list of properties of an object ([@pichfl](https://github.com/pichfl))\n * [#2667](https://github.com/emberjs/ember-inspector/pull/2667) show parents in sidebar ([@patricklx](https://github.com/patricklx))\n * [#2672](https://github.com/emberjs/ember-inspector/pull/2672) Convert ember-debug to ESM and simplify wrapper ([@mansona](https://github.com/mansona))\n * [#2655](https://github.com/emberjs/ember-inspector/pull/2655) implement show parents only (focus mode) ([@patricklx](https://github.com/patricklx))\n * [#2658](https://github.com/emberjs/ember-inspector/pull/2658) perf: do not re-render positionals ([@patricklx](https://github.com/patricklx))\n * [#2659](https://github.com/emberjs/ember-inspector/pull/2659) support shadow dom for click to select & inspect component ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2678](https://github.com/emberjs/ember-inspector/pull/2678) Move Object Inspector toggle so it remains visible in edge cases ([@pichfl](https://github.com/pichfl))\n * [#2677](https://github.com/emberjs/ember-inspector/pull/2677) Enable CORS for locally served bookmarklet ([@pichfl](https://github.com/pichfl))\n * [#2664](https://github.com/emberjs/ember-inspector/pull/2664) fix service detection ([@patricklx](https://github.com/patricklx))\n * [#2657](https://github.com/emberjs/ember-inspector/pull/2657) fix html element tree when not a direct child ([@patricklx](https://github.com/patricklx))\n * [#2639](https://github.com/emberjs/ember-inspector/pull/2639) fix `whats new` not showing latest changes ([@patricklx](https://github.com/patricklx))\n * [#2640](https://github.com/emberjs/ember-inspector/pull/2640) fix for chrome bfcache ([@patricklx](https://github.com/patricklx))\n * [#2646](https://github.com/emberjs/ember-inspector/pull/2646) Fix ember 6 ([@mansona](https://github.com/mansona))\n * [#2627](https://github.com/emberjs/ember-inspector/pull/2627) fix: Cannot convert a Symbol value to a string ([@lifeart](https://github.com/lifeart))\n\n#### :memo: Documentation\n* `ember-inspector`\n * [#2626](https://github.com/emberjs/ember-inspector/pull/2626) docs: add precisions about running for development with bookmarklet ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2685](https://github.com/emberjs/ember-inspector/pull/2685) Fix release ([@mansona](https://github.com/mansona))\n * [#2684](https://github.com/emberjs/ember-inspector/pull/2684) add client secret to the build and upload script ([@mansona](https://github.com/mansona))\n * [#2683](https://github.com/emberjs/ember-inspector/pull/2683) Create PRIVACY.md ([@mansona](https://github.com/mansona))\n * [#2675](https://github.com/emberjs/ember-inspector/pull/2675) Fix theme colors no rendering in tests and bookmarklet ([@pichfl](https://github.com/pichfl))\n * [#2674](https://github.com/emberjs/ember-inspector/pull/2674) Remove the \"ui\" in-repo-addon ([@pichfl](https://github.com/pichfl))\n * [#2671](https://github.com/emberjs/ember-inspector/pull/2671) use relative imports inside ember-debug ([@mansona](https://github.com/mansona))\n * [#2670](https://github.com/emberjs/ember-inspector/pull/2670) remove overkill use of env to simplify new build process ([@mansona](https://github.com/mansona))\n * [#2669](https://github.com/emberjs/ember-inspector/pull/2669) Achieve centralizing imports from Ember ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2668](https://github.com/emberjs/ember-inspector/pull/2668) Cleanup import ember ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2662](https://github.com/emberjs/ember-inspector/pull/2662) fix watch test script ([@patricklx](https://github.com/patricklx))\n * [#2656](https://github.com/emberjs/ember-inspector/pull/2656) fix local dev ([@patricklx](https://github.com/patricklx))\n * [#2660](https://github.com/emberjs/ember-inspector/pull/2660) Centralize interactions with ember-source: wormhole ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2653](https://github.com/emberjs/ember-inspector/pull/2653) Refactor: Centralize calls to `emberSafeRequire` ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2654](https://github.com/emberjs/ember-inspector/pull/2654) Remove loader ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2645](https://github.com/emberjs/ember-inspector/pull/2645) move build of ember-debug to rollup ([@mansona](https://github.com/mansona))\n * [#2628](https://github.com/emberjs/ember-inspector/pull/2628) require all ember modules in one place ([@mansona](https://github.com/mansona))\n * [#2648](https://github.com/emberjs/ember-inspector/pull/2648) fix ember 3.x-lts ([@patricklx](https://github.com/patricklx))\n * [#2652](https://github.com/emberjs/ember-inspector/pull/2652) prepare profile manager tests for ember 6 ([@patricklx](https://github.com/patricklx))\n * [#2650](https://github.com/emberjs/ember-inspector/pull/2650) Prepare ember 6+ support/ view-debug ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2649](https://github.com/emberjs/ember-inspector/pull/2649) update release-plan ([@mansona](https://github.com/mansona))\n * [#2647](https://github.com/emberjs/ember-inspector/pull/2647) Remove unused file `trigger-port.js` ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#2644](https://github.com/emberjs/ember-inspector/pull/2644) add packageManager for people not using volta ([@mansona](https://github.com/mansona))\n * [#2643](https://github.com/emberjs/ember-inspector/pull/2643) test ember 5.8 and 5.12 ([@mansona](https://github.com/mansona))\n * [#2624](https://github.com/emberjs/ember-inspector/pull/2624) ember-cli-update to latest blueprints ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2623](https://github.com/emberjs/ember-inspector/pull/2623) Remove gets and access props directly ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2620](https://github.com/emberjs/ember-inspector/pull/2620) Remove pushObjects from RenderTree ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2621](https://github.com/emberjs/ember-inspector/pull/2621) Remove unused evented from ListContent ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2619](https://github.com/emberjs/ember-inspector/pull/2619) Remove Evented from ListContent ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2618](https://github.com/emberjs/ember-inspector/pull/2618) Remove Evented from PromiseAssembler ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2617](https://github.com/emberjs/ember-inspector/pull/2617) Convert adapters and port to TS, remove Evented from port ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2601](https://github.com/emberjs/ember-inspector/pull/2601) More progress removing prototype extensions ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2602](https://github.com/emberjs/ember-inspector/pull/2602) cleanup filterBy & mapBy prototype extensions ([@patricklx](https://github.com/patricklx))\n * [#2600](https://github.com/emberjs/ember-inspector/pull/2600) Remove mapBy and filterBy ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#2598](https://github.com/emberjs/ember-inspector/pull/2598) Update to Ember 5.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 6\n- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
17
+
"description": "## Release (2025-10-28)\n\n* ember-inspector 4.14.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))\n * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))\n * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## Release (2025-10-28)
4
+
5
+
* ember-inspector 4.14.1 (patch)
6
+
7
+
#### :bug: Bug Fix
8
+
*`ember-inspector`
9
+
*[#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))
10
+
*[#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))
11
+
*[#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))
12
+
13
+
#### Committers: 2
14
+
- Chris Manson ([@mansona](https://github.com/mansona))
15
+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
0 commit comments