tips_and_updates What's New @if (loading()) {
Loading…
} @else if (all().length === 0) {
tips_and_updates

No features have been documented yet.

} @else {
@if (activeFeature(); as f) {
@if (f.images.length) {
@if (f.images[0].alt) {
{{ f.images[0].alt }}
}
}

{{ f.title }}

{{ f.category }} @if (f.since) { {{ sinceLabel(f) }} } @else { Unreleased }
@if (f.recentChanges; as rc) {
tips_and_updates {{ rc.label }}
    @for (title of rc.shown; track $index) {
  • {{ title }}
  • }
@if (rc.more) { }
}
@if (node.alt) {
{{ node.alt }}
}
@if (f.events.length) {
History
@for (e of f.events; track $index) { }
{{ e.date ? (e.date | date: 'mediumDate') : '' }} @if (e.pr; as pr) { #{{ pr }} } {{ e.title }}
}
} @else {
No matching features.
}
search @if (query()) { }
Category {{ sortIcon('category') }} {{ f.category }} Feature {{ sortIcon('title') }} {{ f.title }} Status @if (f.latestKind) { {{ f.latestKind === 'enhanced' ? 'Updated' : 'New' }} } Since {{ sortIcon('since') }} {{ f.since ?? '—' }}
@if (displayed().length === 0) {
No matching features.
}
} @if (viewerImage(); as img) { }