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

removed the banner #1960

Merged
merged 3 commits into from
Dec 21, 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: 1 addition & 1 deletion packages/terra-compact-interactive-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Updated cell selection.

* Added
* Added `isSelectable`` prop to column shape.
* Added `isSelectable` prop to column shape.

## 1.0.0-alpha.4 - (December 18, 2023)

Expand Down
4 changes: 2 additions & 2 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

## Unreleased

* Updated
* Changed
* Updated `terra-time-input` example to have visual label.
* Updated `terra-compact-interactive-list` implementation guide and examples.

## 1.53.0 - (December 18, 2023)

nikhitasharma marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -15,7 +16,6 @@
* Changed
* Updated examples and tests for expand all/collapse all for `terra-folder-tree`.
* Updated `terra-theme-provider` examples to show the new ability to specify a theme density.
* Updated `terra-compact-interactive-list` implementation guide and examples.

## 1.52.0 - (December 13, 2023)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ import CompactInteractiveListPropsTable from 'terra-compact-interactive-list/src
* [Terra Standards](/components/cerner-terra-framework-docs/compact-interactive-list/about#terra-standards)

## Overview
<Notice variant="important" ariaLevel="2">
The Terra Compact Interactive List component is currently under alpha release. Breaking changes can occur between releases until it is stable with the 1.0 release.
</Notice>

The Terra Compact Interactive List component provides a way to render a collection of interactive information in a list format that has a single tab stop. You can arrange the list in columns to fit a wide space, and the user can move between them with the arrow keys.

Expand Down
Loading