From 4a7b9c00a46531592f1dcb375b0e1adddffc65f2 Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Fri, 6 Dec 2019 18:49:57 -0800 Subject: [PATCH 01/10] Set up Issue #128 --- .../2019-12-06-the-ember-times-issue-127.md | 2 +- .../2019-12-13-the-ember-times-issue-128.md | 137 ++++++++++++++++++ 2 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 source/2019-12-13-the-ember-times-issue-128.md diff --git a/source/2019-12-06-the-ember-times-issue-127.md b/source/2019-12-06-the-ember-times-issue-127.md index 7556869c6..bc7255fac 100644 --- a/source/2019-12-06-the-ember-times-issue-127.md +++ b/source/2019-12-06-the-ember-times-issue-127.md @@ -1,7 +1,7 @@ --- title: The Ember Times - Issue No. 127 author: Chris Ng, Isaac Lee, Jessica Jordan, Robert Wagner, Jared Galanis, Amy Lam -tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 +tags: Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/12/06-the-ember-times-issue-127.html" responsive: true --- diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md new file mode 100644 index 000000000..a6a4dead7 --- /dev/null +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -0,0 +1,137 @@ +--- +title: The Ember Times - Issue No. 128 +author: the crowd +tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 +alias : "blog/2019/12/13-the-ember-times-issue-128.html" +responsive: true +--- + + Emberistas! 🐹 + + + +READMORE + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Section Title in Title Case 🐹](#section-url) + + + + + + + +--- + +## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/) + +

This week we'd like to thank our siblings for their contributions to Ember and related repositories! πŸ’–

+ +--- + +## [Got a Question? Ask Readers' Questions! πŸ€“](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform) + +
+ Office Hours Tomster Mascot + +

Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!

+ +

Submit your own short and sweet question under bit.ly/ask-ember-core. And don’t worry, there are no silly questions, we appreciate them all - promise! 🀞

