-
Notifications
You must be signed in to change notification settings - Fork 123
Migration from 0.14.1 to 0.14.2
Herbert Vojčík edited this page Jan 11, 2015
·
3 revisions
0.14.2 brought another slimming of the core. This time, es5-shim
was removed.
In case your project is aimed at modern browsers only, you need no shims are you are fine with simple
bower install "amber#^0.14.2" --save
in your project. In case you want your project to load es5-shim and es5-sham, that is, you want to be loadable in older browsers, do this additionally:
bower install amber-compat-es5 --save
This was the default state of Amber up to 0.14.1. In case you want to be able to load even on IE8, you need a few more tweaks, which you can bring in with
bower install amber-compat-ie8 --save