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

Commit

Permalink
Merge remote-tracking branch 'origin/main' into folder-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs committed Nov 14, 2023
2 parents 0a90f5f + 5a26584 commit 11c106e
Show file tree
Hide file tree
Showing 486 changed files with 80,714 additions and 62,068 deletions.
73 changes: 36 additions & 37 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-collapsible-menu-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.84.0 - (November 9, 2023)

* Added
* Added `GroupId` prop that used in menu item for `aria-describedby` that labels the group for accessibility.

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.83.0",
"version": "6.84.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.79.0",
"terra-menu": "^6.80.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0"
},
Expand Down
15 changes: 14 additions & 1 deletion packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@

## Unreleased

* Fixed
* Fixed issue where focus was given to the column header instead of its button element.

## 1.1.0 - (November 9, 2023)

* Fixed
* Fixed the column header background color for the Orion Fusion theme.
* Fixed pinned column divider issue during keyboard resize.
* Fixed resize handle being communicated when non-header cell is focused.

* Added
* Added ability to select a range of cells to FlowsheetDataGrid.

* Changed
* Updated unit test to account for generated ids of `terra-table` elements.

## 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
10 changes: 5 additions & 5 deletions 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": "1.0.0",
"version": "1.1.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 Expand Up @@ -30,14 +30,14 @@
},
"dependencies": {
"classnames": "^2.2.5",
"focus-trap-react": "^6.0.0",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-icon": "^3.54.0",
"terra-theme-context": "^1.8.0",
"terra-table": "^5.1.1-alpha.1",
"terra-visually-hidden-text": "^2.36.0"
},
"devDependencies": {
"uuid": "3.4.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
Expand Down
Loading

0 comments on commit 11c106e

Please sign in to comment.