Skip to content

v0.10.0

Compare
Choose a tag to compare
@foolip foolip released this 10 Jul 16:19
· 808 commits to main since this release
f290b2a

Breaking Change

Groups and snapshots are now part of the data. This changes the JSON format and the exports of the package.

What's Changed

  • Group BCD keys in dist by status block by @foolip in #1231
  • Sort BCD keys with more supporting browsers first in dist by @foolip in #1295
  • Introduce compute_from to pin a feature's status to BCD key(s) by @foolip in #1227
  • Pin WebCodecs support to the 4 constructors (audio/video encoder/decoder) by @foolip in #1296
  • compute-baseline: Add a couple of conveniences for spec and status data by @ddbeck in #1292
  • Add CLI to build.ts by @ddbeck in #1293
  • compute-baseline: Fix support statement version_added getter return type by @ddbeck in #1301
  • Moving the <time> feature from drafts by @tropicadri in #1302
  • Add XHR by @foolip in #1155
  • Adding a few new Sensor features by @captainbrosset in #1304
  • New URLPattern feature by @captainbrosset in #1319
  • Use BCD tags for anchor positioning by @foolip in #1325
  • New async iterable streams feature by @captainbrosset in #1318
  • New Contact Picker feature by @captainbrosset in #1326
  • Remove TODO for <time> fixed by BCD bump by @foolip in #1334
  • Fix incorrect "same status" comment when status override is used by @foolip in #1328
  • Update <slot> to include minor later additions by @foolip in #1324
  • Remove redundant compat_features lists by @foolip in #1323
  • Update contain-intrinsic-size to cover the auto none value by @foolip in #1322
  • Add Response.json() static method to Fetch by @ddbeck in #1091
  • Use a cutoff date from BCD for Baseline high by @foolip in #1333
  • Remove backticks from ranges describing valid identifiers by @foolip in #1321
  • Validate identifers when reading features/groups/snapshots by @foolip in #1317
  • Create a mouse-events feature by @ddbeck in #1263
  • compute-baseline: add method to expand a support statement into per-release support information by @ddbeck in #1312
  • Compute more statuses from BCD, using compute_from as needed by @foolip in #1327
  • Add the :state() CSS pseudo-class by @ddbeck in #1340
  • Require a dist file for every feature by @foolip in #1343
  • Publish groups and snapshots by @foolip in #1060
  • Override async clipboard status awaiting fix in BCD by @foolip in #1349
  • Increment patch version to v0.10.0 by @foolip in #1350

New Contributors

Full Changelog: v0.9.0...v0.10.0