Skip to content

Remove IE11 support. Fix #151 #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ We support:
- Django 2.2.x, 3.0.x, 3.1.x, 3.2.x, 4.0.x (experimental)
- Python 3.6, 3.7, 3.8, 3.9
- Django Templates only, no Jinja support
- Modern “evergreen” desktop and mobile browsers

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"browserslist": [
"> 1% and last 2 versions",
"Firefox ESR",
"ios_saf 12",
"safari 12",
"ie 11",
"ios_saf 14",
"safari 14",
"not ie 11",
"not ie_mob 11",
"not android 4.4.3-4.4.4",
"not OperaMini all"
Expand Down
5 changes: 0 additions & 5 deletions pattern_library/static/pattern_library/src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import syntaxHighlighting from './components/syntax-highlighting';
import hideMenuMobile from './components/hide-menu-mobile';
import {setIframeSize, resizeIframe} from './components/iframe';
import {toggleNav, toggleNavItems} from './components/navigation';
import foreachPolyfill from './polyfills/foreach-polyfill';
import closestPolyfill from './polyfills/closest-polyfill';

foreachPolyfill();
closestPolyfill();

document.addEventListener('DOMContentLoaded', () => {
syntaxHighlighting();
Expand Down

This file was deleted.

This file was deleted.