0.3.2 • Published 2 months ago

@atlassian/browserslist-config-server v0.3.2

Weekly downloads
5
License
Apache-2.0
Repository
bitbucket
Last release
2 months ago

Atlassian Server Browserslist Configuration

This configuration reflects the supported browsers across Atlassian's Server products: Bamboo, Bitbucket, Confluence, Crowd, FECRU, and the Jira family.

Warnings

FeCru 4.8 currently supports Edge18, use version 0.2.5 or earlier

Similarly, if targeting product versions - especially Long Term Support (LTS) Releases - check the supported browsers for each by checking the references. Edge 18, and potentially, IE11 may need to be supported.

Usage

First add as a dev dependency with either npm install -D @atlassian/browserslist-config-server or yarn add -D @atlassian/browserslist-config-server

Then use the browserslist configuration within the project. The recommended way is to copy the below into the package.json file.

{
  "browserslist": ["extends @atlassian/browserslist-config-server"]
}

This is desktop and mobile for all products.

Desktop only

Use "browserslist": ["extends @atlassian/browserslist-config-server/desktop"]

Testing

Supports older browsers deliberately for test builds. Intended for use with atlassian-selenium.

Use multiple browserslists for each different environment, e.g:

"browserslist": [
  ...
  "testing": ["extends @atlassian/browserslist-config-server/testing"]
]

If you have already upgraded to Selenium 3.x, you don't need this.

Mobile

Use "browserslist": ["extends @atlassian/browserslist-config-server/mobile"]

References

0.3.2

2 months ago

0.3.1

2 years ago

0.3.0

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2-beta-1

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago