Skip to content

Releases: instructure/instructure-ui

v10.2.1

30 Aug 14:13
Compare
Choose a tag to compare

Whats new

What's Changed

  • RadioInput: Better docs for name and value props by @matyasf in #1656
  • docs(ui-options): function based examples are added to Options by @Kadirsaglm in #1649
  • docs(ui-overlays,ui-pages): function based examples are added to Overlay, Pages by @ToMESSKa in #1643

New Contributors

Full Changelog: v10.2.0...v10.2.1

v10.2.0

23 Aug 13:59
Compare
Choose a tag to compare

10.2.0 (2024-08-23)

Features

  • many: add data visualization colors, refactor theme code (c395e17)
  • ui-icons: add new AI icon (44b02ce)

v9.6.0

14 Aug 12:35
Compare
Choose a tag to compare

9.6.0 (2024-08-14)

Features

  • ui-calendar,ui-date-input: improve DateInput2 onChange callback, add date formatting option, extend docs (4e2c23c)

v8.56.2

07 Aug 08:37
Compare
Choose a tag to compare

Bug Fixes

  • ui-color-picker,ui-color-utils: fix corrupted CJS build (ba5965f)
  • ui-menu: MenuItem's onSelect type did not expose its value and selected types (98ca20e)

Full Changelog: v8.56.1...v8.56.2

v9.5.2

05 Aug 14:23
Compare
Choose a tag to compare

9.5.2 (2024-08-05)

Bug Fixes

  • ui-calendar,ui-date-input: fix year picker for non latin based locales; return iso date string in onRequestValidateDate (d7df0e8)

v10.0.0

31 Jul 16:38
Compare
Choose a tag to compare

10.0.0 (2024-07-31)

Features

  • many: rewrite color system (1e5809e)
  • ui-codemods: add codemod for v10 color update (566751b)

BREAKING CHANGES

  • many: Breaks color overrides in certain cases

v9.5.1

31 Jul 06:47
Compare
Choose a tag to compare

9.5.1 (2024-07-30)

Bug Fixes

  • ui-color-picker,ui-color-utils: fix corrupted CJS build (e1016be)
  • ui-modal: inherit border radius for ModalHeader (03cf94d)

v9.5.0

26 Jul 13:52
Compare
Choose a tag to compare

9.5.0 (2024-07-26)

Note: Version bump only

v9.3.0

17 Jul 13:41
Compare
Choose a tag to compare

9.3.0 (2024-07-17)

Bug Fixes

  • ui-buttons: do not emit failed prop type warning when setting CondensedButton's color to 'secondary' (a3587df)

Features

  • ui-top-nav-bar: add workaround hack for new topnav design with the old api (e5b34c0)
  • ui,ui-date-input: add new DateInput2 component (9c893fc)

v9.2.0

09 Jul 12:54
Compare
Choose a tag to compare

9.2.0 (2024-07-09)

Bug Fixes

  • ui-drilldown: index drilldown options to always preserve the correct order (3159d06)
  • ui-file-drop: set aria-invalid to true when there are error messages (67fce51)
  • ui-number-input,ui-pagination: set numberinput type to number (19f27f5)
  • ui-top-nav-bar: fix topnavbar item width changing (88993e2)
  • ui-top-nav-bar: lowered topnavbar zindex so it goes below trays/popovers/modals/etc (bcfcb84)

Features

  • ui-table: remove restriction for children types and add documentation (00e3026)
  • ui-tray: add optional mask overlay to tray (8616638)