+
+ +--- + +## [#embertimes πŸ“°](https://blog.emberjs.com/tags/newsletter.html) + +Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#support-ember-times](https://discordapp.com/channels/480462759797063690/485450546887786506) on the [Ember Community Discord](https://discordapp.com/invite/zT3asNS) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter. + +Keep on top of what's been going on in Emberland this week by subscribing to our [e-mail newsletter](https://the-emberjs-times.ongoodbits.com/)! You can also find our posts on the [Ember blog](https://emberjs.com/blog/tags/newsletter.html). + +--- + +That's another wrap! ✨ + +Be kind, + +the crowd and the Learning Team From c69e6c8ac48553a7734c5702d37d3619ec82e724 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Tue, 10 Dec 2019 17:46:20 -0500 Subject: [PATCH 02/10] blog(embertimes128): accessible ember sortable --- source/2019-12-13-the-ember-times-issue-128.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index a6a4dead7..381a6e6bd 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -1,13 +1,13 @@ --- title: The Ember Times - Issue No. 128 -author: the crowd +author: Chris Ng, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/12/13-the-ember-times-issue-128.html" responsive: true --- Emberistas! 🐹 - +Check out the new accessible controls for ember-sortable πŸŽ›οΈ READMORE @@ -24,13 +24,13 @@ READMORE --- -## [Section Title in Title Case 🐹](#section-url) +## [Accessible controls for ember-sortable πŸŽ›οΈ](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) - - +[@ygongdev](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) an open source drag and drop list sort Ember addon. - - +The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [@drewlee](https://github.com/drewlee). The accessible controls are landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/)! + +[ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. --- @@ -134,4 +134,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Chris Ng, the crowd and the Learning Team From b4d061a81823425c426db064cf6550a5151650de Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Tue, 10 Dec 2019 17:47:21 -0500 Subject: [PATCH 03/10] update text --- source/2019-12-13-the-ember-times-issue-128.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 381a6e6bd..6a381b496 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -28,9 +28,9 @@ READMORE [@ygongdev](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) an open source drag and drop list sort Ember addon. -The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [@drewlee](https://github.com/drewlee). The accessible controls are landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/)! +The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [@drewlee](https://github.com/drewlee). The accessible controls have landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! -[ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. +[ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is also now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. --- From c62174eecbe23db3fa0801481cba5c445d99c4f4 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 07:38:53 -0500 Subject: [PATCH 04/10] Update source/2019-12-13-the-ember-times-issue-128.md Co-Authored-By: Amy Lam --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index e8522b499..d578130a7 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -27,7 +27,7 @@ READMORE ## [Accessible controls for ember-sortable πŸŽ›οΈ](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) -[@ygongdev](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) an open source drag and drop list sort Ember addon. +[Yicheng (Jerry) Gong (@ygongdev)](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable), an open source drag and drop list sort Ember addon. The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [@drewlee](https://github.com/drewlee). The accessible controls have landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! From fcb2225544eba90b053c25491671bcf635795331 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 07:39:07 -0500 Subject: [PATCH 05/10] Update source/2019-12-13-the-ember-times-issue-128.md Co-Authored-By: Amy Lam --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index d578130a7..77946bc81 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -29,7 +29,7 @@ READMORE [Yicheng (Jerry) Gong (@ygongdev)](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable), an open source drag and drop list sort Ember addon. -The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [@drewlee](https://github.com/drewlee). The accessible controls have landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! +The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [Andrew A Lee (@drewlee)](https://github.com/drewlee). The accessible controls have landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is also now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. From 99516145500a933227edf7fa8334c2683c16510d Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 07:39:15 -0500 Subject: [PATCH 06/10] Update source/2019-12-13-the-ember-times-issue-128.md Co-Authored-By: Amy Lam --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 77946bc81..7a3eab3e4 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -25,7 +25,7 @@ READMORE --- -## [Accessible controls for ember-sortable πŸŽ›οΈ](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) +## [Accessible Controls for ember-sortable πŸŽ›οΈ](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) [Yicheng (Jerry) Gong (@ygongdev)](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable), an open source drag and drop list sort Ember addon. From 844c5c619b6b4345479e96f46b988cedb23f208b Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 07:46:06 -0500 Subject: [PATCH 07/10] Update wording --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 7a3eab3e4..7e7d6b35b 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -29,7 +29,7 @@ READMORE [Yicheng (Jerry) Gong (@ygongdev)](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable), an open source drag and drop list sort Ember addon. -The functionality needed to be added was thanks to the comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE) from [Andrew A Lee (@drewlee)](https://github.com/drewlee). The accessible controls have landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! +Unfortunately there was not a well defined standard for making accessible drag and drop controls from organizations such as the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/). He turned to [Andrew A Lee (@drewlee)](https://github.com/drewlee) who created a comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE). These accessible controls have now landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is also now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. From 168955aa4419f4374406d561ebae70c854fd9e33 Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 07:46:50 -0500 Subject: [PATCH 08/10] Update source/2019-12-13-the-ember-times-issue-128.md Co-Authored-By: Amy Lam --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 7e7d6b35b..bbbb41a6f 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -31,7 +31,7 @@ READMORE Unfortunately there was not a well defined standard for making accessible drag and drop controls from organizations such as the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/). He turned to [Andrew A Lee (@drewlee)](https://github.com/drewlee) who created a comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE). These accessible controls have now landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! -[ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is also now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. +[ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is also now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons), which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. ## [Section Title in Title Case 🐹](#section-url) From 5e3aec80bdde3389dae42a7b86373bfd964699db Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 07:48:01 -0500 Subject: [PATCH 09/10] DecEmber --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index bbbb41a6f..4661c689b 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -31,7 +31,7 @@ READMORE Unfortunately there was not a well defined standard for making accessible drag and drop controls from organizations such as the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/). He turned to [Andrew A Lee (@drewlee)](https://github.com/drewlee) who created a comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE). These accessible controls have now landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! -[ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is also now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons), which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. +As part of this work, [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. Moreover, ember-sortable was also highlighted on [DecEmber Day 1](https://blog.emberjs.com/2019/12/01/countdown-to-the-new-year-ember-sortable.html)! ## [Section Title in Title Case 🐹](#section-url) From 69366f65f560df3d540bcb2555ac649acb4578dc Mon Sep 17 00:00:00 2001 From: Chris Ng Date: Wed, 11 Dec 2019 11:01:17 -0500 Subject: [PATCH 10/10] Update source/2019-12-13-the-ember-times-issue-128.md Co-Authored-By: Melanie Sumner --- source/2019-12-13-the-ember-times-issue-128.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2019-12-13-the-ember-times-issue-128.md b/source/2019-12-13-the-ember-times-issue-128.md index 4661c689b..2a3eb77e1 100644 --- a/source/2019-12-13-the-ember-times-issue-128.md +++ b/source/2019-12-13-the-ember-times-issue-128.md @@ -29,7 +29,7 @@ READMORE [Yicheng (Jerry) Gong (@ygongdev)](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable), an open source drag and drop list sort Ember addon. -Unfortunately there was not a well defined standard for making accessible drag and drop controls from organizations such as the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/). He turned to [Andrew A Lee (@drewlee)](https://github.com/drewlee) who created a comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE). These accessible controls have now landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! +Unfortunately there was not a well-defined standard for making accessible drag and drop controls from organizations such as the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/). He turned to [Andrew A Lee (@drewlee)](https://github.com/drewlee) who created a comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE). These accessible controls have now landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today! As part of this work, [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. Moreover, ember-sortable was also highlighted on [DecEmber Day 1](https://blog.emberjs.com/2019/12/01/countdown-to-the-new-year-ember-sortable.html)!