Skip to content

Commit

Permalink
Add support for "Removed" status label to Vanilla changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jan 15, 2024
1 parent 02af671 commit 9e53910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docs/whats-new.html
Expand Up @@ -28,7 +28,7 @@ <h1> What's new in Vanilla {{versionMinor}} </h1>
<span class="p-status-label--positive">
{% elif feature.status=="Updated" %}
<span class="p-status-label--information">
{% elif feature.status=="Deprecated" %}
{% elif feature.status=="Deprecated" or feature.status=="Removed" %}
<span class="p-status-label--negative">
{% elif updatedFeatures[url]=="In Progress" %}
<span class="p-status-label--caution">
Expand Down

0 comments on commit 9e53910

Please sign in to comment.