File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [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
Original file line number Diff line number Diff 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' ) {
Original file line number Diff line number Diff line change 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' ;
33import * as BoxStories from ' ./Box.stories' ;
44
55<Meta of = { BoxStories } />
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments