|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Release (2025-06-11) |
| 4 | + |
| 5 | +* ember-inspector 4.13.2 (patch) |
| 6 | + |
| 7 | +#### :bug: Bug Fix |
| 8 | +* `ember-inspector` |
| 9 | + * [#2639](https://github.com/emberjs/ember-inspector/pull/2639) fix `whats new` not showing latest changes ([@patricklx](https://github.com/patricklx)) |
| 10 | + * [#2640](https://github.com/emberjs/ember-inspector/pull/2640) fix for chrome bfcache ([@patricklx](https://github.com/patricklx)) |
| 11 | + * [#2646](https://github.com/emberjs/ember-inspector/pull/2646) Fix ember 6 ([@mansona](https://github.com/mansona)) |
| 12 | + * [#2627](https://github.com/emberjs/ember-inspector/pull/2627) fix: Cannot convert a Symbol value to a string ([@lifeart](https://github.com/lifeart)) |
| 13 | + |
| 14 | +#### :memo: Documentation |
| 15 | +* `ember-inspector` |
| 16 | + * [#2626](https://github.com/emberjs/ember-inspector/pull/2626) docs: add precisions about running for development with bookmarklet ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 17 | + |
| 18 | +#### :house: Internal |
| 19 | +* `ember-inspector` |
| 20 | + * [#2645](https://github.com/emberjs/ember-inspector/pull/2645) move build of ember-debug to rollup ([@mansona](https://github.com/mansona)) |
| 21 | + * [#2628](https://github.com/emberjs/ember-inspector/pull/2628) require all ember modules in one place ([@mansona](https://github.com/mansona)) |
| 22 | + * [#2648](https://github.com/emberjs/ember-inspector/pull/2648) fix ember 3.x-lts ([@patricklx](https://github.com/patricklx)) |
| 23 | + * [#2652](https://github.com/emberjs/ember-inspector/pull/2652) prepare profile manager tests for ember 6 ([@patricklx](https://github.com/patricklx)) |
| 24 | + * [#2650](https://github.com/emberjs/ember-inspector/pull/2650) Prepare ember 6+ support/ view-debug ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 25 | + * [#2649](https://github.com/emberjs/ember-inspector/pull/2649) update release-plan ([@mansona](https://github.com/mansona)) |
| 26 | + * [#2647](https://github.com/emberjs/ember-inspector/pull/2647) Remove unused file `trigger-port.js` ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 27 | + * [#2644](https://github.com/emberjs/ember-inspector/pull/2644) add packageManager for people not using volta ([@mansona](https://github.com/mansona)) |
| 28 | + * [#2643](https://github.com/emberjs/ember-inspector/pull/2643) test ember 5.8 and 5.12 ([@mansona](https://github.com/mansona)) |
| 29 | + * [#2624](https://github.com/emberjs/ember-inspector/pull/2624) ember-cli-update to latest blueprints ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 30 | + * [#2623](https://github.com/emberjs/ember-inspector/pull/2623) Remove gets and access props directly ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 31 | + * [#2620](https://github.com/emberjs/ember-inspector/pull/2620) Remove pushObjects from RenderTree ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 32 | + * [#2621](https://github.com/emberjs/ember-inspector/pull/2621) Remove unused evented from ListContent ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 33 | + * [#2619](https://github.com/emberjs/ember-inspector/pull/2619) Remove Evented from ListContent ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 34 | + * [#2618](https://github.com/emberjs/ember-inspector/pull/2618) Remove Evented from PromiseAssembler ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 35 | + * [#2617](https://github.com/emberjs/ember-inspector/pull/2617) Convert adapters and port to TS, remove Evented from port ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 36 | + * [#2601](https://github.com/emberjs/ember-inspector/pull/2601) More progress removing prototype extensions ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 37 | + * [#2602](https://github.com/emberjs/ember-inspector/pull/2602) cleanup filterBy & mapBy prototype extensions ([@patricklx](https://github.com/patricklx)) |
| 38 | + * [#2600](https://github.com/emberjs/ember-inspector/pull/2600) Remove mapBy and filterBy ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 39 | + * [#2598](https://github.com/emberjs/ember-inspector/pull/2598) Update to Ember 5.12 ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 40 | + |
| 41 | +#### Committers: 5 |
| 42 | +- Alex Kanunnikov ([@lifeart](https://github.com/lifeart)) |
| 43 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 44 | +- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial)) |
| 45 | +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) |
| 46 | +- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner)) |
| 47 | + |
3 | 48 | ## Release (2024-07-30)
|
4 | 49 |
|
5 | 50 | ember-inspector 4.13.1 (patch)
|
|
0 commit comments