Skip to content

Commit

Permalink
fix(Modal): fixed Modals in IE9 by using polyfill for unsupported `cl…
Browse files Browse the repository at this point in the history
…asslist`
  • Loading branch information
simonihmig committed Aug 17, 2017
1 parent fec8dae commit 5b90e44
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ember-cli": "^2.14.2",
"ember-cli-app-version": "^3.0.0",
"ember-cli-blueprint-test-helpers": "^0.17.2",
"ember-cli-classlist-polyfill": "0.0.1",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^4.0.0",
"ember-cli-fastboot": "^1.0.0",
Expand Down Expand Up @@ -60,7 +61,7 @@
"ember-power-select-blockless": "^0.3.0",
"ember-resolver": "^4.0.0",
"ember-sinon": "^0.7.0",
"ember-sinon-qunit": "^1.6.0",
"ember-sinon-qunit": "simonihmig/ember-sinon-qunit#fix-settimeout-ie",
"ember-source": "~2.14.1",
"eslint-plugin-ember-suave": "^1.0.0",
"glob": "^7.1.1",
Expand Down
1 change: 1 addition & 0 deletions testem.sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
'disable_watching': true,
'timeout': 540,
'parallel': 5,
'browser_start_timeout': 90,
'launch_in_ci': [
'SLEdge',
'SLChrome',
Expand Down
23 changes: 21 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2081,6 +2081,10 @@ class-utils@^0.3.4:
lazy-cache "^2.0.2"
static-extend "^0.1.1"

classlist-polyfill@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz#935bc2dfd9458a876b279617514638bcaa964a2e"

clean-base-url@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/clean-base-url/-/clean-base-url-1.0.0.tgz#c901cf0a20b972435b0eccd52d056824a4351b7b"
Expand Down Expand Up @@ -3029,6 +3033,15 @@ ember-cli-build-config-editor@^0.5.0:
dependencies:
recast "^0.12.0"

ember-cli-classlist-polyfill@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/ember-cli-classlist-polyfill/-/ember-cli-classlist-polyfill-0.0.1.tgz#9f2193be766143505b9ac3f13d1bff448c578d1b"
dependencies:
broccoli-funnel "^1.2.0"
classlist-polyfill "^1.2.0"
ember-cli-babel "^6.3.0"
fastboot-transform "^0.1.2"

ember-cli-dependency-checker@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/ember-cli-dependency-checker/-/ember-cli-dependency-checker-2.0.1.tgz#e44cd2f8cdbf6a1043092de1ebfd62e7b8c00dd1"
Expand Down Expand Up @@ -3600,9 +3613,9 @@ ember-runtime-enumerable-includes-polyfill@^2.0.0:
ember-cli-babel "^6.0.0"
ember-cli-version-checker "^1.1.6"

ember-sinon-qunit@^1.6.0:
ember-sinon-qunit@simonihmig/ember-sinon-qunit#fix-settimeout-ie:
version "1.6.0"
resolved "https://registry.yarnpkg.com/ember-sinon-qunit/-/ember-sinon-qunit-1.6.0.tgz#5eb57523226fd2ab397c1e389587b5e66d59c458"
resolved "https://codeload.github.com/simonihmig/ember-sinon-qunit/tar.gz/7cf3a6bc330ce548a155fd55edc7a01635516ad1"
dependencies:
ember-cli-babel "^6.0.0"
ember-sinon "~0.7.0"
Expand Down Expand Up @@ -4202,6 +4215,12 @@ fastboot-express-middleware@^1.0.0:
fastboot "^1.0.0"
request "^2.81.0"

fastboot-transform@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/fastboot-transform/-/fastboot-transform-0.1.2.tgz#f910d666ab93e75604492ea655270d1804bc8de7"
dependencies:
broccoli-stew "^1.5.0"

fastboot@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fastboot/-/fastboot-1.0.0.tgz#478b610235fd3400fb32400cb292b700d36cfd96"
Expand Down

0 comments on commit 5b90e44

Please sign in to comment.