Releases: web-platform-dx/web-features
web-features@next
This is a continuously-updated prerelease generated from main
(currently at 1585a88).
v3.5.0
What's New
- 2 features:
caret-shape
andqueuemicrotask
What's Changed
- Correct
sizes-auto
description by @jakearchibald in #3430 - Correct omissions from the "JavaScript" group by @jugglinmike in #3434
- Add
caret-shape
CSS 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:
clipboardchange
arianotify
getallrecords
- 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-alpha
andgetorinsert
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
kind
property 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
, andspec
property 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-shape
feature by @foolip in #3328 - Clarify downstream browser support on gh-pages site by @tonypconway in #3245
- Mark
target-within
as discouraged by @ddbeck in #3353 - Add BCD keys to
column-pseudo
by @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.
v2.48.1
What's Changed
- Bump @mdn/browser-compat-data from 7.1.3 to 7.1.4 by @dependabot[bot] in #3335
Full Changelog: v2.48.0...v2.48.1
Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.