diff --git a/docs/documentation/components/card.html b/docs/documentation/components/card.html index 7534c9b3..363783bb 100644 --- a/docs/documentation/components/card.html +++ b/docs/documentation/components/card.html @@ -134,10 +134,7 @@ meta: -
- New - 0.5.3 -
+{% include elements/new-tag.html version="0.5.3" %}

diff --git a/docs/documentation/form/input.html b/docs/documentation/form/input.html index c19e6830..6192ea44 100644 --- a/docs/documentation/form/input.html +++ b/docs/documentation/form/input.html @@ -379,10 +379,8 @@ meta:

Readonly and static inputs

-

- New! - 0.5.3 -

+{% include elements/new-tag.html version="0.5.3" %} +

If you use the readonly HTML attribute, the input will look similar to a normal one, but is not editable and has no shadow. diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index b1f28478..a6d82655 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -232,10 +232,7 @@ meta:

Readonly

-
- New - 0.5.3 -
+{% include elements/new-tag.html version="0.5.3" %}