Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Release June 22 2023 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs authored Jun 22, 2023
1 parent e76f68c commit fd09d5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/terra-clinical-detail-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.31.0 - (June 22, 2023)

* Added
* Added `isLabelValuePairList` prop to the DetailList component to support using a description list for label-value pairs.
* Added aria-labelledby attribute to DetailView `<section>` using title's id attribute.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-detail-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-detail-view",
"main": "lib/DetailView.js",
"version": "3.30.0",
"version": "3.31.0",
"description": "Detail Views allows you to create a view with text at different levels of importance. A detail view can contain a title, subtitles, a graph, a footer and a list of elements that can display information at a more detailed level. A Detail List is a structural subcomponent of Detail View indented to be used within the details prop. A Detail List accepts and arranges DetailListItem elements in a flexbox layout that wraps the list of items by row. Detail List Items are the elements to be placed within a Detail List. A Detail List Item accepts one element item and applies a minimum width of 50% so that the element spans at minimum half of the Detail List. This allows the Detail List to have either one or two items per row depending on the width of the item content in each item.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-clinical-result/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.18.0 - (June 22, 2023)

* Added
* Added screen-reader support for strikethroughs to convey an entered in error status.
* Added additional translations for strikethrough alt text.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-result/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-clinical-result",
"main": "lib/ClincalResult.js",
"version": "1.17.0",
"version": "1.18.0",
"description": "The Terra Clinical Result package is a collection of standardized views for presenting clinical results documented to a Patient's Medical Chart, such as Vital Signs, Laboratory Results, and Discretely Documented Values",
"repository": {
"type": "git",
Expand Down

0 comments on commit fd09d5f

Please sign in to comment.