Releases: web-platform-dx/web-features
web-features@next
This is a continuously-updated prerelease generated from main (currently at e12ad43).
v3.6.0
What's New
- The
web-featuresnpm package contains statuses computed for each browser compat data key associated with a feature, as theby_compat_keyproperty ofstatusobjects. Previously, this data was only available via thedata.extended.jsonrelease artifact published on GitHub or computing it yourself usingcompute-baseline. If you usecompute-baseline'sgetStatus()method, consider using the precomputed data fromweb-featuresinstead. (#3341)
What's Changed
- Add Core Web Vital Metrics to descriptions by @tunetheweb in #3454
- Update
fetchlaterspec URL by @ddbeck in #3471 - Bump @mdn/browser-compat-data from 7.1.13 to 7.1.14 by @dependabot[bot] in #3476
- Merge
data.extended.jsonintodata.jsonby @rviscomi in #3341
Full Changelog: v3.5.0...v3.6.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v3.5.0
What's New
- 2 features:
caret-shapeandqueuemicrotask
What's Changed
- Correct
sizes-autodescription by @jakearchibald in #3430 - Correct omissions from the "JavaScript" group by @jugglinmike in #3434
- Add
caret-shapeCSS property feature by @ddbeck in #3453 - Add
queueMicrotask()feature by @foolip in #3033 - Bump @mdn/browser-compat-data from 7.1.12 to 7.1.13 by @dependabot[bot] in #3456
New Contributors
- @jakearchibald made their first contribution in #3430
- @jugglinmike made their first contribution in #3434
Full Changelog: v3.4.0...v3.5.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v3.4.0
What's New
- 3 new features:
clipboardchangearianotifygetallrecords
- Progressed to Baseline Newly Available:
webrtc-encoded-transform
What's Changed
- clipboardchange event feature by @captainbrosset in #3345
- Clarify how to contribute nascent features by @rviscomi in #3355
- Change notifications-apps Baseline status to high by @rviscomi in #3418
- Add leftover filter property BCD keys by @captainbrosset in #3380
- ariaNotify() feature by @captainbrosset in #3383
- getAllRecords feature by @captainbrosset in #3369
- Rename the image-rendering:smooth feature by @foolip in #3416
- Bump @mdn/browser-compat-data from 7.1.9 to 7.1.11 by @dependabot[bot] in #3428
Full Changelog: v3.3.0...v3.4.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v3.3.0
What's New
- 1 new feature: topics
- Progressed to Baseline Widely Available:
- constructed-stylesheets
- font-synthesis-small-caps
- font-synthesis-style
- font-synthesis-weight
- form-associated-custom-elements
- import-maps
- media-query-range-syntax
- messageerror
- offscreen-canvas
- origin-private-file-system
- outline
- paint-timing
- pdf-viewer
- push
- request-animation-frame-workers
- resource-size
- screen-orientation
- server-timing
- slot-assign
- wasm-simd
- Progressed to Baseline Newly Available:
- fetch-metadata
What's Changed
- Topics API feature by @captainbrosset in #2636
- Pin paint timing and add missing keys by @captainbrosset in #3398
- Update keys in alignment-baseline and anchor positioning by @jamesnw in #3389
- Remove historic note on limitation to shipping features by @atopal in #3387
- Bump @mdn/browser-compat-data from 7.1.8 to 7.1.9 by @dependabot[bot] in #3401
Full Changelog: v3.2.0...v3.3.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v3.2.0
What's New
- 1 new feature:
highlightsfrompoint - 1084 features
- 88% coverage of BCD
What's Changed
- Add missing CSS function keys by @jamesnw in #3388
- Split highlightsFromPoint from the css highlight api by @captainbrosset in #3368
- Bump @mdn/browser-compat-data from 7.1.7 to 7.1.8 by @dependabot[bot] in #3393
Full Changelog: v3.1.0...v3.2.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v3.1.0
What's New
- 2 features:
input-color-alphaandgetorinsert
What's Changed
- Split out alpha and colorspace properties from input type=color by @jgraham in #3367
- Bump @mdn/browser-compat-data from 7.1.6 to 7.1.7 by @dependabot[bot] in #3371
- Add feature for
Map.prototype.getOrInsert()by @ddbeck in #3360
New Contributors
Full Changelog: v3.0.0...v3.1.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v3.0.0
Breaking Changes
- Feature data can now represent redirecting from one ID to one other ID (a feature move) and from one ID to many IDs (a feature split). If you look up a feature by ID, then you might not get regular feature data. Use the new
kindproperty to check whether a given ID is a redirect to one ("moved") or more other features ("split"), or an ordinary feature ("feature"). See the README for further information on how to interpret moved and split features. - Some existing types have been simplified. Previously,
caniuse,group,snapshot, andspecproperty values could be a string or an array of strings. Now only arrays of strings are allowed.
What's Changed
- Use JSON Schema as source of truth by @ddbeck in #2990
- Add move and split redirects to the schema by @ddbeck in #3000
- Add guidelines for moving and splitting features by @ddbeck in #3180
- Add consumer docs for moved and split features by @ddbeck in #3181
- Change schema
string | string[]properties tostring[]by @ddbeck in #3184 - Prepare v3.0.0 by @ddbeck in #3333
Full Changelog: v2.49.0...v3.0.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v2.49.0
What's New
- 1 feature:
corner-shape
What's Changed
- Add
corner-shapefeature by @foolip in #3328 - Clarify downstream browser support on gh-pages site by @tonypconway in #3245
- Mark
target-withinas discouraged by @ddbeck in #3353 - Add BCD keys to
column-pseudoby @rviscomi in #3354 - Bump @mdn/browser-compat-data from 7.1.5 to 7.1.6 by @dependabot[bot] in #3357
Full Changelog: v2.48.2...v2.49.0
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.
v2.48.2
What's Changed
- Bump @mdn/browser-compat-data from 7.1.4 to 7.1.5 by @dependabot[bot] in #3347
Full Changelog: v2.48.1...v2.48.2
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.