Skip to content

Releases: web-platform-dx/browserslist-config-baseline

v0.5.0

04 Aug 13:45
v0.5.0
ea477f2

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

10 Apr 09:26
c741ccb

Choose a tag to compare

What's new

This release lets you add a browserslist-config-baseline object to your package.json:

  • Set "logConfigToConsole": true to see your browserslist config every time it is called.
  • Set "includeDownstreamBrowsers": true to include downstream browsers from @mdn/browser-compat-data and baseline-browser-mapping.
    • You will see a console warning if you have /with-downstream in your extends statement but you have "includeDownstreamBrowsers": false in your package.json. browserslist-config-baseline will not include downstream browses in this case.
  • Set "baselineYear": YYYY or "widelyAvailableOnDate": "YYYY-MM-DD" targets.
    • You will receive a warning in the console if one of these options conflicts with your extends statement. browserslist-config-baseline will proceed with whatever the earliest target is.

Thanks to @notpushkin!

Full Changelog: v0.3.0...v0.4.0

v0.3.0

31 Mar 15:18
7b74014

Choose a tag to compare

What's Changed

  • browserlist-config-baseline now uses baseline-browser-mapping as its data source.
  • Widely Available minimums are now accurate and will adjust as new features become Widely Available and older browser versions no longer support the full feature set.

Full Changelog: https://github.com/web-platform-dx/browserslist-config-baseline/commits/v0.3.0