Skip to content

Commit 410bba5

Browse files
author
Andrew Welch
committed
Merge branch 'release/2.1.1' into craft-webpack
2 parents b844263 + bbdd444 commit 410bba5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

templates/_boilerplate/_partials/critical-css.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
{{ craft.twigpack.includeCriticalCssTags() }}
1010

1111
{{ craft.twigpack.includeCssModule("styles.css", true) }}
12-
{{ craft.twigpack.includeCssRelPreloadPolyfill() }}
1312
<!--# endif -->

0 commit comments

Comments
 (0)