File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
templates/_boilerplate/_partials Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# nystudio107/craft Change Log
22
3+ ## 2.1.1 - 2020.02.28
4+ ### Changed
5+ * Remove ` craft.twigpack.includeCssRelPreloadPolyfill() `
6+ * Use a regular function for our ServiceWorker registration JS, because IE11
7+ * Remove the ` include ` setting from ` configureBabelLoader() `
8+ * Add ` sourceType: 'unambiguous' ` to better handle different types of modules
9+
310## 2.1.0 - 2020.02.24
411### Changed
512* Set ` 'defaultTokenDuration' => 'P2W' ` in ` config/general.php ` for longer preview tokens
Original file line number Diff line number Diff line change 11{
22 "name" : " craftcms/craft" ,
33 "description" : " nystudio107 Craft 3.2 CMS scaffolding project" ,
4- "version" : " 2.1.0 " ,
4+ "version" : " 2.1.1 " ,
55 "keywords" : [
66 " craft" ,
77 " cms" ,
Original file line number Diff line number Diff line change 99{{ craft .twigpack .includeCriticalCssTags () }}
1010
1111{{ craft .twigpack .includeCssModule (" styles.css" , true ) }}
12- {{ craft .twigpack .includeCssRelPreloadPolyfill () }}
1312<!-- # endif -->
You can’t perform that action at this time.
0 commit comments