Skip to content

Commit 408956d

Browse files
Release 4.8.0
1 parent 44fa90b commit 408956d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
4+
## v4.8.0 (2022-10-12)
5+
6+
#### :rocket: Enhancement
7+
* [#2161](https://github.com/emberjs/ember-inspector/pull/2161) fix app switching ([@patricklx](https://github.com/patricklx))
8+
* [#2147](https://github.com/emberjs/ember-inspector/pull/2147) show args for template only components ([@patricklx](https://github.com/patricklx))
9+
* [#2158](https://github.com/emberjs/ember-inspector/pull/2158) scroll into view while previewing or selecting from page ([@patricklx](https://github.com/patricklx))
10+
* [#2156](https://github.com/emberjs/ember-inspector/pull/2156) correctly serialize args for internal components like Input ([@patricklx](https://github.com/patricklx))
11+
12+
#### :bug: Bug Fix
13+
* [#2186](https://github.com/emberjs/ember-inspector/pull/2186) [bug] data tab does not load if there are no models ([@patricklx](https://github.com/patricklx))
14+
* [#2178](https://github.com/emberjs/ember-inspector/pull/2178) fix some pages not loading ([@patricklx](https://github.com/patricklx))
15+
* [#2177](https://github.com/emberjs/ember-inspector/pull/2177) getRange might return null ([@patricklx](https://github.com/patricklx))
16+
* [#2176](https://github.com/emberjs/ember-inspector/pull/2176) iterate check over retained objects if they are destroyed ([@patricklx](https://github.com/patricklx))
17+
* [#2169](https://github.com/emberjs/ember-inspector/pull/2169) fix some more app switching issues ([@patricklx](https://github.com/patricklx))
18+
* [#2162](https://github.com/emberjs/ember-inspector/pull/2162) fix args of template only components ([@patricklx](https://github.com/patricklx))
19+
* [#2157](https://github.com/emberjs/ember-inspector/pull/2157) fix iframes without src, e.g. twiddle ([@patricklx](https://github.com/patricklx))
20+
21+
#### :house: Internal
22+
* [#2168](https://github.com/emberjs/ember-inspector/pull/2168) cleanup iframes & firefox skeleton ([@patricklx](https://github.com/patricklx))
23+
* [#2133](https://github.com/emberjs/ember-inspector/pull/2133) Update all master refs to main ([@rwwagner90](https://github.com/rwwagner90))
24+
* [#2126](https://github.com/emberjs/ember-inspector/pull/2126) Refactor List to glimmer, remove lifecycle hooks ([@rwwagner90](https://github.com/rwwagner90))
25+
* [#2128](https://github.com/emberjs/ember-inspector/pull/2128) Target Ember 3.16+ for main branch ([@rwwagner90](https://github.com/rwwagner90))
26+
27+
#### Committers: 2
28+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
29+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
30+
331
## v4.7.1 (2022-08-31)
432

533
#### :house: Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inspector",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
55
"repository": "https://github.com/emberjs/ember-inspector",
66
"license": "MIT",

0 commit comments

Comments
 (0)