Skip to content

Commit 762f4af

Browse files
alanbsmithjosh-bagwellmannycarrera4manuel.carrera
authored
chore: Merge support into master (#3676)
Co-authored-by: @josh-bagwell <44883293+josh-bagwell@users.noreply.github.com> Co-authored-by: @mannycarrera4 <mannycarrera4@users.noreply.github.com> Co-authored-by: manuel.carrera <manuel.carrera@workday.com>
2 parents eac8cd7 + 3e62f5e commit 762f4af

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [v13.2.50](https://github.com/Workday/canvas-kit/releases/tag/v13.2.50) (2026-01-06)
7+
8+
### Components
9+
10+
- fix: Select should close on blur ([#3674](https://github.com/Workday/canvas-kit/pull/3674)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera)
11+
12+
13+
## [v13.2.49](https://github.com/Workday/canvas-kit/releases/tag/v13.2.49) (2026-01-06)
14+
15+
### Documentation
16+
17+
- docs: Fixed Box style props links ([#3672](https://github.com/Workday/canvas-kit/pull/3672)) ([@josh-bagwell](https://github.com/josh-bagwell))
18+
Updates style props links in the `Box` component documentation.
619
## [v14.2.3](https://github.com/Workday/canvas-kit/releases/tag/v14.2.3) (2026-01-02)
720

821
### Documentation

modules/react/combobox/lib/hooks/useComboboxInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const useComboboxInput = composeHooks(
5757
}
5858
},
5959
onBlur(event: React.FocusEvent) {
60-
// model.events.hide(event);
60+
model.events.hide(event);
6161
},
6262
onClick(event: React.MouseEvent) {
6363
if (model.state.visibility === 'hidden') {

modules/react/layout/stories/Box.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {ExampleCodeBlock} from '@workday/canvas-kit-docs';
2-
import {Basic} from './examples/Box/Basic';
1+
import { ExampleCodeBlock } from '@workday/canvas-kit-docs';
2+
import { Basic } from './examples/Box/Basic';
33
import * as BoxStories from './Box.stories';
44

55
<Meta of={BoxStories} />

modules/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@tanstack/react-virtual": "^3.13.9",
5454
"@workday/canvas-colors-web": "^2.0.0",
5555
"@workday/canvas-kit-popup-stack": "^14.2.3",
56-
"@workday/canvas-kit-preview-react": "^14.2.3",
5756
"@workday/canvas-kit-styling": "^14.2.3",
5857
"@workday/canvas-system-icons-web": "^3.0.36",
5958
"@workday/canvas-tokens-web": "^3.1.1",
59+
"@workday/canvas-kit-preview-react": "^14.2.3",
6060
"@workday/design-assets-types": "^0.2.10",
6161
"chroma-js": "^2.2.0",
6262
"csstype": "^3.0.2",

modules/styling-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@emotion/serialize": "^1.0.2",
4141
"@workday/canvas-kit-styling": "^14.2.3",
42-
"@workday/canvas-tokens-web": "^3.1.1",
4342
"stylis": "4.0.13",
43+
"@workday/canvas-tokens-web": "^3.1.1",
4444
"ts-node": "^10.9.1",
4545
"typescript": "5.0"
4646
},

0 commit comments

Comments
 (0)