From 7c23e6e485623ed92b2f9b114c71b956bb2b7686 Mon Sep 17 00:00:00 2001 From: sandstrom Date: Wed, 15 Aug 2018 10:59:15 +0200 Subject: [PATCH 1/3] Mention Ember Named Blocks --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b772a05..d2daa10 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,14 @@ This project uses pr-bumper https://github.com/ciena-blueplanet/pr-bumper to pub We also lint the project using eslint - to check for errors and fix basic style issues run `./node_modules/.bin/eslint . --fix` in the root of the project (probably a better command for this) +### Ember Named Blocks +Ember has embraced this idea and are planning to implement named blocks. This shows that this type of functionality is +useful and requested by many. This addon has also helped illustrate how named blocks can work in practice, and helped pave +the way for the inclusion in Ember proper. Since the Ember implementation is still under way anyone who wants to start +using named blocks today can use this plugin, and then make an easy transition when named blocks land in Ember. + +RFC: https://github.com/emberjs/rfcs/pull/226 + ### Credits Thanks to [@runspired](https://twitter.com/Runspired) for the initial inspiration for this implementation. From 557c5d9220f56d6f55ef032fe1e34e60b8f3ca98 Mon Sep 17 00:00:00 2001 From: sandstrom Date: Wed, 15 Aug 2018 10:59:48 +0200 Subject: [PATCH 2/3] linebreak --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2daa10..8768fd3 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ This project uses pr-bumper https://github.com/ciena-blueplanet/pr-bumper to pub We also lint the project using eslint - to check for errors and fix basic style issues run `./node_modules/.bin/eslint . --fix` in the root of the project (probably a better command for this) ### Ember Named Blocks + Ember has embraced this idea and are planning to implement named blocks. This shows that this type of functionality is useful and requested by many. This addon has also helped illustrate how named blocks can work in practice, and helped pave the way for the inclusion in Ember proper. Since the Ember implementation is still under way anyone who wants to start From 6924cfd125727aa6c7652c915ac429395d2eb32e Mon Sep 17 00:00:00 2001 From: sandstrom Date: Wed, 15 Aug 2018 15:27:06 +0200 Subject: [PATCH 3/3] extra commit to trigger CI-tests to rerun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8768fd3..9e2a379 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ useful and requested by many. This addon has also helped illustrate how named bl the way for the inclusion in Ember proper. Since the Ember implementation is still under way anyone who wants to start using named blocks today can use this plugin, and then make an easy transition when named blocks land in Ember. -RFC: https://github.com/emberjs/rfcs/pull/226 +RFC details: https://github.com/emberjs/rfcs/pull/226 ### Credits