Skip to content

Releases: instructure/instructure-ui

v8.44.0

21 Sep 19:31
Compare
Choose a tag to compare

8.44.0 (2023-09-21)

Bug Fixes

  • ui-number-input: increase specificity for numberinput's input styles (e761082)
  • ui-select,ui-simple-select: add new tests (e156baa)
  • ui-select: add workaround for safari combobox (09987bb)
  • ui-tree-browser: prevent TreeBrowser from breaking keyboard navigation focus order (0741bc5)

Features

  • grid: add stretch option to vAlign (7b215b6)

v8.43.1

11 Sep 18:23
Compare
Choose a tag to compare

Bug Fixes

  • ui-time-select: fix nonpersistent event issue in Timeselect with react 16 (77bc913)

v8.43.0

07 Sep 17:38
Compare
Choose a tag to compare

Bug Fixes

  • ui-responsive: round dimensions for query matcher (5cd4e24)
  • ui-text-area: fix textarea so selenium tests will pass (2e54ae3)

Features

  • ui-responsive: add support for multiple responsive breakpoints (255a832)

v8.41.1

24 Aug 13:59
Compare
Choose a tag to compare

8.41.1 (2023-08-24)

Bug Fixes

  • fix document in undefined SSR errors (4c6e998)
  • ui-dom-utils: fix findFocusable throwing nullpointer exceptions (2169bff)
  • ui-source-code-editor: fix broken codemirror syntax highlight (155b42a)

v8.41.0

21 Aug 19:38
Compare
Choose a tag to compare

8.41.0 (2023-08-21)

Features

  • shared-types,ui-theme-tokens: add new 'desktop' and 'tablet' breakpoints to themes (bcda3d0)

v8.40.1

18 Aug 13:35
Compare
Choose a tag to compare

8.40.1 (2023-08-18)

Bug Fixes

  • ui-color-picker: add id as allowed prop for color-picker (2ced2b2)

v8.40.0

18 Aug 13:35
Compare
Choose a tag to compare

8.40.0 (2023-08-17)

Bug Fixes

  • ui-color-picker: fix broken commonjs import for color-picker (32dbd2b)
  • ui-flex: documentation wording (b4a1374)
  • ui-selectable: move Selectable onClick listener one level down (5c40100)

Features

  • emotion,shared-types,ui-theme-tokens: add mediumSmall spacing to themes (d909ded)

v8.39.0

21 Jul 15:33
Compare
Choose a tag to compare

Bug Fixes

  • ui-a11y-utils: fix modal closing when losing focus (5deda70)
  • ui-a11y-utils: fix parent dialog closing when file picker input is closed (1732297)
  • ui-dom-utils: findFocusable only treats an element as hidden if display is 'none' (69b3949)
  • ui-text-area: add ssr fix for resize observer (412c7a1)
  • ui-text-area: fix focusring issues in case of horizontal resize (dcbda2e)
  • ui-text-input: fix textInput, where onFocus fires twice. (eefd8ce)

Features

  • instui-config,shared-types,ui-navigation,ui-side-nav-bar,ui: add side-nav-bar component and deprecate navigation (45848bf)

v8.38.1

14 Jun 08:49
Compare
Choose a tag to compare

Bug Fixes
ui-dialog,ui-a11y-utils: fix focusing not yet positioned elements (f85b825)
ui-popover: fix TruncateText in Popover not accepting click events (27de84b)

v8.38.0

17 May 08:42
Compare
Choose a tag to compare

Bug Fixes

  • shared-types,ui-menu: menu background overlapping borders (a8262de)
  • ui-a11y-utils: dialog closes when release mouse outside (4989b56)
  • ui-date-time-input: fix onChange event not firing sometimes (4eaf63c)
  • ui-date-time-input, ui-time-select: Fix committing value issues when allowNonStepInput is true. (30c9a98)

Features

  • shared-types,ui-flex: add gap prop to Flex (e1a3396)