Skip to content

v11.7.5

Latest

Choose a tag to compare

@joyenjoyer joyenjoyer released this 25 Aug 12:04
· 21 commits to master since this release

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 forcePlaceholder prop on TextInput/Select and allowUseElement prop on InlineSVG
  • Two new custom icons: user-round-star and venetian-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)