Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Add support matrix to website #3139

Open
MelSumner opened this issue Jan 7, 2018 · 9 comments
Open

Add support matrix to website #3139

MelSumner opened this issue Jan 7, 2018 · 9 comments

Comments

@MelSumner
Copy link
Contributor

Goal:

  • clearly list out the (minimum) browser versions that are supported

Task:

  • add support matrix to website (but where? footer, under social media icons?)
  • integrate browse happy (https://browsehappy.com/?locale=en)
  • remove references to old IE versions (i.e., in layout.erb file)
@MelSumner MelSumner created this issue from a note in Website Updates (Blocked) Jan 7, 2018
@MelSumner
Copy link
Contributor Author

Need:

@MelSumner
Copy link
Contributor Author

@locks can you help with this content?

@kanongil
Copy link

kanongil commented Oct 8, 2018

This does seem like a rather important information to share. For instance I'm looking into updating some backburner code to use performance.now(), but I don't know if iOS 8 support is expected.

@lifeart
Copy link

lifeart commented Dec 20, 2018

up

@jenweber
Copy link
Contributor

I asked in the #dev-ember channel on Discord just now.

@kategengler
Copy link
Member

kategengler commented Dec 21, 2018

The last RFC to pertain to Browser support is here, but it unfortunately only speaks to what was dropped.

Current Ember "for sure" supports, and is [tested] (https://github.com/emberjs/ember.js/blob/master/testem.browserstack.js) against:

  • IE11
  • The latest version of Chrome on Windows*
  • Chrome 41 on Windows (for Googlebot)*
  • The latest version of Firefox on Windows
  • The latest version of Safari on OS X High Sierra
  • The latest version of Safari on OS X Sierra
    (It's likely these two should be updated to High Sierra and Mojave -- I think the idea is the "last two")
  • The latest version of Edge on Windows
  • Firefox tested on TravisCI

This certainly doesn't mean we don't support other browsers, but this is all I know :)

  • While these are in the configuration for BrowserStack, they are not run there. Ember's normal test suite runs in Chrome.

@lifeart
Copy link

lifeart commented Dec 21, 2018

Any tested mobile browsers? (Safari on iOS 8-11)

@zsoldosp
Copy link

https://guides.emberjs.com/release/configuring-ember/build-targets/ config/targets.js has an explicit list of browsers the given ember app supports.

Is my understanding correct that if my app uses some code that cannot be 'backported' to some browser (for whatever reason), then ember build will fail?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Website Updates
  
Blocked
Development

No branches or pull requests

6 participants