Skip to content

Commit

Permalink
chore: Release 5.0.0-rc.0 (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith authored Jun 8, 2021
1 parent eed3108 commit 03bf989
Show file tree
Hide file tree
Showing 33 changed files with 140 additions and 97 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.0.0-rc.0 (2021-06-07)

### Components

- fix(tabs): Fix aria-selected for unselected tabs ([#1033](https://github.com/Workday/canvas-kit/pull/1033)) [@angadkaflay](https://github.com/angadkaflay)
- fix(tooltip): Allow aria-label pass-through in muted tooltips ([#1037](https://github.com/Workday/canvas-kit/pull/1037)) [@NicholasBoll](https://github.com/NicholasBoll)
- fix(popup): Allow popups to be owners of each other ([#1054](https://github.com/Workday/canvas-kit/pull/1054)) [@csongnguyen](https://github.com/csongnguyen)
- fix(combobox): Fix Combobox RTL issue ([#1064](https://github.com/Workday/canvas-kit/pull/1064)) [@alanbsmith](https://github.com/alanbsmith)
- refactor: Button recategorization ([#1034](https://github.com/Workday/canvas-kit/pull/1034)) [@anicholls](https://github.com/anicholls)
- fix(popup): Allow tooltips to close alongside modals on click outside ([#1074](https://github.com/Workday/canvas-kit/pull/1074)) [@csongnguyen](https://github.com/csongnguyen)
- fix: Move InputProvider from tokens to common ([#1076](https://github.com/Workday/canvas-kit/pull/1076)) [@anicholls](https://github.com/anicholls)
- feat(common): Add Box Component [@alanbsmith](https://github.com/alanbsmith)
- feat(comboxbox):Added default maxHeight to autocomplete container ([#1079](https://github.com/Workday/canvas-kit/pull/1079)) [@sraj](https://github.com/sraj)
- feat: Forward refs for input components ([#1068](https://github.com/Workday/canvas-kit/pull/1068)) [@jamesfan](https://github.com/jamesfan)
- feat(checkbox): Add aria-checked for accessibility and testability ([#1045](https://github.com/Workday/canvas-kit/pull/1045)) [@svagi](https://github.com/svagi)
- chore: Upgrade Card to use Box ([#1086](https://github.com/Workday/canvas-kit/pull/1086)) [@NicholasBoll](https://github.com/NicholasBoll)
- refactor(popup): Convert Popup to a compound component ([#1065](https://github.com/Workday/canvas-kit/pull/1065)) [@NicholasBoll](https://github.com/NicholasBoll)
- fix(skeleton): Change skeleton animation to fade in and out ([#1084](https://github.com/Workday/canvas-kit/pull/1084)) [@willklein](https://github.com/willklein)
- fix: Refactor/modal compound component ([#1091](https://github.com/Workday/canvas-kit/pull/1091)) [@NicholasBoll](https://github.com/NicholasBoll)
feat: Remove Preview/Tokens & Upgrade CKR Labs Type Hierarchy ([#1078](https://github.com/Workday/canvas-kit/pull/1078)) [@alanbsmith](https://github.com/alanbsmith)

### Documentation

- docs: Add better documentation to the `as` prop ([#1046](https://github.com/Workday/canvas-kit/pull/1046)) [@NicholasBoll](https://github.com/NicholasBoll)
- docs(tabs): Update single tabs panel example ([#1047](https://github.com/Workday/canvas-kit/pull/1047)) [@NicholasBoll](https://github.com/NicholasBoll)
- docs: Update Create Compound Component docs ([#1048](https://github.com/Workday/canvas-kit/pull/1048)) [@NicholasBoll](https://github.com/NicholasBoll)
- docs: Popup accessible example ([#1056](https://github.com/Workday/canvas-kit/pull/1056)) [@csongnguyen](https://github.com/csongnguyen)
- docs: Review v5 migration guide [@jamesfan](https://github.com/jamesfan)

### Infrastructure

- chore: Bump y18n from 3.2.1 to 3.2.2 ([#1011](https://github.com/Workday/canvas-kit/pull/1011)) [@dependabot](https://github.com/dependabot)
- chore: Bump elliptic from 6.5.3 to 6.5.4 ([#993](https://github.com/Workday/canvas-kit/pull/993)) [@dependabot](https://github.com/dependabot)
- ci: Fix Tooltip flaky visual test ([#1035](https://github.com/Workday/canvas-kit/pull/1035)) [@NicholasBoll](https://github.com/NicholasBoll)
- ci: Upgrade to node 14 ([#1044](https://github.com/Workday/canvas-kit/pull/1044)) [@NicholasBoll](https://github.com/NicholasBoll)
- chore: Upgrade storybook to v6.2.9 ([#1055](https://github.com/Workday/canvas-kit/pull/1055)) [@anicholls](https://github.com/anicholls)
- chore: Bump ssri, ua-parser-js, handlebars, lodash, and hosted-git-info ([#1049](https://github.com/Workday/canvas-kit/pull/1049)) [@dependabot](https://github.com/dependabot)
- fix: Prevent finding matches on the wrong imports (buttons codemod) [@anicholls](https://github.com/anicholls)
- feat: Add Canvas Kit Preview and focus the purpose of CK Labs [@anicholls](https://github.com/anicholls)
- fix: Update yarn.lock [@alanbsmith](https://github.com/alanbsmith)
- ci: Fix font-loading issue by predownloading [@NicholasBoll](https://github.com/NicholasBoll)
- feat: Add package version in Storybook ([#1082](https://github.com/Workday/canvas-kit/pull/1082)) [@mihaelamiches](https://github.com/mihaelamiches)

## 5.0.0-beta.2 (2021-04-26)

### Components
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"modules/**"
],
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion modules/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@workday/canvas-kit-codemod",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
"main": "dist/es6/index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion modules/css-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-fonts",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Fonts for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/action-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-action-bar",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Action bar CSS for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/action-bar/css"
},
"dependencies": {
"@workday/canvas-kit-css-button": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-button": "^5.0.0-rc.0",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion modules/css/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-badge",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "provides a summary indicator with dynamic values",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-banner",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Errors and alerts for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/banner/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0",
"@workday/canvas-system-icons-web": "1.0.41"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions modules/css/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-button",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The button css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/button/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0",
"@workday/canvas-system-icons-web": "1.0.41"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions modules/css/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-card",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Card CSS for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/card/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-checkbox",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The checkbox css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"workday"
],
"dependencies": {
"@workday/canvas-kit-css-common": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-common": "^5.0.0-rc.0",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions modules/css/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-common",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The common css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,6 +28,6 @@
"workday"
],
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
}
}
2 changes: 1 addition & 1 deletion modules/css/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-core",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The core css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
16 changes: 8 additions & 8 deletions modules/css/form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-form-field",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The form css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,16 +16,16 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/form-field/css"
},
"dependencies": {
"@workday/canvas-kit-css-common": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-beta.2",
"@workday/canvas-kit-css-common": "^5.0.0-rc.0",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0",
"@workday/canvas-system-icons-web": "1.0.41"
},
"devDependencies": {
"@workday/canvas-kit-css-checkbox": "^5.0.0-beta.2",
"@workday/canvas-kit-css-radio": "^5.0.0-beta.2",
"@workday/canvas-kit-css-select": "^5.0.0-beta.2",
"@workday/canvas-kit-css-text-area": "^5.0.0-beta.2",
"@workday/canvas-kit-css-text-input": "^5.0.0-beta.2"
"@workday/canvas-kit-css-checkbox": "^5.0.0-rc.0",
"@workday/canvas-kit-css-radio": "^5.0.0-rc.0",
"@workday/canvas-kit-css-select": "^5.0.0-rc.0",
"@workday/canvas-kit-css-text-area": "^5.0.0-rc.0",
"@workday/canvas-kit-css-text-input": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-icon",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Icon toolkit for Canvas kit",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@workday/canvas-colors-web": "^2.0.0",
"@workday/canvas-kit-css-core": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0",
"svg-injector": "^1.1.3",
"to-slug-case": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/css/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-layout",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Layout css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/layout/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/loading-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-loading-animation",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Animations used while a page or component is loading.",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/loading-animation/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-menu",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Menu CSS for Canvas kit CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/menu/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-modal",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "Modal CSS for Canvas kit CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/modal/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2",
"@workday/canvas-kit-css-popup": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0",
"@workday/canvas-kit-css-popup": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
46 changes: 23 additions & 23 deletions modules/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The parent module that contains all Workday Canvas Kit CSS components",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,28 +16,28 @@
"url": "https://github.com/Workday/canvas-kit/tree/master/modules/canvas-kit-css"
},
"dependencies": {
"@workday/canvas-kit-css-action-bar": "^5.0.0-beta.2",
"@workday/canvas-kit-css-badge": "^5.0.0-beta.2",
"@workday/canvas-kit-css-banner": "^5.0.0-beta.2",
"@workday/canvas-kit-css-button": "^5.0.0-beta.2",
"@workday/canvas-kit-css-card": "^5.0.0-beta.2",
"@workday/canvas-kit-css-checkbox": "^5.0.0-beta.2",
"@workday/canvas-kit-css-common": "^5.0.0-beta.2",
"@workday/canvas-kit-css-core": "^5.0.0-beta.2",
"@workday/canvas-kit-css-form-field": "^5.0.0-beta.2",
"@workday/canvas-kit-css-icon": "^5.0.0-beta.2",
"@workday/canvas-kit-css-layout": "^5.0.0-beta.2",
"@workday/canvas-kit-css-loading-animation": "^5.0.0-beta.2",
"@workday/canvas-kit-css-menu": "^5.0.0-beta.2",
"@workday/canvas-kit-css-modal": "^5.0.0-beta.2",
"@workday/canvas-kit-css-page-header": "^5.0.0-beta.2",
"@workday/canvas-kit-css-popup": "^5.0.0-beta.2",
"@workday/canvas-kit-css-radio": "^5.0.0-beta.2",
"@workday/canvas-kit-css-select": "^5.0.0-beta.2",
"@workday/canvas-kit-css-table": "^5.0.0-beta.2",
"@workday/canvas-kit-css-text-area": "^5.0.0-beta.2",
"@workday/canvas-kit-css-text-input": "^5.0.0-beta.2",
"@workday/canvas-kit-css-tooltip": "^5.0.0-beta.2"
"@workday/canvas-kit-css-action-bar": "^5.0.0-rc.0",
"@workday/canvas-kit-css-badge": "^5.0.0-rc.0",
"@workday/canvas-kit-css-banner": "^5.0.0-rc.0",
"@workday/canvas-kit-css-button": "^5.0.0-rc.0",
"@workday/canvas-kit-css-card": "^5.0.0-rc.0",
"@workday/canvas-kit-css-checkbox": "^5.0.0-rc.0",
"@workday/canvas-kit-css-common": "^5.0.0-rc.0",
"@workday/canvas-kit-css-core": "^5.0.0-rc.0",
"@workday/canvas-kit-css-form-field": "^5.0.0-rc.0",
"@workday/canvas-kit-css-icon": "^5.0.0-rc.0",
"@workday/canvas-kit-css-layout": "^5.0.0-rc.0",
"@workday/canvas-kit-css-loading-animation": "^5.0.0-rc.0",
"@workday/canvas-kit-css-menu": "^5.0.0-rc.0",
"@workday/canvas-kit-css-modal": "^5.0.0-rc.0",
"@workday/canvas-kit-css-page-header": "^5.0.0-rc.0",
"@workday/canvas-kit-css-popup": "^5.0.0-rc.0",
"@workday/canvas-kit-css-radio": "^5.0.0-rc.0",
"@workday/canvas-kit-css-select": "^5.0.0-rc.0",
"@workday/canvas-kit-css-table": "^5.0.0-rc.0",
"@workday/canvas-kit-css-text-area": "^5.0.0-rc.0",
"@workday/canvas-kit-css-text-input": "^5.0.0-rc.0",
"@workday/canvas-kit-css-tooltip": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/page-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-page-header",
"version": "5.0.0-beta.2",
"version": "5.0.0-rc.0",
"description": "The blue header at the top of a page to indicate page title and other details",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/page-header/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^5.0.0-beta.2"
"@workday/canvas-kit-css-core": "^5.0.0-rc.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
Loading

0 comments on commit 03bf989

Please sign in to comment.