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

Release 10-25-2023 #1860

Merged
merged 4 commits into from
Oct 26, 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
5 changes: 5 additions & 0 deletions packages/terra-collapsible-menu-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.83.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 6.82.0 - (October 17, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-collapsible-menu-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-collapsible-menu-view",
"main": "lib/index.js",
"version": "6.82.0",
"version": "6.83.0",
"description": "The collapsible menu view is a mechanism that can be used in toolbar scenarios where actionable items will be displayed face-up and flex based on the space available. Any items that can not fit in the available space will be rolled into an ellipsis menu.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.78.1",
"terra-menu": "^6.79.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 1.0.0 - (October 25, 2023)
* Initial working component release.

* Added
* Added additional screen reader support to announce that column headers are interactable upon selection.
* Added keyboard support for column resizing.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-data-grid",
"main": "lib/index.js",
"version": "0.8.1",
"version": "1.0.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion packages/terra-file-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.0.0 - (October 25, 2023)

* Initial working component release.

## 0.3.0 - (October 17, 2023)

* Inital stable release.
* Initial package release.
4 changes: 2 additions & 2 deletions packages/terra-file-path/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-file-path",
"main": "lib/FilePath.js",
"version": "0.3.0",
"version": "1.0.0",
"description": "Terra File Path is a horizontal menu that indicates where the user is. It is also more commonly known as a breadcrumb component.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-collapsible-menu-view": "^6.82.0"
"terra-collapsible-menu-view": "^6.83.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/terra-folder-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## Unreleased

## 0.1.1-alpha.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

2 changes: 1 addition & 1 deletion packages/terra-folder-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-folder-tree",
"main": "lib/FolderTree.js",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"description": "Terra Folder Tree is a vertical menu that displays files and folders in a hierarchical tree structure.",
"repository": {
"type": "git",
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.43.0 - (October 25, 2023)

* Added
* New Terra Slider component documentation, examples and tests.

Expand Down
20 changes: 10 additions & 10 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.42.0",
"version": "1.43.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -41,16 +41,16 @@
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.11.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.82.0",
"terra-collapsible-menu-view": "^6.83.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^0.8.1",
"terra-data-grid": "^1.0.0",
"terra-date-input": "^1.46.0",
"terra-date-picker": "^4.92.0",
"terra-date-time-picker": "^4.98.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.39.0",
"terra-file-path": "^0.3.0",
"terra-folder-tree": "^0.1.0",
"terra-file-path": "^1.0.0",
"terra-folder-tree": "^0.1.1-alpha.0",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
"terra-form-input": "^4.4.0",
Expand All @@ -60,7 +60,7 @@
"terra-hookshot": "^5.41.0",
"terra-infinite-list": "^3.42.0",
"terra-layout": "^4.38.0",
"terra-menu": "^6.78.1",
"terra-menu": "^6.79.0",
"terra-modal-manager": "^6.67.0",
"terra-navigation-layout": "^5.39.0",
"terra-navigation-prompt": "^1.77.0",
Expand All @@ -70,11 +70,11 @@
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.33.0",
"terra-slide-panel": "^3.46.0",
"terra-slide-panel-manager": "^5.82.0",
"terra-slider": "^1.0.0",
"terra-slide-panel-manager": "^5.83.0",
"terra-slider": "^1.0.1",
"terra-spacer": "^3.59.0",
"terra-table": "^5.1.0-alpha.0",
"terra-tabs": "^7.11.0",
"terra-table": "^5.1.1-alpha.0",
"terra-tabs": "^7.11.1",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.8.0",
"terra-theme-provider": "^4.13.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.79.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 6.78.1 - (October 11, 2023)

* Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-menu",
"main": "lib/Menu.js",
"version": "6.78.1",
"version": "6.79.0",
"description": "The menu is a popup component that displays a list of items, item groups, and dividers. Menu Items can be actionable, have toggle-style selection, or have nested submenu items. Menu Item groups are a single-select grouping of menu items. The Menu will determine the height of the popup based on the number of items in the main menu.",
"repository": {
"type": "git",
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.83.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 5.82.0 - (October 17, 2023)

* 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,7 +1,7 @@
{
"name": "terra-slide-panel-manager",
"main": "lib/SlidePanelManager.js",
"version": "5.82.0",
"version": "5.83.0",
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-slide-panel": "^3.46.0"
},
"devDependencies": {
"terra-collapsible-menu-view": "^6.82.0"
"terra-collapsible-menu-view": "^6.83.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
4 changes: 4 additions & 0 deletions packages/terra-slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

## Unreleased

## 1.0.1 - (October 25, 2023)

* Initial working component release.

* Added
* New Terra Slider component, documentation, examples and tests.
6 changes: 3 additions & 3 deletions packages/terra-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-slider",
"main": "lib/Slider.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Terra Slider component provides users a way to select a value from a given range by sliding a thumb along a bar to track the value.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.8.0",
"uuid": "3.4.0",
"terra-visually-hidden-text": "^2.0.0"
"terra-visually-hidden-text": "^2.0.0",
"uuid": "3.4.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.1.1-alpha.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 5.1.0-alpha.0 - (October 20, 2023)

* Added
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-table",
"main": "lib/index.js",
"version": "5.1.0-alpha.0",
"version": "5.1.1-alpha.0",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 7.11.1 - (October 25, 2023)

* Fixed
* Fixed the dropdown options are being cut off on smaller viewports.
* Fixed keyboard navigation after mouse click for draggable tabs.
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-tabs",
"main": "lib/Tabs.js",
"version": "7.11.0",
"version": "7.11.1",
"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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-content-container": "^3.0.0",
"terra-divider": "^3.33.0",
"terra-icon": "^3.19.0",
"terra-menu": "^6.78.1",
"terra-menu": "^6.79.0",
"terra-responsive-element": "^5.0.0",
"terra-theme-context": "^1.8.0",
"terra-visually-hidden-text": "^2.36.0",
Expand Down