InstUI 11.7.5 is a patch release on top of the new v11.7 themes, with accessibility fixes and small additive features.
Release highlights
- Checkbox's toggle variant is now announced as a toggle button to assistive tech
- Fixed a React "ref is not a prop" console warning surfaced by
Transition-wrapped components - New
forcePlaceholderprop onTextInput/SelectandallowUseElementprop onInlineSVG - Two new custom icons:
user-round-starandvenetian-mask-stem
Features
- ui-icons: add user-round-star and venetian-mask-stem custom icons (3c229e4)
- ui-svg-images: add allowUseElement prop to InlineSVG (3a56f60)
- ui-text-input,ui-select: add forcePlaceholder prop to TextInput (7a87063)
Bug Fixes
- emotion: only warn about a missing theme when the fallback is actually used (b885ac7)
- ui-checkbox: announce the toggle variant as a toggle button (c713660)
- ui-checkbox: fix message indentation (dfaa13a)
- ui-instructure: use CondensedButton for AI component triggers (b99dd57)
- ui-motion: only pass elementRef to children that declare it (9142976), closes #2618
- ui-table: don't append a sort state to unsorted v1 captions (d3d892e), closes #2574
- ui-view: no undefined error message for disallowed props (e1bef06)