gd2910
gd2910
## Summary of the bug Currently the component preview and react code preview for `Radio` 'conditional' variant is mismatched, the react code preview should be changed to align with the...
## Summary of the bug When using the side navigation and the previous selected is still visible the focus will move to the newly selected section but the section highlight...
## Summary Support for v1 is being dropped, v2 brings in more features including snapshotOptions which will help with visual regression issues. This also splits out a diff report into...
## Summary of the bug `expanded` prop should control ic-side-navigation in full and collapsed versions. ## 🪜 How to reproduce Tell us the steps to reproduce the problem: See this...
## Summary of the bug Currently IcAlert is not passing a11y checks in high-contrast, colours must be changed to a higher contrast to pass. Ticket will have to pass through...
## Summary of the bug Syntax highlighting is not present for 'tsx' files. Add conditional language variable in the CodePreview code window component. Javascript: (note function name & css styling):...
## Summary Create a @Watch that ensures dynamically slotted popover elements are rendered correctly. ## 💬 Description If a new popover element is dynamically slotted ensure that the `theme` is...
## Summary Currently developers must set the `theme` on each instance of popover when `IcTheme` is not being used. ## 💬 Description Set the theme on component load to match...
## Summary Slotted children of popover won't inherit a `theme` change ## 💬 Description Set a watch on the `theme` that then iterates over the children to change the `theme`...
## Summary of the changes Dark theme added for IcPopover ## Related issue #1214