Skip to content

Commit 57061bd

Browse files
committed
Update README with info RE: emberjs/rfcs#457
[ci skip]
1 parent 386f2eb commit 57061bd

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# ember-angle-bracket-invocation-polyfill
22

3-
This addon provides a polyfill for angle bracket invocation syntax as described in
4-
[RFC 311](https://github.com/emberjs/rfcs/pull/311). It's the same components you
5-
know and love, no longer surrounded by mustaches. \o/
3+
This addon provides a polyfill for angle bracket invocation syntax as described
4+
in [RFC 311](https://github.com/emberjs/rfcs/pull/311) and [RFC
5+
457](https://emberjs.github.io/rfcs/0457-nested-lookups.html). It's the same
6+
components you know and love, no longer surrounded by mustaches. \o/
67

78
[![Build Status](https://travis-ci.org/rwjblue/ember-angle-bracket-invocation-polyfill.svg?branch=master)](https://travis-ci.org/rwjblue/ember-angle-bracket-invocation-polyfill)
89

@@ -16,7 +17,9 @@ You will additionally need to ensure ember-cli-htmlbars-inline-precompile is at
1617

1718
## Usage
1819

19-
The best usage guide is [the RFC itself](https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md),
20+
The best usage guide are the RFCs themselves
21+
([emberjs/rfcs#311](https://emberjs.github.io/rfcs/0311-angle-bracket-invocation.html)
22+
[emberjs/rfcs#457](https://emberjs.github.io/rfcs/0457-nested-lookups.html)),
2023
but here are a few examples of "before"/"after" to whet your appetite:
2124

2225
**Before**:
@@ -116,8 +119,14 @@ but here are a few examples of "before"/"after" to whet your appetite:
116119
<Title />
117120
```
118121

119-
- Completely innert when running Ember 3.4 or higher
120-
- Supports Ember 2.12, 2.16, 2.18, 3.1, 3.2, 3.3
122+
- Supports invoking components nested in subfolders:
123+
124+
```
125+
<Foo::Bar />
126+
```
127+
128+
- Completely innert when running Ember 3.10 or higher
129+
- Supports Ember 2.12, 2.16, 2.18, 3.1, 3.2, 3.3, 3.4, 3.8, 3.9
121130
- Test all the features listed above 😘
122131

123132
## Limitations

0 commit comments

Comments
 (0)