Skip to content

Commit

Permalink
chore: Removed Select in Preview (#2796)
Browse files Browse the repository at this point in the history
Fixes: #2500 
We've removed the `Select` component that was in Preview. Please use the compound [`Select` component from Main](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-select--basic).

[category:Components]

Release Note:
We've removed the `Select` component that was in `@workday/canvas-kit-preview-react`. Please use the `Select` in Main (https://workday.github.io/canvas-kit/?path=/docs/components-inputs-select--basic) which is a compound component and offers more flexibility.

Thank You Picture 

<img width="497" alt="image" src="https://github.com/Workday/canvas-kit/assets/32447341/3372b8dd-c963-4f7e-84bb-791f0889df57">

Co-authored-by: manuel.carrera <[email protected]>
Co-authored-by: @mannycarrera4 <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent 585a43c commit 066c4b1
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 3,671 deletions.
964 changes: 0 additions & 964 deletions cypress/integration/SelectPreview.spec.ts

This file was deleted.

23 changes: 23 additions & 0 deletions modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<Meta title="Guides/Upgrade Guides/v12.0" />

# Canvas Kit 12.0 Upgrade Guide

This guide contains an overview of the changes in Canvas Kit v12. Please
[reach out](https://github.com/Workday/canvas-kit/issues/new?labels=bug&template=bug.md) if you have
any questions.

## Why You Should Upgrade

## Table of contents

- [Removals](#removals)
- [Select (Preview)](#select-preview)

## Removals
Removals are deletions from our codebase and you can no longer consume this component. We've either promoted or replaced a component or utility.

### Select (Preview)

**PR:** [#2796](https://github.com/Workday/canvas-kit/pull/2796)

We've removed the `Select` component that was in Preview. Please use the compound [`Select` component from Main](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-select--basic).
1 change: 0 additions & 1 deletion modules/preview-react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './loading-sparkles';
export * from './menu';
export * from './pill';
export * from './segmented-control';
export * from './select';
export * from './side-panel';
export * from './status-indicator';
export * from './text-area';
Expand Down
51 changes: 0 additions & 51 deletions modules/preview-react/select/LICENSE

This file was deleted.

236 changes: 0 additions & 236 deletions modules/preview-react/select/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions modules/preview-react/select/index.ts

This file was deleted.

Loading

0 comments on commit 066c4b1

Please sign in to comment.