@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 }} |
}
}
No matching features.