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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,13 @@ In your application you will need to do the following:
113
113
* Replace references to `id7-bundle.min.js` with `id7-bundle.js`
114
114
*`id7-standalone.js` was removed from the distribution; you should build your own bundle if you are using this
115
115
116
+
## ID7.1 Opt-in
117
+
118
+
From version 2.9.7 you can opt in to "ID7.1" - a reworked masthead. To do this:
119
+
120
+
* Add the class `id7-point-1` to any instances of the `id7-utility-masthead` in your app's templates.
121
+
* Check that nothing else needs updating to work nicely with it. The whole masthead area should be white.
122
+
116
123
## Breaking changes
117
124
118
125
-**1.2.0** - Now uses a custom Modernizr build (see _What's included_ above) with a minimal range of tests. If your application relies on other tests or shims which were included in previous versions, they will likely fail.
0 commit comments