Skip to content

Commit

Permalink
Merge pull request #2271 from hashicorp/website-add-missing-histories
Browse files Browse the repository at this point in the history
Website - Add status and version history to recently updated components
  • Loading branch information
didoo committed Jul 24, 2024
2 parents b5a155f + bc0eb15 commit 64d9cd0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/components/badge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ related: ['components/badge-count','components/tag']
previewImage: assets/illustrations/components/badge.jpg
navigation:
keywords: ['chip', 'pill', 'tag', 'label']
status:
updated: 4.7.0
---

<section data-tab="Guidelines">
Expand All @@ -28,3 +30,7 @@ navigation:
<section data-tab="Accessibility">
@include "partials/accessibility/accessibility.md"
</section>

<section data-tab="Version history">
@include "partials/version-history/4.7.0.md"
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 4.7.0

### Updated

Updated `@text` argument type to include numbers.
6 changes: 6 additions & 0 deletions website/docs/components/form/text-input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ related: ['components/form/select', 'components/form/textarea', 'components/form
previewImage: assets/illustrations/components/form/text-input.jpg
navigation:
keywords: ['text field', 'search', 'form']
status:
updated: 4.7.0
---

<section data-tab="Guidelines">
Expand All @@ -29,3 +31,7 @@ navigation:
<section data-tab="Accessibility">
@include "partials/accessibility/accessibility.md"
</section>

<section data-tab="Version history">
@include "partials/version-history/4.7.0.md"
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 4.7.0

### Updated

Added support for `month`, `week`, and `tel` input types

0 comments on commit 64d9cd0

Please sign in to comment.