Skip to content
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

Drop IE11 support #1596

Merged
merged 4 commits into from Aug 12, 2021
Merged

Drop IE11 support #1596

merged 4 commits into from Aug 12, 2021

Conversation

simonihmig
Copy link
Contributor

As Ember 4.0 will also drop it, there is no point in keeping support.

@jelhan I think we can also basically revert the changes of #775 here, or is there still any value in keeping the this fallback behavior?

@simonihmig simonihmig requested a review from jelhan August 6, 2021 16:54
This was referenced Aug 6, 2021
Copy link
Contributor

@jelhan jelhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jelhan I think we can also basically revert the changes of #775 here, or is there still any value in keeping the this fallback behavior?

I think we can revert. If I recall correctly only IE11 throws if using unsupported type.

Comment on lines -5 to -10
const isCI = Boolean(process.env.CI);
const isProduction = process.env.EMBER_ENV === 'production';

if (isCI || isProduction) {
browsers.push('ie 11');
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also remove IE11 from build targets for documentation app? https://github.com/kaliber5/ember-bootstrap/blob/master/docs/config/targets.js

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants