website icon indicating copy to clipboard operation
website copied to clipboard

Add support matrix to website

Open MelSumner opened this issue 7 years ago • 9 comments

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 avatar Jan 07 '18 17:01 MelSumner

Need:

  • what browsers we support (@locks ?)
  • decision on where to put it on the website (@jenweber @locks @acorncom ?)

MelSumner avatar Jan 07 '18 17:01 MelSumner

@locks can you help with this content?

MelSumner avatar Feb 04 '18 21:02 MelSumner

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.

kanongil avatar Oct 08 '18 11:10 kanongil

up

lifeart avatar Dec 20 '18 18:12 lifeart

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

jenweber avatar Dec 21 '18 01:12 jenweber

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.

kategengler avatar Dec 21 '18 02:12 kategengler

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

lifeart avatar Dec 21 '18 05:12 lifeart

Refs to related stuff: https://facebook.github.io/create-react-app/docs/supported-browsers-features https://angular.io/guide/browser-support https://cli.vuejs.org/guide/browser-compatibility.html

lifeart avatar Dec 21 '18 19:12 lifeart

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?

zsoldosp avatar Feb 20 '19 10:02 zsoldosp