v1.0.0
Breaking Changes
- Dates and versions can now start with "≤" to reflect uncertainty in the underlying data after #1398
- The
alias
field was removed in #1450 - The data file within the package is now called data.json (previously index.json)
What's Changed
- Move
<base>
out of drafts by @ddbeck in #1341 - Add a flexbox group by @captainbrosset in #1351
- Add comments for spec draft features that are already part of web features by @tropicadri in #1303
- Format update-drafts.ts with Prettier by @foolip in #1355
- Ensure spec draft features have valid identifiers by @foolip in #1356
- Don't write a spec draft with an empty compat_features array by @foolip in #1357
compute-baseline
: Add per-release support checks toFeature
s by @ddbeck in #1339- Add
<audio>
and<video>
features by @foolip in #1337 - Add draft spec features by @foolip in #1358
- Add gravity sensor feature by @foolip in #1360
- Simplify guidance for updating dist files by @foolip in #1359
- Fix throwing non-new Errors and literals by @ddbeck in #1338
- Add
indexeddb
draft by @ddbeck in #1342 - Adds
<hgroup>
by @petele in #1384 - Add
<aside>
as a feature by @kosamari in #1375 - Add
<abbr>
element by @petele in #1362 - Add
<br>
element by @kosamari in #1364 - Add
<code>
element by @kosamari in #1377 - Update and publish referrer policy feature by @foolip in #1299
- Introduce a scrolling group by @captainbrosset in #1390
- Add Web Audio API by @foolip in #1300
- Add
<hr>
by @petele in #1385 - Add later features for Web Audio by @foolip in #1313
- Add
Intl.Segmenter
feature (andIntl
group) by @ddbeck in #1354 - Add
diff
command as a package release debugging tool by @ddbeck in #1266 - Adding xml-serializer as a feature by @tropicadri in #1444
- Add
<header>
&<footer>
elements by @petele in #1372 - Add
<sub>
and<sup>
by @petele in #1374 - Turn on type checking everywhere and banish the red squiggles by @ddbeck in #1411
- Update spec drafts by @foolip in #1391
- Adds table and related elements by @petele in #1369
- Add
<mark>
element by @petele in #1420 - Adding Keyboard interface feature by @tropicadri in #1386
- Add
<div>
element by @petele in #1373 - Add image maps -
<map>
and<area>
by @petele in #1427 - Add the
<main>
element by @petele in #1422 - Adds
<a>
element by @petele in #1406 - Add
<title>
element by @petele in #1378 - New HTML elements and web components groups by @captainbrosset in #1392
compute-baseline
: report version ranges and ranged dates by @ddbeck in #1398- Sort compat_features in public API by @foolip in #1457
- Add WebSockets API by @petele in #1453
- Update
anonymous-iframe
feature by @swissspidy in #1460 - Adds
<canvas>
HTML element by @petele in #1365 - Add
<track>
element by @petele in #1443 - Heading elements by @petele in #1463
- Moving some html elements to the right group, and adding a feature to web-components by @captainbrosset in #1464
- Add
<span>
element by @petele in #1412 - Uncomment keys and compute_from (features A-C) by @ddbeck in #1400
- Remove alias from the schema and all features by @foolip in #1450
- Add
<samp>
,<small>
, and<var>
by @petele in #1379 - Add
<figure>
and<figcaption>
by @petele in #1371 - Change newly-added HTML elements to the html-elements group by @ddbeck in #1467
- Add
<cite>
,<p>
,<pre>
, and<q>
by @petele in #1381 - Add
<img>
element by @petele in #1425 - Add
<iframe>
element by @petele in #1426 - Rename the JSON file in the web-feature package to data.json by @foolip in #1470
- Add
<section>
element by @petele in #1414 - Document Node.js-less web-features import by @ddbeck in #1471
- Fix import syntax to work with Deno by @foolip in #1473
- Rename schema file to data.schema.json and publish it by @foolip in #1348
- Release web-features 1.0.0 by @foolip in #1451
New Contributors
- @petele made their first contribution in #1384
- @kosamari made their first contribution in #1375
- @swissspidy made their first contribution in #1460
Full Changelog: v0.10.0...v1.0.0