Skip to content

Commit 8dd27b6

Browse files
alanbsmithmannycarrera4manuel.carreraNicholasBoll
authored
chore: Merge master into prerelease/minor (#3023)
Co-authored-by: @mannycarrera4 <[email protected]> Co-authored-by: manuel.carrera <[email protected]> Co-authored-by: @NicholasBoll <[email protected]> Co-authored-by: @mannycarrera4 <[email protected]> Co-authored-by: @NicholasBoll <[email protected]>
2 parents 2ad2b08 + d9a5076 commit 8dd27b6

File tree

17 files changed

+145
-39
lines changed

17 files changed

+145
-39
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [v12.0.7](https://github.com/Workday/canvas-kit/releases/tag/v12.0.7) (2024-11-04)
7+
8+
### Components
9+
10+
- fix: Update Select to open with spacebar ([#3006](https://github.com/Workday/canvas-kit/pull/3006)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera, [@NicholasBoll](https://github.com/NicholasBoll))
11+
- fix: Add flex gap to overflow list calculations ([#3021](https://github.com/Workday/canvas-kit/pull/3021)) ([@NicholasBoll](https://github.com/NicholasBoll))
12+
13+
14+
## [v11.1.20](https://github.com/Workday/canvas-kit/releases/tag/v11.1.20) (2024-11-04)
15+
16+
### Components
17+
18+
- fix: Add flex gap to overflow list calculations ([#3021](https://github.com/Workday/canvas-kit/pull/3021)) ([@NicholasBoll](https://github.com/NicholasBoll))
19+
20+
21+
## [v11.1.19](https://github.com/Workday/canvas-kit/releases/tag/v11.1.19) (2024-10-28)
22+
23+
### Components
24+
25+
- fix: Update Select to open with spacebar ([#3006](https://github.com/Workday/canvas-kit/pull/3006)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera, [@NicholasBoll](https://github.com/NicholasBoll))
626
## [v12.0.6](https://github.com/Workday/canvas-kit/releases/tag/v12.0.6) (2024-10-24)
727

828
### Components

cypress/component/Select.spec.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,16 @@ describe('Select', () => {
305305
);
306306
});
307307
});
308+
context('when spacebar is typed and no value exists', () => {
309+
beforeEach(() => {
310+
cy.findByRole('combobox').focus();
311+
cy.focused().realType(' ');
312+
});
313+
it('should open the menu', () => {
314+
// should open the menu
315+
cy.findByRole('listbox').should('exist');
316+
});
317+
});
308318
});
309319

310320
context('given the "Disabled Options" story with a disabled option', () => {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"modules/**"
44
],
5-
"version": "12.0.6",
5+
"version": "12.0.7",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

modules/codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@workday/canvas-kit-codemod",
33
"author": "Workday, Inc. (https://www.workday.com)",
44
"license": "Apache-2.0",
5-
"version": "12.0.6",
5+
"version": "12.0.7",
66
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
77
"main": "dist/es6/index.js",
88
"sideEffects": false,

modules/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"description": "The parent module that contains all Workday Canvas Kit CSS components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-docs",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"description": "Documentation components of Canvas Kit components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -44,10 +44,10 @@
4444
"dependencies": {
4545
"@emotion/styled": "^11.6.0",
4646
"@storybook/csf": "0.0.1",
47-
"@workday/canvas-kit-labs-react": "^12.0.6",
48-
"@workday/canvas-kit-preview-react": "^12.0.6",
49-
"@workday/canvas-kit-react": "^12.0.6",
50-
"@workday/canvas-kit-styling": "^12.0.6",
47+
"@workday/canvas-kit-labs-react": "^12.0.7",
48+
"@workday/canvas-kit-preview-react": "^12.0.7",
49+
"@workday/canvas-kit-react": "^12.0.7",
50+
"@workday/canvas-kit-styling": "^12.0.7",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.0.1",
5353
"markdown-to-jsx": "^7.2.0",

modules/labs-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-labs-css",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"description": "The parent module that contains all Workday Canvas Kit Labs CSS components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/labs-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-labs-react",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -46,8 +46,8 @@
4646
"dependencies": {
4747
"@emotion/react": "^11.7.1",
4848
"@emotion/styled": "^11.6.0",
49-
"@workday/canvas-kit-react": "^12.0.6",
50-
"@workday/canvas-kit-styling": "^12.0.6",
49+
"@workday/canvas-kit-react": "^12.0.7",
50+
"@workday/canvas-kit-styling": "^12.0.7",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.0.1",
5353
"@workday/design-assets-types": "^0.2.8",

modules/popup-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-popup-stack",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/preview-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-preview-css",
3-
"version": "12.0.6",
3+
"version": "12.0.7",
44
"description": "The parent module that contains all Workday Canvas Kit Preview CSS components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)