diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e62b12d1a..5ebe5f405e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [v3.13.0](https://github.com/emberjs/ember-inspector/tree/v3.13.0) (2019-12-19) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.12.5...v3.13.0) + +**Implemented enhancements:** + +- Don't abuse timers [\#1108](https://github.com/emberjs/ember-inspector/pull/1108) ([chancancode](https://github.com/chancancode)) +- Only deepClone when without prototype extensions [\#1107](https://github.com/emberjs/ember-inspector/pull/1107) ([chancancode](https://github.com/chancancode)) +- Revamp components inspection \(Octane support and improved UX\) [\#1088](https://github.com/emberjs/ember-inspector/pull/1088) ([chancancode](https://github.com/chancancode)) +- Fix tracked detection [\#1087](https://github.com/emberjs/ember-inspector/pull/1087) ([patricklx](https://github.com/patricklx)) +- Name Known Ember Mixins [\#1055](https://github.com/emberjs/ember-inspector/pull/1055) ([patricklx](https://github.com/patricklx)) +- Improve proxies [\#1053](https://github.com/emberjs/ember-inspector/pull/1053) ([patricklx](https://github.com/patricklx)) +- Fix Ember.typeof replace with custom typeof [\#1052](https://github.com/emberjs/ember-inspector/pull/1052) ([patricklx](https://github.com/patricklx)) + +**Fixed bugs:** + +- inspector breaks for Glimmer Components containing {{link-to}} [\#961](https://github.com/emberjs/ember-inspector/issues/961) +- Fix inspecting Glimmer components w/ obj inspector [\#1106](https://github.com/emberjs/ember-inspector/pull/1106) ([chancancode](https://github.com/chancancode)) +- Avoid errors when using older Ember versions. [\#1102](https://github.com/emberjs/ember-inspector/pull/1102) ([chancancode](https://github.com/chancancode)) +- fix issue with ember tracking reentry assert [\#1094](https://github.com/emberjs/ember-inspector/pull/1094) ([patricklx](https://github.com/patricklx)) +- fix accessing properties of Object Proxy [\#1092](https://github.com/emberjs/ember-inspector/pull/1092) ([patricklx](https://github.com/patricklx)) +- Fix template name [\#1085](https://github.com/emberjs/ember-inspector/pull/1085) ([chancancode](https://github.com/chancancode)) + +**Closed issues:** + +- component.get is not a function errors [\#1049](https://github.com/emberjs/ember-inspector/issues/1049) +- Integrate debug render tree [\#1031](https://github.com/emberjs/ember-inspector/issues/1031) +- Figure out an API to get the component from the DOM [\#1001](https://github.com/emberjs/ember-inspector/issues/1001) +- Custom Component Support [\#870](https://github.com/emberjs/ember-inspector/issues/870) + +**Merged pull requests:** + +- Update `inspectNode` implementation [\#1105](https://github.com/emberjs/ember-inspector/pull/1105) ([chancancode](https://github.com/chancancode)) +- Upload PR artifacts [\#1104](https://github.com/emberjs/ember-inspector/pull/1104) ([chancancode](https://github.com/chancancode)) +- Refactor acceptance tests [\#1103](https://github.com/emberjs/ember-inspector/pull/1103) ([chancancode](https://github.com/chancancode)) +- Fix no-new-mixins [\#1099](https://github.com/emberjs/ember-inspector/pull/1099) ([chancancode](https://github.com/chancancode)) +- Bump dependencies [\#1096](https://github.com/emberjs/ember-inspector/pull/1096) ([chancancode](https://github.com/chancancode)) +- Refactor `StorageService` [\#1095](https://github.com/emberjs/ember-inspector/pull/1095) ([chancancode](https://github.com/chancancode)) +- Do not include leading zeros when calculating version number [\#1091](https://github.com/emberjs/ember-inspector/pull/1091) ([locks](https://github.com/locks)) +- Refactor app `port` into a regular service [\#1090](https://github.com/emberjs/ember-inspector/pull/1090) ([chancancode](https://github.com/chancancode)) +- Fix inspector in Electron [\#1084](https://github.com/emberjs/ember-inspector/pull/1084) ([bendemboski](https://github.com/bendemboski)) +- Sync CHANGELOG [\#1083](https://github.com/emberjs/ember-inspector/pull/1083) ([chancancode](https://github.com/chancancode)) +- Use babel-plugin-module-resolver [\#998](https://github.com/emberjs/ember-inspector/pull/998) ([rwwagner90](https://github.com/rwwagner90)) + ## [v3.12.5](https://github.com/emberjs/ember-inspector/tree/v3.12.5) (2019-11-13) [Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.12.4...v3.12.5) @@ -188,6 +232,378 @@ **Implemented enhancements:** +- Remove grunt for compress tasks [\#958](https://github.com/emberjs/ember-inspector/issues/958) +- Add encrypted S3 keys in Travis [\#968](https://github.com/emberjs/ember-inspector/pull/968) ([rwwagner90](https://github.com/rwwagner90)) +- Use Travis for S3 Uploads [\#967](https://github.com/emberjs/ember-inspector/pull/967) ([KamiKillertO](https://github.com/KamiKillertO)) +- Use isComputed when available [\#966](https://github.com/emberjs/ember-inspector/pull/966) ([rwwagner90](https://github.com/rwwagner90)) +- Replace grunt with gulp [\#964](https://github.com/emberjs/ember-inspector/pull/964) ([KamiKillertO](https://github.com/KamiKillertO)) +- Add back support for multiple apps [\#930](https://github.com/emberjs/ember-inspector/pull/930) ([rwwagner90](https://github.com/rwwagner90)) + +**Merged pull requests:** + +- Update minor version to 3.8.0 [\#963](https://github.com/emberjs/ember-inspector/pull/963) ([rwwagner90](https://github.com/rwwagner90)) + +## [v3.7.0](https://github.com/emberjs/ember-inspector/tree/v3.7.0) (2019-04-23) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.6.0...v3.7.0) + +**Implemented enhancements:** + +- Bump some deps, fix stylelint issues [\#960](https://github.com/emberjs/ember-inspector/pull/960) ([rwwagner90](https://github.com/rwwagner90)) +- Update Ember and CLI, bump deps, fix some deprecations, general cleanup [\#955](https://github.com/emberjs/ember-inspector/pull/955) ([rwwagner90](https://github.com/rwwagner90)) +- Remove usage of chainable functions .readOnly\(\) [\#951](https://github.com/emberjs/ember-inspector/pull/951) ([gabz75](https://github.com/gabz75)) +- UI Components Add-On [\#942](https://github.com/emberjs/ember-inspector/pull/942) ([nummi](https://github.com/nummi)) +- Default theme for bookmarklet and tests [\#939](https://github.com/emberjs/ember-inspector/pull/939) ([nummi](https://github.com/nummi)) +- Simplify layout of Routes Tree [\#938](https://github.com/emberjs/ember-inspector/pull/938) ([nummi](https://github.com/nummi)) +- Remove "info" nav title [\#935](https://github.com/emberjs/ember-inspector/pull/935) ([nlfurniss](https://github.com/nlfurniss)) +- alt/option click to toggle children in component tree [\#925](https://github.com/emberjs/ember-inspector/pull/925) ([nummi](https://github.com/nummi)) + +**Fixed bugs:** + +- Editing an attributes adds quotes to the value [\#952](https://github.com/emberjs/ember-inspector/issues/952) +- Setting dependency keys using the `.property\(\)` modifier has been deprecated [\#944](https://github.com/emberjs/ember-inspector/issues/944) +- \[v3.5\] No longer detects my ember-app [\#927](https://github.com/emberjs/ember-inspector/issues/927) +- Ensure we do not add quotes twice to strings when edited [\#954](https://github.com/emberjs/ember-inspector/pull/954) ([rwwagner90](https://github.com/rwwagner90)) +- Fix setting \_channel by moving before super call [\#953](https://github.com/emberjs/ember-inspector/pull/953) ([rwwagner90](https://github.com/rwwagner90)) +- Remove usage of .property\(\) syntax for setting CP keys [\#948](https://github.com/emberjs/ember-inspector/pull/948) ([gabz75](https://github.com/gabz75)) +- Fix Error Page Console Error [\#945](https://github.com/emberjs/ember-inspector/pull/945) ([nummi](https://github.com/nummi)) + +**Closed issues:** + +- Remove usage of .readOnly\(\) [\#950](https://github.com/emberjs/ember-inspector/issues/950) +- Ember inspector crashes in Data tab [\#946](https://github.com/emberjs/ember-inspector/issues/946) +- Removal of View Tab [\#923](https://github.com/emberjs/ember-inspector/issues/923) +- routeHandler.get is not a function [\#895](https://github.com/emberjs/ember-inspector/issues/895) +- Problems with ember-cli-deprecation-workflow [\#857](https://github.com/emberjs/ember-inspector/issues/857) + +**Merged pull requests:** + +- Bubble up deprecations for ember-deprecation-workflow \(\#857\) [\#949](https://github.com/emberjs/ember-inspector/pull/949) ([robustdj](https://github.com/robustdj)) +- Bump minor version to 3.7.0 [\#934](https://github.com/emberjs/ember-inspector/pull/934) ([rwwagner90](https://github.com/rwwagner90)) +- Changelog for 3.6 [\#933](https://github.com/emberjs/ember-inspector/pull/933) ([rwwagner90](https://github.com/rwwagner90)) + +## [v3.6.0](https://github.com/emberjs/ember-inspector/tree/v3.6.0) (2019-01-29) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.5.0...v3.6.0) + +**Implemented enhancements:** + +- Default to Components Route [\#924](https://github.com/emberjs/ember-inspector/pull/924) ([nummi](https://github.com/nummi)) + +**Closed issues:** + +- getApplications\(...\).mapBy is not a function [\#926](https://github.com/emberjs/ember-inspector/issues/926) + +**Merged pull requests:** + +- Revert the things [\#932](https://github.com/emberjs/ember-inspector/pull/932) ([rwwagner90](https://github.com/rwwagner90)) +- use map for broader compatibility [\#928](https://github.com/emberjs/ember-inspector/pull/928) ([efx](https://github.com/efx)) +- Bump minor version to 3.6.0 [\#922](https://github.com/emberjs/ember-inspector/pull/922) ([rwwagner90](https://github.com/rwwagner90)) +- Update CHANGELOG.md [\#921](https://github.com/emberjs/ember-inspector/pull/921) ([rwwagner90](https://github.com/rwwagner90)) + +## [v3.5.0](https://github.com/emberjs/ember-inspector/tree/v3.5.0) (2019-01-25) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.4.0...v3.5.0) + +**Implemented enhancements:** + +- Chrome Store Extension page refers to old repo. [\#893](https://github.com/emberjs/ember-inspector/issues/893) +- Button to view element in browser Elements panel [\#917](https://github.com/emberjs/ember-inspector/pull/917) ([nummi](https://github.com/nummi)) +- Ember 3.7 beta, bump other deps [\#911](https://github.com/emberjs/ember-inspector/pull/911) ([rwwagner90](https://github.com/rwwagner90)) +- Use ember-table for Container [\#910](https://github.com/emberjs/ember-inspector/pull/910) ([nummi](https://github.com/nummi)) +- Use ember-table for Libraries Tab [\#907](https://github.com/emberjs/ember-inspector/pull/907) ([nummi](https://github.com/nummi)) +- Use ember-table for Routes Tab [\#906](https://github.com/emberjs/ember-inspector/pull/906) ([nummi](https://github.com/nummi)) +- Data Table Colors Fixens [\#904](https://github.com/emberjs/ember-inspector/pull/904) ([nummi](https://github.com/nummi)) +- Fix dropdown arrow in dark mode [\#902](https://github.com/emberjs/ember-inspector/pull/902) ([nummi](https://github.com/nummi)) +- \[multiple apps\] Support multiple apps on the same page and toggling between them [\#898](https://github.com/emberjs/ember-inspector/pull/898) ([alexhancock](https://github.com/alexhancock)) +- Remove Orange from Dark Theme [\#894](https://github.com/emberjs/ember-inspector/pull/894) ([nummi](https://github.com/nummi)) + +**Fixed bugs:** + +- Components in view tree test failing Ember 3.8+ [\#915](https://github.com/emberjs/ember-inspector/issues/915) +- Error retrieving/parsing sourcemaps with absolute sourcemap URLs [\#908](https://github.com/emberjs/ember-inspector/issues/908) +- Table's area sizing issue [\#892](https://github.com/emberjs/ember-inspector/issues/892) + +**Closed issues:** + +- Data Table Heading Colors [\#900](https://github.com/emberjs/ember-inspector/issues/900) + +**Merged pull requests:** + +- Remove 2 uses of sendAction [\#920](https://github.com/emberjs/ember-inspector/pull/920) ([nlfurniss](https://github.com/nlfurniss)) +- Use `\_target`, remove some duplication [\#919](https://github.com/emberjs/ember-inspector/pull/919) ([rwwagner90](https://github.com/rwwagner90)) +- Fix SVG viewBox warning for ember-icon [\#913](https://github.com/emberjs/ember-inspector/pull/913) ([nummi](https://github.com/nummi)) +- Fix x-list height and column width on window resize [\#912](https://github.com/emberjs/ember-inspector/pull/912) ([nummi](https://github.com/nummi)) +- When forming the URL to retrieve a source map, if it is already an absolute URL then use it as is [\#909](https://github.com/emberjs/ember-inspector/pull/909) ([fusion2004](https://github.com/fusion2004)) +- Bump minor version to 3.5.0 [\#905](https://github.com/emberjs/ember-inspector/pull/905) ([rwwagner90](https://github.com/rwwagner90)) +- Clean up unused manifest property + prevent error in storage lookup [\#899](https://github.com/emberjs/ember-inspector/pull/899) ([22a](https://github.com/22a)) +- Ember 3.5.1, lots of template lint fixes [\#896](https://github.com/emberjs/ember-inspector/pull/896) ([rwwagner90](https://github.com/rwwagner90)) +- Update changelog for 3.4.0 [\#891](https://github.com/emberjs/ember-inspector/pull/891) ([rwwagner90](https://github.com/rwwagner90)) + +## [v3.4.0](https://github.com/emberjs/ember-inspector/tree/v3.4.0) (2018-12-03) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.3.2...v3.4.0) + +**Implemented enhancements:** + +- Replace Inspect Ember Component Icon with Ember "e" [\#871](https://github.com/emberjs/ember-inspector/issues/871) +- What's New [\#821](https://github.com/emberjs/ember-inspector/issues/821) +- add a refresh button for Data tab like you do for Container [\#672](https://github.com/emberjs/ember-inspector/issues/672) +- Alphabetically sort data view [\#562](https://github.com/emberjs/ember-inspector/issues/562) +- Routes tab, hide substates checkbox [\#502](https://github.com/emberjs/ember-inspector/issues/502) +- Collapse deprecations by default [\#454](https://github.com/emberjs/ember-inspector/issues/454) +- Is it possible use ember-extension to dev chrome extension with emberjs [\#115](https://github.com/emberjs/ember-inspector/issues/115) +- Enforce stylelint [\#889](https://github.com/emberjs/ember-inspector/pull/889) ([rwwagner90](https://github.com/rwwagner90)) +- Add a Refresh button to the Data Tab [\#886](https://github.com/emberjs/ember-inspector/pull/886) ([pbishop16](https://github.com/pbishop16)) +- Send container to console \(\#311\) [\#882](https://github.com/emberjs/ember-inspector/pull/882) ([thorsteinsson](https://github.com/thorsteinsson)) +- Flat Display of Object Properties [\#877](https://github.com/emberjs/ember-inspector/pull/877) ([nummi](https://github.com/nummi)) +- Replace small Tomster icons with Ember's 'e' icon [\#876](https://github.com/emberjs/ember-inspector/pull/876) ([dipil-saud](https://github.com/dipil-saud)) +- Use ember-table for the Ember Data inspector [\#873](https://github.com/emberjs/ember-inspector/pull/873) ([thorsteinsson](https://github.com/thorsteinsson)) +- Expose storage type to use via LocalStorage service [\#869](https://github.com/emberjs/ember-inspector/pull/869) ([nlfurniss](https://github.com/nlfurniss)) +- Components view scrolling [\#867](https://github.com/emberjs/ember-inspector/pull/867) ([thorsteinsson](https://github.com/thorsteinsson)) +- Route Tree: Hide Substates Checkbox [\#860](https://github.com/emberjs/ember-inspector/pull/860) ([nummi](https://github.com/nummi)) +- What’s New screen [\#858](https://github.com/emberjs/ember-inspector/pull/858) ([nummi](https://github.com/nummi)) +- Remove jQuery, use flatpickr instead of pikaday [\#842](https://github.com/emberjs/ember-inspector/pull/842) ([rwwagner90](https://github.com/rwwagner90)) + +**Fixed bugs:** + +- Uncaught TypeError: Cannot read property 'send' of undefined [\#864](https://github.com/emberjs/ember-inspector/issues/864) +- Route Display Errors [\#861](https://github.com/emberjs/ember-inspector/issues/861) +- current route is not displayed if `resetNamespace:true` [\#832](https://github.com/emberjs/ember-inspector/issues/832) +- Ember Inspector has errored with ember-feature-flags [\#814](https://github.com/emberjs/ember-inspector/issues/814) +- Only application present in View Tree [\#419](https://github.com/emberjs/ember-inspector/issues/419) +- Don't send count if the object is destroyed [\#884](https://github.com/emberjs/ember-inspector/pull/884) ([thorsteinsson](https://github.com/thorsteinsson)) +- Use \[class='ember-view'\] selector to exclude anything with extra classes [\#874](https://github.com/emberjs/ember-inspector/pull/874) ([rwwagner90](https://github.com/rwwagner90)) +- Fix issue with Proxy services [\#859](https://github.com/emberjs/ember-inspector/pull/859) ([vladucu](https://github.com/vladucu)) +- Fix Ember Inspector during tests for Ember \>= 3 [\#855](https://github.com/emberjs/ember-inspector/pull/855) ([teddyzeenny](https://github.com/teddyzeenny)) + +**Closed issues:** + +- Add comment blocks to classes/methods/properties [\#378](https://github.com/emberjs/ember-inspector/issues/378) +- Allow flat display of object attributes [\#364](https://github.com/emberjs/ember-inspector/issues/364) +- Should expose container itself for easier debugging [\#311](https://github.com/emberjs/ember-inspector/issues/311) +- Use model's `primaryKey` value on data tab [\#57](https://github.com/emberjs/ember-inspector/issues/57) + +**Merged pull requests:** + +- Apply classes to get back record colors [\#888](https://github.com/emberjs/ember-inspector/pull/888) ([rwwagner90](https://github.com/rwwagner90)) +- Skip promise debug test that fails [\#887](https://github.com/emberjs/ember-inspector/pull/887) ([rwwagner90](https://github.com/rwwagner90)) +- Collapse deprecations by default [\#885](https://github.com/emberjs/ember-inspector/pull/885) ([thorsteinsson](https://github.com/thorsteinsson)) +- Fix test failures by passing function references to `off` [\#883](https://github.com/emberjs/ember-inspector/pull/883) ([rwwagner90](https://github.com/rwwagner90)) +- Add ability to sort models by record count [\#866](https://github.com/emberjs/ember-inspector/pull/866) ([nlfurniss](https://github.com/nlfurniss)) +- Add test for hideEmptyModelTypes [\#865](https://github.com/emberjs/ember-inspector/pull/865) ([nlfurniss](https://github.com/nlfurniss)) +- Fix routes reset namespace display [\#863](https://github.com/emberjs/ember-inspector/pull/863) ([pbishop16](https://github.com/pbishop16)) +- Bind to object to fix debugInfo [\#853](https://github.com/emberjs/ember-inspector/pull/853) ([rwwagner90](https://github.com/rwwagner90)) +- Update changelog for 3.3.0 [\#850](https://github.com/emberjs/ember-inspector/pull/850) ([rwwagner90](https://github.com/rwwagner90)) +- Bump minor version to 3.4.0 [\#849](https://github.com/emberjs/ember-inspector/pull/849) ([teddyzeenny](https://github.com/teddyzeenny)) + +## [v3.3.2](https://github.com/emberjs/ember-inspector/tree/v3.3.2) (2018-08-13) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.3.1...v3.3.2) + +**Implemented enhancements:** + +- Remove jQuery [\#590](https://github.com/emberjs/ember-inspector/issues/590) +- Filter Models \[enhancement\] [\#455](https://github.com/emberjs/ember-inspector/issues/455) + +**Fixed bugs:** + +- Failing in Ember 3.1 [\#818](https://github.com/emberjs/ember-inspector/issues/818) +- Seeing failing tests on `/tests` route with Ember Inspector open [\#816](https://github.com/emberjs/ember-inspector/issues/816) +- \[FEATURE REQUEST\] Find component by ID in Tree View [\#490](https://github.com/emberjs/ember-inspector/issues/490) + +## [v3.3.1](https://github.com/emberjs/ember-inspector/tree/v3.3.1) (2018-08-03) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.3.0...v3.3.1) + +**Closed issues:** + +- Cannot read property 'eachAttribute' of undefined [\#851](https://github.com/emberjs/ember-inspector/issues/851) + +## [v3.3.0](https://github.com/emberjs/ember-inspector/tree/v3.3.0) (2018-08-02) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.2.0...v3.3.0) + +**Implemented enhancements:** + +- explore removing sync XHR [\#820](https://github.com/emberjs/ember-inspector/issues/820) +- Implement "Inspect component" contextual menu [\#689](https://github.com/emberjs/ember-inspector/issues/689) +- Context menu item for inspecting components [\#843](https://github.com/emberjs/ember-inspector/pull/843) ([Bestra](https://github.com/Bestra)) +- Fix vertical-collection background colors [\#841](https://github.com/emberjs/ember-inspector/pull/841) ([rwwagner90](https://github.com/rwwagner90)) + +**Fixed bugs:** + +- Ember.copy deprecation warnings [\#834](https://github.com/emberjs/ember-inspector/issues/834) +- Inspector is not detecting Ember deprecations [\#833](https://github.com/emberjs/ember-inspector/issues/833) +- Inspector triggers targetObject deprecation [\#829](https://github.com/emberjs/ember-inspector/issues/829) +- Unable to traverse some ember data relationships in the Inspector [\#791](https://github.com/emberjs/ember-inspector/issues/791) + +**Closed issues:** + +- Can't select the Ember inspector tab in Firefox [\#819](https://github.com/emberjs/ember-inspector/issues/819) +- Deprecation Overload And UI Thread Locking [\#422](https://github.com/emberjs/ember-inspector/issues/422) + +**Merged pull requests:** + +- Use Ember.get to get \_debugInfo [\#847](https://github.com/emberjs/ember-inspector/pull/847) ([rwwagner90](https://github.com/rwwagner90)) +- Handle deprecations with registerDeprecationHandler [\#845](https://github.com/emberjs/ember-inspector/pull/845) ([rwwagner90](https://github.com/rwwagner90)) +- Add targetObject to skipProperties [\#844](https://github.com/emberjs/ember-inspector/pull/844) ([rwwagner90](https://github.com/rwwagner90)) +- Bump some deps [\#840](https://github.com/emberjs/ember-inspector/pull/840) ([rwwagner90](https://github.com/rwwagner90)) +- Convert to async xhr [\#839](https://github.com/emberjs/ember-inspector/pull/839) ([rwwagner90](https://github.com/rwwagner90)) +- Bump ember-svg-jar to silence deprecations, fix tests [\#838](https://github.com/emberjs/ember-inspector/pull/838) ([rwwagner90](https://github.com/rwwagner90)) +- Bump Ember, fix inspect issues [\#837](https://github.com/emberjs/ember-inspector/pull/837) ([rwwagner90](https://github.com/rwwagner90)) +- replace all uses of Ember.copy, Ember.merge w/ Object.assign [\#835](https://github.com/emberjs/ember-inspector/pull/835) ([bgentry](https://github.com/bgentry)) +- Avoid publishing secrets file to npm [\#830](https://github.com/emberjs/ember-inspector/pull/830) ([teddyzeenny](https://github.com/teddyzeenny)) +- Bump minor version to 3.3.0 [\#824](https://github.com/emberjs/ember-inspector/pull/824) ([teddyzeenny](https://github.com/teddyzeenny)) +- Send to Console Buttons to SVG [\#822](https://github.com/emberjs/ember-inspector/pull/822) ([nummi](https://github.com/nummi)) + +## [v3.2.0](https://github.com/emberjs/ember-inspector/tree/v3.2.0) (2018-07-03) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.1.3...v3.2.0) + +**Fixed bugs:** + +- Data - column Model Types is not resizable [\#813](https://github.com/emberjs/ember-inspector/issues/813) +- Data tab - change visible columns not working [\#803](https://github.com/emberjs/ember-inspector/issues/803) +- \[Error\] - `rootElement.getAttribute is not a function` when using 3.1.0-beta [\#775](https://github.com/emberjs/ember-inspector/issues/775) +- Fix toggling and resizing table columns [\#815](https://github.com/emberjs/ember-inspector/pull/815) ([teddyzeenny](https://github.com/teddyzeenny)) +- Fix rootElement.getAttribute error [\#812](https://github.com/emberjs/ember-inspector/pull/812) ([rwwagner90](https://github.com/rwwagner90)) + +**Closed issues:** + +- CPU spiking [\#817](https://github.com/emberjs/ember-inspector/issues/817) + +**Merged pull requests:** + +- \[BUGFIX\] remove usage of `Ember.EXTEND\_PROTOTYPES` [\#810](https://github.com/emberjs/ember-inspector/pull/810) ([bekzod](https://github.com/bekzod)) +- Remove application key from manifest [\#809](https://github.com/emberjs/ember-inspector/pull/809) ([teddyzeenny](https://github.com/teddyzeenny)) +- Bump minor version to 3.2.0 [\#807](https://github.com/emberjs/ember-inspector/pull/807) ([teddyzeenny](https://github.com/teddyzeenny)) +- Color Variables Cleanup [\#806](https://github.com/emberjs/ember-inspector/pull/806) ([nummi](https://github.com/nummi)) +- Fix Inspector tab display in Firefox Developer Edition [\#804](https://github.com/emberjs/ember-inspector/pull/804) ([pbishop16](https://github.com/pbishop16)) +- Object Inspector Large Key Name Fix [\#801](https://github.com/emberjs/ember-inspector/pull/801) ([nummi](https://github.com/nummi)) +- Search Routes [\#799](https://github.com/emberjs/ember-inspector/pull/799) ([nummi](https://github.com/nummi)) +- Update changelog and add instructions [\#796](https://github.com/emberjs/ember-inspector/pull/796) ([rwwagner90](https://github.com/rwwagner90)) +- Refactor duplication [\#792](https://github.com/emberjs/ember-inspector/pull/792) ([rwwagner90](https://github.com/rwwagner90)) + +## [v3.1.3](https://github.com/emberjs/ember-inspector/tree/v3.1.3) (2018-05-26) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.1.2...v3.1.3) + +## [v3.1.2](https://github.com/emberjs/ember-inspector/tree/v3.1.2) (2018-05-25) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.1.1...v3.1.2) + +## [v3.1.1](https://github.com/emberjs/ember-inspector/tree/v3.1.1) (2018-05-25) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.1.0...v3.1.1) + +**Fixed bugs:** + +- Tab does not display in Firefox Developer Edition [\#802](https://github.com/emberjs/ember-inspector/issues/802) + +**Closed issues:** + +- Property icon floating issue [\#800](https://github.com/emberjs/ember-inspector/issues/800) +- Feature request: route search [\#129](https://github.com/emberjs/ember-inspector/issues/129) + +## [v3.1.0](https://github.com/emberjs/ember-inspector/tree/v3.1.0) (2018-05-01) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- Implement dark theme [\#771](https://github.com/emberjs/ember-inspector/issues/771) +- Remove bower deps [\#786](https://github.com/emberjs/ember-inspector/pull/786) ([rwwagner90](https://github.com/rwwagner90)) +- UI Tweaks April 2018 [\#780](https://github.com/emberjs/ember-inspector/pull/780) ([nummi](https://github.com/nummi)) + +**Fixed bugs:** + +- ember inspector error in Chrome Version 65.0.3325.181 [\#783](https://github.com/emberjs/ember-inspector/issues/783) +- "Cannot read property 'outlets' of undefined" On Ember 3.1-beta.1 [\#770](https://github.com/emberjs/ember-inspector/issues/770) +- Data tab not working [\#739](https://github.com/emberjs/ember-inspector/issues/739) + +**Closed issues:** + +- Show computed property dependent keys [\#779](https://github.com/emberjs/ember-inspector/issues/779) +- UI Tweaks April 2018 [\#778](https://github.com/emberjs/ember-inspector/issues/778) +- \[Quest\] - Implement Component Tree [\#774](https://github.com/emberjs/ember-inspector/issues/774) +- Cannot read property 'getAttribute' of undefined [\#727](https://github.com/emberjs/ember-inspector/issues/727) +- Stack trace: TypeError: definedControllerClass.proto is not a function [\#629](https://github.com/emberjs/ember-inspector/issues/629) +- Error: You must use Ember.set\(\) to set the `scheduledRevalidation` property [\#559](https://github.com/emberjs/ember-inspector/issues/559) +- Erro when i click ViewTree and any Controller. [\#523](https://github.com/emberjs/ember-inspector/issues/523) +- \[IDEA\] Component Hierarchy Tab [\#465](https://github.com/emberjs/ember-inspector/issues/465) +- Can't fetch Ember deprecations [\#429](https://github.com/emberjs/ember-inspector/issues/429) + +**Merged pull requests:** + +- Adjust toolbar radio colors [\#794](https://github.com/emberjs/ember-inspector/pull/794) ([nummi](https://github.com/nummi)) +- Remove references to bower in README [\#793](https://github.com/emberjs/ember-inspector/pull/793) ([josemarluedke](https://github.com/josemarluedke)) +- Use `qunit-dom` for DOM assertions [\#790](https://github.com/emberjs/ember-inspector/pull/790) ([Turbo87](https://github.com/Turbo87)) +- Sticky Mixin Headers [\#789](https://github.com/emberjs/ember-inspector/pull/789) ([nummi](https://github.com/nummi)) +- \[WIP\] Trying to fix beta and canary [\#787](https://github.com/emberjs/ember-inspector/pull/787) ([rwwagner90](https://github.com/rwwagner90)) +- Initial component tree implementation [\#785](https://github.com/emberjs/ember-inspector/pull/785) ([Bestra](https://github.com/Bestra)) +- search-field Component Bug Fix and Acceptance Tests [\#784](https://github.com/emberjs/ember-inspector/pull/784) ([nummi](https://github.com/nummi)) +- Implement dark theme [\#782](https://github.com/emberjs/ember-inspector/pull/782) ([pbishop16](https://github.com/pbishop16)) +- Feature: ComputedProperty Dependent keys in debugger & services highlighting [\#781](https://github.com/emberjs/ember-inspector/pull/781) ([lifeart](https://github.com/lifeart)) +- Link directly to issues url [\#776](https://github.com/emberjs/ember-inspector/pull/776) ([sivakumar-kailasam](https://github.com/sivakumar-kailasam)) +- Start auto generating changelogs [\#773](https://github.com/emberjs/ember-inspector/pull/773) ([rwwagner90](https://github.com/rwwagner90)) +- Bump minor version to 3.1.0 [\#769](https://github.com/emberjs/ember-inspector/pull/769) ([teddyzeenny](https://github.com/teddyzeenny)) +- Remove jQuery from app [\#768](https://github.com/emberjs/ember-inspector/pull/768) ([rwwagner90](https://github.com/rwwagner90)) + +## [v3.0.0](https://github.com/emberjs/ember-inspector/tree/v3.0.0) (2018-03-08) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v2.3.1...v3.0.0) + +**Implemented enhancements:** + +- Test against all supported Ember versions with ember-try [\#763](https://github.com/emberjs/ember-inspector/issues/763) + +**Fixed bugs:** + +- Empty mixins break component selector [\#752](https://github.com/emberjs/ember-inspector/issues/752) +- Make View Tree support Glimmer components [\#750](https://github.com/emberjs/ember-inspector/issues/750) +- Not visible in Chromium 62 or Vivaldi 1.12 [\#734](https://github.com/emberjs/ember-inspector/issues/734) + +**Closed issues:** + +- Remove ember\_debug/addons/ember-new-computed [\#758](https://github.com/emberjs/ember-inspector/issues/758) +- Consider dropping Ember 1.x support / `ember-new-computed` [\#745](https://github.com/emberjs/ember-inspector/issues/745) +- \[feature discussion\] ability to configure value for "Hide Empty Model Types" [\#741](https://github.com/emberjs/ember-inspector/issues/741) +- Can not build current master [\#736](https://github.com/emberjs/ember-inspector/issues/736) +- Support Firefox 57.0 \("Quantum"\) [\#735](https://github.com/emberjs/ember-inspector/issues/735) +- Illegal invocation when using View tree. [\#718](https://github.com/emberjs/ember-inspector/issues/718) +- Compatibility with new modules API \(Ember 2.16\) [\#707](https://github.com/emberjs/ember-inspector/issues/707) + +**Merged pull requests:** + +- Fix text field assertion [\#767](https://github.com/emberjs/ember-inspector/pull/767) ([rwwagner90](https://github.com/rwwagner90)) +- Add branches to build in Travis CI [\#766](https://github.com/emberjs/ember-inspector/pull/766) ([teddyzeenny](https://github.com/teddyzeenny)) +- Fix inspector reset on client app's reset and destroy [\#765](https://github.com/emberjs/ember-inspector/pull/765) ([teddyzeenny](https://github.com/teddyzeenny)) +- Bump version to 3.0.0 [\#764](https://github.com/emberjs/ember-inspector/pull/764) ([teddyzeenny](https://github.com/teddyzeenny)) +- Ember 3.0, dep updates, testing updates, and codemods [\#762](https://github.com/emberjs/ember-inspector/pull/762) ([rwwagner90](https://github.com/rwwagner90)) +- Remove computedPolyfill [\#761](https://github.com/emberjs/ember-inspector/pull/761) ([rwwagner90](https://github.com/rwwagner90)) +- Remove getTemplate stuff [\#760](https://github.com/emberjs/ember-inspector/pull/760) ([rwwagner90](https://github.com/rwwagner90)) +- Fix file paths displayed in the Routes tab [\#757](https://github.com/emberjs/ember-inspector/pull/757) ([omarhamdan](https://github.com/omarhamdan)) +- Add Documentation + Minor Cleanup [\#755](https://github.com/emberjs/ember-inspector/pull/755) ([omarhamdan](https://github.com/omarhamdan)) +- Allow for empty mixins [\#753](https://github.com/emberjs/ember-inspector/pull/753) ([XuluWarrior](https://github.com/XuluWarrior)) +- ember-qunit-codemod [\#751](https://github.com/emberjs/ember-inspector/pull/751) ([rwwagner90](https://github.com/rwwagner90)) +- Start converting to module imports [\#749](https://github.com/emberjs/ember-inspector/pull/749) ([rwwagner90](https://github.com/rwwagner90)) +- Fix loading main outlet [\#748](https://github.com/emberjs/ember-inspector/pull/748) ([rwwagner90](https://github.com/rwwagner90)) +- Drop ember-new-computed [\#746](https://github.com/emberjs/ember-inspector/pull/746) ([jacobq](https://github.com/jacobq)) +- UI Tweaks to Match Latest Inspectors [\#744](https://github.com/emberjs/ember-inspector/pull/744) ([nummi](https://github.com/nummi)) +- Update Inspect Views Icon [\#743](https://github.com/emberjs/ember-inspector/pull/743) ([nummi](https://github.com/nummi)) +- preserve model type hiding [\#742](https://github.com/emberjs/ember-inspector/pull/742) ([efx](https://github.com/efx)) +- Bump patch version to 2.3.1 [\#738](https://github.com/emberjs/ember-inspector/pull/738) ([teddyzeenny](https://github.com/teddyzeenny)) +- Remove unsafe-eval from the csp [\#737](https://github.com/emberjs/ember-inspector/pull/737) ([teddyzeenny](https://github.com/teddyzeenny)) +- prevent undefined options error [\#732](https://github.com/emberjs/ember-inspector/pull/732) ([lifeart](https://github.com/lifeart)) +- Avoid error in some environments [\#638](https://github.com/emberjs/ember-inspector/pull/638) ([pablobm](https://github.com/pablobm)) + +## [v3.8.0](https://github.com/emberjs/ember-inspector/tree/v3.8.0) (2019-05-09) + +[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.7.0...v3.8.0) + +**Implemented enhancements:** + - Remove grunt for compress tasks [\#958](https://github.com/emberjs/ember-inspector/issues/958) - Add encrypted S3 keys in Travis [\#968](https://github.com/emberjs/ember-inspector/pull/968) ([rwwagner90](https://github.com/rwwagner90)) - Use isComputed when available [\#966](https://github.com/emberjs/ember-inspector/pull/966) ([rwwagner90](https://github.com/rwwagner90))