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

Release - 29/3/24 #2109

Merged
merged 1 commit into from
Mar 29, 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
5 changes: 5 additions & 0 deletions packages/terra-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.77.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 4.76.0 - (March 14, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-aggregator",
"version": "4.76.0",
"version": "4.77.0",
"description": "The Aggregator provides focus-based mechanisms for managing actions across disparate components.",
"author": "Cerner Corporation",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-application-header-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.41.0 - (March 29, 2024)

* Changed
* "Skip to content" button's logic that adds and removes `tabindex` attribute for the main element was removed to fix unexpected focus behavior for users using screen readers.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-application-header-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-header-layout",
"version": "3.40.0",
"version": "3.41.0",
"description": "This component renders an application header layout. To be used with a layout.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.89.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 5.88.0 - (March 25, 2024)

* Changed
Expand Down
10 changes: 5 additions & 5 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-layout",
"version": "5.88.0",
"version": "5.89.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -35,15 +35,15 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react-router-dom": "^5.0.0",
"terra-application-header-layout": "^3.40.0",
"terra-application-header-layout": "^3.41.0",
"terra-application-links": "^6.79.0",
"terra-application-menu-layout": "^3.32.0",
"terra-application-name": "^3.44.0",
"terra-application-utility": "^2.56.0",
"terra-application-name": "^3.45.0",
"terra-application-utility": "^2.57.0",
"terra-breakpoints": "^2.19.0",
"terra-icon": "^3.19.0",
"terra-modal-manager": "^6.75.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-layout": "^5.41.0",
"terra-navigation-side-menu": "^2.53.0",
"terra-popup": "^6.79.0",
"terra-theme-context": "^1.9.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-name/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.45.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 3.44.0 - (December 18, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-name",
"version": "3.44.0",
"version": "3.45.0",
"description": "Houses the title of the application, along with a logo. There are two versions - a header version and menu version. These should be used with the corresponding header and menu layouts.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-dom": "^16.8.5"
},
"devDependencies": {
"terra-application-header-layout": "^3.40.0",
"terra-application-header-layout": "^3.41.0",
"terra-application-menu-layout": "^3.32.0",
"terra-image": "^3.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-utility/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.57.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 2.56.0 - (March 14, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-utility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-utility",
"version": "2.56.0",
"version": "2.57.0",
"description": "The Utility is used to disclose a utility menu. There are two versions - a header version and menu version. These should be used with the corresponding `terra-application-header-layout` and `terra-application-menu-layout` components.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-intl": "^2.8.0 || 3 || 4 || 5"
},
"devDependencies": {
"terra-application-header-layout": "^3.40.0",
"terra-application-header-layout": "^3.41.0",
"terra-application-menu-layout": "^3.32.0",
"terra-image": "^3.0.0"
},
Expand Down
5 changes: 5 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,11 @@

## Unreleased

## 1.14.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 1.13.0 - (March 25, 2024)

* Changed
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.13.0",
"version": "1.14.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.16.0",
"terra-table": "^5.17.0",
"terra-theme-context": "^1.9.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.24.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 1.23.0 - (March 25, 2024)

* Changed
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.23.0",
"version": "1.24.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.16.0",
"terra-table": "^5.17.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.0.0 - (March 29, 2024)

* Fixed
* Fixed screenreader reading the wrong indexes for subfolder items.

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-alpha.10",
"version": "1.0.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.78.0 - (March 29, 2024)

* Changed
* Updated the `terra-data-grid` and `terra-table` focusable cell examples to remove confusion caused by column header names.
* Updated `terra-compact-interactive-list` examples to remove redundant button announcement.
Expand Down
22 changes: 11 additions & 11 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.77.0",
"version": "1.78.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -40,21 +40,21 @@
"legacy-terra-table": "npm:terra-table@^4.36.0",
"prop-types": "^15.5.8",
"terra-action-header": "^2.0.0",
"terra-aggregator": "^4.76.0",
"terra-aggregator": "^4.77.0",
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.12.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.96.0",
"terra-compact-interactive-list": "^1.13.0",
"terra-compact-interactive-list": "^1.14.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^1.23.0",
"terra-data-grid": "^1.24.0",
"terra-date-input": "^1.55.0",
"terra-date-picker": "^4.105.0",
"terra-date-time-picker": "^4.113.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.43.0",
"terra-file-path": "^1.13.0",
"terra-folder-tree": "^1.0.0-alpha.10",
"terra-folder-tree": "^1.0.0",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
"terra-form-input": "^4.4.0",
Expand All @@ -64,22 +64,22 @@
"terra-hookshot": "^5.42.0",
"terra-icon": "^3.58.0",
"terra-infinite-list": "^3.42.0",
"terra-layout": "^4.39.0",
"terra-layout": "^4.40.0",
"terra-menu": "^6.90.0",
"terra-modal-manager": "^6.75.0",
"terra-navigation-layout": "^5.40.0",
"terra-navigation-layout": "^5.41.0",
"terra-navigation-prompt": "^1.88.0",
"terra-navigation-side-menu": "^2.53.0",
"terra-notification-dialog": "^4.45.0",
"terra-popup": "^6.79.0",
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.34.0",
"terra-slide-panel": "^3.47.0",
"terra-slide-panel-manager": "^5.97.0",
"terra-slide-panel": "^3.48.0",
"terra-slide-panel-manager": "^5.98.0",
"terra-slider": "^1.2.0",
"terra-spacer": "^3.59.0",
"terra-table": "^5.16.0",
"terra-tabs": "^7.23.0",
"terra-table": "^5.17.0",
"terra-tabs": "^7.24.0",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.9.0",
"terra-theme-provider": "^4.16.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased

## 4.40.0 - (March 29, 2024)

* Changed
* `tabindex` attribute with value `-1` was added to the main element (`data-terra-layout-main`) to fix unexpected focus behavior for users using screen readers.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-layout",
"version": "4.39.0",
"version": "4.40.0",
"description": "Provides a responsive starting point for the positioning of application components.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-navigation-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.41.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 5.40.0 - (December 18, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-navigation-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-navigation-layout",
"version": "5.40.0",
"version": "5.41.0",
"description": "The Terra Navigation Layout package includes a variety of components and utilities to provide configuration-based, react-router-driven navigation to Terra applications.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-layout": "^4.39.0"
"terra-layout": "^4.40.0"
},
"peerDependencies": {
"react": "^16.8.5",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-slide-panel-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.98.0 - (March 29, 2024)

* Changed
* Minor dependency version bump.

## 5.97.0 - (March 25, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-slide-panel-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-slide-panel-manager",
"version": "5.97.0",
"version": "5.98.0",
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-action-header": "^2.0.0",
"terra-content-container": "^3.0.0",
"terra-slide-group": "^4.34.0",
"terra-slide-panel": "^3.47.0"
"terra-slide-panel": "^3.48.0"
},
"peerDependencies": {
"react": "^16.8.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-slide-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.48.0 - (March 29, 2024)

* Changed
* Updated capturing the disclosing node to accommodate for cases with no `mainContent`.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-slide-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-slide-panel",
"version": "3.47.0",
"version": "3.48.0",
"description": "The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways.",
"author": "Cerner Corporation",
"repository": {
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.17.0 - (March 29, 2024)

* Added
* Added the ability to select a cell by pressing Escape on an auto focused button or anchor element (terra-data-grid only).

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.16.0",
"version": "5.17.0",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"author": "Cerner Corporation",
"repository": {
Expand Down
Loading
Loading