From 87b2efb03c890590efa9e5bb5fdeaf9d2a65e7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20G=C3=B6kdemir?= <51219535+kaangokdemir@users.noreply.github.com> Date: Sun, 29 Mar 2020 09:20:05 +0300 Subject: [PATCH] outdated cards with new word in it changed (#2873) * outdated cards with new word in it changed * dynamic tags used --- docs/documentation/components/card.html | 5 +---- docs/documentation/form/input.html | 6 ++---- docs/documentation/form/textarea.html | 5 +---- 3 files changed, 4 insertions(+), 12 deletions(-) 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" %}