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

Release 14/June/2023 #3824

Merged
merged 3 commits into from
Jun 15, 2023
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
2 changes: 2 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.69.0 - (June 14, 2023)

* Added
* Added focus shift to the rendered notification banners content when notification is an alert and includes an action element

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-alert",
"main": "lib/Alert.js",
"version": "4.68.0",
"version": "4.69.0",
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-core-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.28.0 - (June 14, 2023)

* Added
* Added terra-scroll A11y tests.
* Added an example in terra-content-container without interactive elements.
Expand Down
18 changes: 9 additions & 9 deletions packages/terra-core-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-core-docs",
"version": "1.27.0",
"version": "1.28.0",
"description": "Contains documentation for packages in the terra-core monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"moment": "^2.29.4",
"terra-action-footer": "^2.65.0",
"terra-action-header": "^2.78.0",
"terra-alert": "^4.68.0",
"terra-alert": "^4.69.0",
"terra-arrange": "^3.51.0",
"terra-avatar": "^3.17.0",
"terra-badge": "^3.57.0",
Expand All @@ -50,16 +50,16 @@
"terra-card": "^3.45.0",
"terra-cell-grid": "^1.13.0",
"terra-content-container": "^3.38.0",
"terra-demographics-banner": "^3.61.0",
"terra-demographics-banner": "^3.62.0",
"terra-dialog": "^2.70.0",
"terra-divider": "^3.38.0",
"terra-dropdown-button": "^1.34.0",
"terra-dynamic-grid": "^3.34.0",
"terra-form-checkbox": "^4.20.0",
"terra-form-checkbox": "^4.21.0",
"terra-form-field": "^4.25.0",
"terra-form-fieldset": "^2.69.0",
"terra-form-input": "^4.22.0",
"terra-form-radio": "^4.35.0",
"terra-form-fieldset": "^2.70.0",
"terra-form-input": "^4.23.0",
"terra-form-radio": "^4.36.0",
"terra-form-select": "^6.41.0",
"terra-form-textarea": "^5.24.0",
"terra-grid": "^6.34.0",
Expand All @@ -69,14 +69,14 @@
"terra-i18n": "^4.40.0",
"terra-icon": "^3.54.0",
"terra-image": "^3.38.0",
"terra-list": "^4.57.0",
"terra-list": "^4.58.0",
"terra-overlay": "^3.74.0",
"terra-paginator": "^2.82.0",
"terra-profile-image": "^3.43.0",
"terra-progress-bar": "^4.34.0",
"terra-responsive-element": "^5.37.0",
"terra-scroll": "^2.34.0",
"terra-search-field": "^3.82.0",
"terra-search-field": "^3.83.0",
"terra-section-header": "^2.60.0",
"terra-show-hide": "^2.60.0",
"terra-signature": "^2.39.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-demographics-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.62.0 - (June 14, 2023)

* Changed
* Updated large banner to allow screen readers to follow the meaningful sequence of content, now consistent with the small banner.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-demographics-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-demographics-banner",
"main": "lib/DemographicsBanner.js",
"version": "3.61.0",
"version": "3.62.0",
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.21.0 - (June 14, 2023)

* Fixed
* Fixed issue with VoiceOver announcing group and legend multiple times.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-checkbox",
"main": "lib/Checkbox.js",
"version": "4.20.0",
"version": "4.21.0",
"description": "The Terra Form Checkbox is a responsive input component rendered as a box. When activated, a check mark shall appear. Focus can be activated through tabbing and the checked state can be toggled with the space bar.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-fieldset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.70.0 - (June 14, 2023)

* Changed
* Updated `uuid` to `8.2.0` for consistency with other components.

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-form-fieldset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-fieldset",
"main": "lib/Fieldset.js",
"version": "2.69.0",
"version": "2.70.0",
"description": "Generic form fieldset component which handles the layout of a standard form fieldset including help text, legend, value and widget placement.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-form-field": "^4.25.0",
"terra-form-input": "^4.22.0",
"terra-form-input": "^4.23.0",
"terra-theme-context": "^1.0.0",
"uuid": "8.2.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.23.0 - (June 14, 2023)

* Added
* Enabled placeholder support for `fusion-textbox`.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-input",
"main": "lib/Input.js",
"version": "4.22.0",
"version": "4.23.0",
"description": "Element for building out inputs in a form.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-form-radio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.36.0 - (June 14, 2023)

* Fixed
* Fixed issue with VO announcing group and legend multiple times.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-form-radio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-form-radio",
"main": "lib/Radio.js",
"version": "4.35.0",
"version": "4.36.0",
"description": "The Terra Form Radio is a responsive input component rendered as a radio button next to label text. When activated, a dot shall appear. Use the `name` attribute to group radio buttons together. Tabbing switches focus between radio button groups; arrow keys switch between radio buttons of the same group. The checked state can be activated with a space.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.58.0 - (June 14, 2023)

* Fixed
* Fixed build issue `aria-description is not supported by the role list`.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-list",
"main": "lib/index.js",
"version": "4.57.0",
"version": "4.58.0",
"description": "The Terra List is a structural component to arrange content within list/listitems.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-search-field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.83.0 - (June 14, 2023)

* Fixed
* Fixed bug where search was being called twice when pressing Enter key.

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-search-field/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-search-field",
"main": "lib/SearchField.js",
"version": "3.82.0",
"version": "3.83.0",
"description": "A search component with a field that automatically performs a search callback after user input.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-status-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased

* Updated
* Changed orion-fusion-theme status view bottom and top padding to reduce white space.

## Unreleased

## 4.55.0 - (April 27, 2023)

* Added
Expand Down