From c8a4c09b49f9e4ffe7fd281838039f3efab9b510 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Dec 2018 09:02:29 -0500 Subject: [PATCH 1/6] Add Inspector Update --- .../2018-12-21-the-ember-times-issue-78.md | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/source/blog/2018-12-21-the-ember-times-issue-78.md b/source/blog/2018-12-21-the-ember-times-issue-78.md index cd88f6ca52..aa99c847db 100644 --- a/source/blog/2018-12-21-the-ember-times-issue-78.md +++ b/source/blog/2018-12-21-the-ember-times-issue-78.md @@ -12,7 +12,27 @@ responsive: true --- -## [SECTION TITLE](#section-url) +## [What's New in Ember Inspector](#section-url) + +We've been working hard over the past few months to close out lots of +super old issues (some from several years ago!), and work on adding new +features to Ember Inspector. Thanks to [@nummi](https://github.com/nummi) +you can now more easily keep up with the changes being made as well! When +you open a new version of Ember Inspector, you'll now be shown an info tab +with all the changes since the last version. + +![](https://imgur.com/BiqsmqV.png) + +We also did a few third party library swaps and updates, +most notably switching from ember-pikaday to [ember-flatpickr](https://github.com/shipshapecode/ember-flatpickr) +and using [ember-table](https://github.com/Addepar/ember-table) for the data tab. +[@thorsteinsson](https://github.com/thorsteinsson) championed the ember-table +work and, as a result of the switch, you can now scroll the table horizontally! :tada: + +Finally, we are working hard on the future of Ember Inspector, and have an RFC +up for making it extensible, which would allow for things like swapping out the +data tab to use Redux, etc. Please check out the RFC and let us know your +thoughts! [Link to RFC will go here (we haven't posted it yet)](). --- From 68d48784ab254accb17e809f6c52ff10cd66e1db Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Dec 2018 11:51:39 -0500 Subject: [PATCH 2/6] Add emojis --- source/blog/2018-12-21-the-ember-times-issue-78.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-12-21-the-ember-times-issue-78.md b/source/blog/2018-12-21-the-ember-times-issue-78.md index aa99c847db..a263362c10 100644 --- a/source/blog/2018-12-21-the-ember-times-issue-78.md +++ b/source/blog/2018-12-21-the-ember-times-issue-78.md @@ -12,7 +12,7 @@ responsive: true --- -## [What's New in Ember Inspector](#section-url) +## [What's New in Ember Inspector 🐹](#section-url) We've been working hard over the past few months to close out lots of super old issues (some from several years ago!), and work on adding new @@ -27,7 +27,7 @@ We also did a few third party library swaps and updates, most notably switching from ember-pikaday to [ember-flatpickr](https://github.com/shipshapecode/ember-flatpickr) and using [ember-table](https://github.com/Addepar/ember-table) for the data tab. [@thorsteinsson](https://github.com/thorsteinsson) championed the ember-table -work and, as a result of the switch, you can now scroll the table horizontally! :tada: +work and, as a result of the switch, you can now scroll the table horizontally! 🎉 Finally, we are working hard on the future of Ember Inspector, and have an RFC up for making it extensible, which would allow for things like swapping out the From 4f14566b205262d6558382c6e3cdbe0860ec18fa Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Dec 2018 13:12:02 -0500 Subject: [PATCH 3/6] Add RFC link --- source/blog/2018-12-21-the-ember-times-issue-78.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/blog/2018-12-21-the-ember-times-issue-78.md b/source/blog/2018-12-21-the-ember-times-issue-78.md index a263362c10..0e72966f81 100644 --- a/source/blog/2018-12-21-the-ember-times-issue-78.md +++ b/source/blog/2018-12-21-the-ember-times-issue-78.md @@ -12,7 +12,7 @@ responsive: true --- -## [What's New in Ember Inspector 🐹](#section-url) +## [What's New in Ember Inspector and Extensible Ember Inspector 🐹](https://github.com/emberjs/rfcs/pull/417) We've been working hard over the past few months to close out lots of super old issues (some from several years ago!), and work on adding new @@ -31,8 +31,8 @@ work and, as a result of the switch, you can now scroll the table horizontally! Finally, we are working hard on the future of Ember Inspector, and have an RFC up for making it extensible, which would allow for things like swapping out the -data tab to use Redux, etc. Please check out the RFC and let us know your -thoughts! [Link to RFC will go here (we haven't posted it yet)](). +data tab to use Redux, etc. Please check out [the RFC](https://github.com/emberjs/rfcs/pull/417) and let us know your +thoughts! --- From 0f65224b342730606b774c926e67b88f525c6076 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Dec 2018 14:40:33 -0500 Subject: [PATCH 4/6] Tweak based on feedback --- source/blog/2018-12-21-the-ember-times-issue-78.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-12-21-the-ember-times-issue-78.md b/source/blog/2018-12-21-the-ember-times-issue-78.md index 0e72966f81..fdf7919c68 100644 --- a/source/blog/2018-12-21-the-ember-times-issue-78.md +++ b/source/blog/2018-12-21-the-ember-times-issue-78.md @@ -14,7 +14,7 @@ responsive: true ## [What's New in Ember Inspector and Extensible Ember Inspector 🐹](https://github.com/emberjs/rfcs/pull/417) -We've been working hard over the past few months to close out lots of +The Ember Inspector team has been working hard over the past few months to close out lots of super old issues (some from several years ago!), and work on adding new features to Ember Inspector. Thanks to [@nummi](https://github.com/nummi) you can now more easily keep up with the changes being made as well! When @@ -24,8 +24,13 @@ with all the changes since the last version. ![](https://imgur.com/BiqsmqV.png) We also did a few third party library swaps and updates, -most notably switching from ember-pikaday to [ember-flatpickr](https://github.com/shipshapecode/ember-flatpickr) +most notably switching from [ember-pikaday](https://github.com/adopted-ember-addons/ember-pikaday) to +[ember-flatpickr](https://github.com/shipshapecode/ember-flatpickr) and using [ember-table](https://github.com/Addepar/ember-table) for the data tab. + +[@rwwagner90](https://github.com/rwwagner90) championed the date picker switch, which resolved several issues with +pikaday, and also removed our dependence on jQuery. + [@thorsteinsson](https://github.com/thorsteinsson) championed the ember-table work and, as a result of the switch, you can now scroll the table horizontally! 🎉 From 4e67b57a2cb5440ca2d25dda21dfcbc47ad9c406 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Dec 2018 14:41:23 -0500 Subject: [PATCH 5/6] Update 2018-12-21-the-ember-times-issue-78.md --- source/blog/2018-12-21-the-ember-times-issue-78.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/2018-12-21-the-ember-times-issue-78.md b/source/blog/2018-12-21-the-ember-times-issue-78.md index fdf7919c68..ca62303fd3 100644 --- a/source/blog/2018-12-21-the-ember-times-issue-78.md +++ b/source/blog/2018-12-21-the-ember-times-issue-78.md @@ -15,7 +15,7 @@ responsive: true ## [What's New in Ember Inspector and Extensible Ember Inspector 🐹](https://github.com/emberjs/rfcs/pull/417) The Ember Inspector team has been working hard over the past few months to close out lots of -super old issues (some from several years ago!), and work on adding new +super old issues (some from several years ago!), as well as adding new features to Ember Inspector. Thanks to [@nummi](https://github.com/nummi) you can now more easily keep up with the changes being made as well! When you open a new version of Ember Inspector, you'll now be shown an info tab From 3a9524a393af1e65f1105a57946aac7e47d11068 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Tue, 18 Dec 2018 14:44:00 -0500 Subject: [PATCH 6/6] Add myself to authors --- source/blog/2018-12-21-the-ember-times-issue-78.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blog/2018-12-21-the-ember-times-issue-78.md b/source/blog/2018-12-21-the-ember-times-issue-78.md index ca62303fd3..1632f9737e 100644 --- a/source/blog/2018-12-21-the-ember-times-issue-78.md +++ b/source/blog/2018-12-21-the-ember-times-issue-78.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 78 -author: the crowd +author: Robert Wagner tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/12/21-the-ember-times-issue-78.html" responsive: true @@ -115,4 +115,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Robert Wagner and the Learning Team