·
157 commits
to main
since this release
Breaking Changes
- This release requires
@mdn/browser-compat-data@^7.0.0. - The
RealSupportStatementclass has been removed. All upstream browser compatibility statements now have "real" values (that is, they do not containtrueornullvalues where version strings might appear), so the distinction between "real" and "non-real" statements no longer has any meaning. Use theSupportStatementclass instead. - The
statement()factory function has been removed. It serves no purpose without the real/non-real value distinction. Usenew SupportStatement()instead.
What's Changed
- Upgrade
compute-baselineto use BCD 7.0.0 by @ddbeck in #3288 - Update
compute-baselineREADME:withAncestorstocheckAncestorsby @alattalatta in #3046