Skip to content

Releases: Workday/canvas-kit

v11.1.1

20 Aug 19:06
Compare
Choose a tag to compare

Components

v10.3.53

20 Aug 21:39
Compare
Choose a tag to compare

Components

v11.1.0

14 Aug 16:45
Compare
Choose a tag to compare
v11.1.0

v10.3.52

14 Aug 22:02
Compare
Choose a tag to compare

Components

v11.0.27

12 Aug 15:40
Compare
Choose a tag to compare

Components

v11.0.26

05 Aug 21:27
Compare
Choose a tag to compare

Accessibility

  • fix: Set aria-modal to false for better accessibility (#2855) (@mannycarrera4, manuel.carrera)

v11.0.25

05 Aug 20:20
Compare
Choose a tag to compare

Components

  • fix(combobox): Use correct state for aria-selected (#2849) (@NicholasBoll)
    This change fixes aria-selected in Combobox.Menu.Item components, but this does change the visuals of what is considered "selected". If you have any visual tests that have a screenshot of a selected state, the visual regression will have to be updated. The same is true for DOM-based snapshot tests. aria-selected="true" will now be added when an item is selected and not just when the virtual cursor is on the item. If your snapshot captures this DOM state, the snapshot will have to be updated.

v11.0.24

05 Aug 16:25
Compare
Choose a tag to compare

Components

  • fix(SearchForm): Suppress forwarding props warning (#2850) (@thunguyen19, Thu Nguyen)

v10.3.51

05 Aug 20:34
Compare
Choose a tag to compare

Accessibility

  • fix: Set aria-modal to false for better accessibility (#2855) (@mannycarrera4, manuel.carrera)

v10.3.50

05 Aug 16:23
Compare
Choose a tag to compare

Components

  • fix(combobox): Use correct state for aria-selected (#2849) (@NicholasBoll)
    This change fixes aria-selected in Combobox.Menu.Item components, but this does change the visuals of what is considered "selected". If you have any visual tests that have a screenshot of a selected state, the visual regression will have to be updated. The same is true for DOM-based snapshot tests. aria-selected="true" will now be added when an item is selected and not just when the virtual cursor is on the item. If your snapshot captures this DOM state, the snapshot will have to be updated.