Releases: Workday/canvas-kit
Releases · Workday/canvas-kit
v11.1.1
Components
- fix(select): Clicking the input closes the menu (#2869) (@NicholasBoll)
v10.3.53
Components
- fix: Update select to trigger onChange (#2874) (@mannycarrera4, manuel.carrera)
v11.1.0
v11.1.0
v10.3.52
Components
- fix(select): Clicking the input closes the menu (#2869) (@NicholasBoll)
v11.0.27
Components
- fix(Checkbox): Remove console warning (#2863) (@thunguyen19)
v11.0.26
Accessibility
- fix: Set aria-modal to false for better accessibility (#2855) (@mannycarrera4, manuel.carrera)
v11.0.25
Components
- fix(combobox): Use correct state for aria-selected (#2849) (@NicholasBoll)
This change fixesaria-selected
inCombobox.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
Components
- fix(SearchForm): Suppress forwarding props warning (#2850) (@thunguyen19, Thu Nguyen)
v10.3.51
Accessibility
- fix: Set aria-modal to false for better accessibility (#2855) (@mannycarrera4, manuel.carrera)
v10.3.50
Components
- fix(combobox): Use correct state for aria-selected (#2849) (@NicholasBoll)
This change fixesaria-selected
inCombobox.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.