What's new in CSS
whats_newList CSS features that crossed a Baseline threshold within a date range, newest first. Use this to answer "what CSS can I start using now?", to write release notes, or to catch up after time away. Defaults to the last 180 days. The date is when a feature became interoperable across browsers, which is usually well after it first shipped in one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of features to return. | |
| since | No | Start of the window (YYYY-MM-DD), inclusive. Defaults to 180 days before today. | |
| until | No | End of the window (YYYY-MM-DD), inclusive. Defaults to today. | |
| transition | No | Which threshold was crossed in the window: "newly" for features that became interoperable across all major engines (the usual meaning of new), "widely" for those that reached the 30-month Widely available mark, or "any" for both. | newly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| since | Yes | ||
| until | Yes | ||
| features | Yes | ||
| truncated | Yes |