You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-21Lines changed: 26 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ correctly.
13
13
This add-on is perfect for combining with a prerendering
14
14
server side solution such as [prerender.io](http://www.prerender.io)
15
15
or with
16
-
[Ember Fastboot](https://github.com/tildeio/ember-cli-fastboot) (Fastboot compatibility requires ember-cli-meta-tags v2+ and Ember 2.7+ (currently beta)).
16
+
[Ember FastBoot](https://github.com/tildeio/ember-cli-fastboot) (FastBoot compatibility requires ember-cli-meta-tags v2+ and Ember 2.7+ (currently beta)).
17
17
18
18
## Usage
19
19
@@ -24,15 +24,19 @@ In your Ember CLI project directory run:
24
24
ember install ember-cli-meta-tags
25
25
```
26
26
27
-
### Using with Ember Fastboot
27
+
### Upgrading to 5.x
28
28
29
-
Version 4.0+ of this addon is designed to work with Fastboot >= 1.0.0-rc1. If you use
29
+
Version 5.0 of this addon depends on [ember-cli-head](https://github.com/ronco/ember-cli-head) 0.4.0, which adds the requirement that the `{{head-layout}}` is added once in an application-wide template (usually `app/templates/application.hbs`). For more info, see the [ember-cli-head 0.4 upgrade note](https://github.com/ronco/ember-cli-head#upgrade-to-04x).
30
+
31
+
### Using with Ember FastBoot
32
+
33
+
Version 4.0+ of this addon is designed to work with FastBoot >= 1.0.0-rc1. If you use
30
34
an order version of fastboot stick with 3.X.
31
35
32
36
Version 2.0+ of this addon is built upon
33
37
[ember-cli-head](https://github.com/ronco/ember-cli-head) and as a
34
-
result is will work automatically out of the box with Ember Fastboot
35
-
if you are running a version of ember >= 2.7.
38
+
result it will work automatically out of the box with Ember FastBoot
39
+
if you are running a version of Ember >= 2.7.
36
40
37
41
#### Using with other ember-cli-head addons
38
42
@@ -94,9 +98,9 @@ the didTransition event.
94
98
###### Example: static headTags property on the route
0 commit comments