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

Release 10/04 #2130

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/terra-compact-interactive-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.16.0 - (April 10, 2024)

* Changed
* Changed to avoid focus being set to the first cell on multiple re-renders.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-compact-interactive-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-compact-interactive-list",
"version": "1.15.0",
"version": "1.16.0",
"description": "The Terra Compact Interactive List component provides users a way to render a collection of interactive data in a list format into a single tab stop.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-icon": "^3.58.0",
"terra-table": "^5.18.0",
"terra-table": "^5.19.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.26.0 - (April 10, 2024)

* Added
* Added `isAutoFocusEnabled` prop to allow auto focus of interactable elements when the only interactable element is a button or hyperlink.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-data-grid",
"version": "1.25.0",
"version": "1.26.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-table": "^5.18.0",
"terra-table": "^5.19.0",
"terra-visually-hidden-text": "^2.36.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-folder-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.1.0 - (April 10, 2024)

* Fixed
* Fixed an issue where folder tree items could not receive focus after data was updated.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-folder-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-folder-tree",
"version": "1.0.0",
"version": "1.1.0",
"description": "Terra Folder Tree is a vertical menu that displays files and folders in a hierarchical tree structure.",
"author": "Cerner Corporation",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.80.0 - (April 10, 2024)

* Added
* Added documentation for subsections in `terra-table`.
* Added examples and tests for `isAutoFocusEnabled` prop for `terra-data-grid`.
Expand Down
12 changes: 6 additions & 6 deletions packages/terra-framework-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-framework-docs",
"version": "1.79.0",
"version": "1.80.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -45,16 +45,16 @@
"terra-brand-footer": "^3.12.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.97.0",
"terra-compact-interactive-list": "^1.15.0",
"terra-compact-interactive-list": "^1.16.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.25.0",
"terra-data-grid": "^1.26.0",
"terra-date-input": "^1.55.0",
"terra-date-picker": "^4.106.0",
"terra-date-time-picker": "^4.114.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.43.0",
"terra-file-path": "^1.14.0",
"terra-folder-tree": "^1.0.0",
"terra-folder-tree": "^1.1.0",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
"terra-form-input": "^4.4.0",
Expand All @@ -78,8 +78,8 @@
"terra-slide-panel-manager": "^5.99.0",
"terra-slider": "^1.2.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.18.0",
"terra-tabs": "^7.25.0",
"terra-table": "^5.19.0",
"terra-tabs": "^7.26.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.9.0",
"terra-theme-provider": "^4.16.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.19.0 - (April 10, 2024)

* Added
* (flowsheet-data-grid only) Added support for subsections.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-table",
"version": "5.18.0",
"version": "5.19.0",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 7.26.0 - (April 10, 2024)

* Changed
* Minor dependency version bump.

## 7.25.0 - (April 4, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-tabs",
"version": "7.25.0",
"version": "7.26.0",
"description": "Tabs are containers used to organize content. They allow for quick switching between groups of contextually related content. Content is divided into different containers and each container is viewable one at a time. The user can switch between containers by selecting the corresponding tab control. Tabs are meant for organizing content that doesn’t need to be compared or accessed simultaneously or if the user needs quick access through a group of contextually related content. Tabs are not intended for navigation.",
"author": "Cerner Corporation",
"repository": {
Expand Down
Loading