Skip to content

Releases: osuresearch/ui

v5.2.0

26 Aug 01:06
Compare
Choose a tag to compare

5.2.0 (2023-08-26)

Bug Fixes

  • AutocompleteField: incorrect typing for object results (7a31bf3)
  • CheckboxSetField: missing aria-describedby for helper text (9aa0361)
  • NecessityIndicator: wrong theme variable reference (3f5ebf7)
  • RadioSetField: missing aria-describedby for helper text (396cddb)
  • remove DateField temporarily due to build issues with @mui/x-date-pickers (a68547a)

Features

  • add support for system theme detection (cfee60b)
  • improvements to theme configuration and integration with Storybook dark mode toggle (df23f07)

v5.1.0

03 Aug 17:01
Compare
Choose a tag to compare

5.1.0 (2023-08-03)

Features

  • AutocompleteField: add load prop for an async callback to load suggestions (ac1d9ba)

v5.0.0

03 Aug 15:02
Compare
Choose a tag to compare

5.0.0 (2023-08-03)

Release of 5.0.0 off the beta branch

v5.0.0-beta.4

03 Aug 14:12
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

5.0.0-beta.4 (2023-08-03)

Features

  • add LinkList, TextLink, ConfirmButton, and CloseButton from 5.0-alpha (62f574d)

v5.0.0-beta.3

03 Aug 00:42
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

5.0.0-beta.3 (2023-08-03)

Bug Fixes

  • read only state not supported by multiple components (e2c99cf)

v5.0.0-beta.2

28 Jul 03:32
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

5.0.0-beta.2 (2023-07-28)

Bug Fixes

  • clipping issues for focus indicators on multiple components (9a1ab32)
  • FormField: propagate error state down to MUI (e937cec)
  • OhioStateNavbar: links are not typed (d3956f5)

Features

  • add new Admonition (d12e953)
  • add the full brand color palette (1f96f93)
  • refactor Ohio State brand components into MUI (4016acc)
  • TextField: add autoFocus and type props (ba8d953)

v5.0.0-beta.1

26 Jul 23:17
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2023-07-26)

Breaking Changes

Dropped use of TailwindCSS in favor of Material UI 5. This removes redundant components (Box, Stack, Text, etc) and introduces a TSS styling system to replace the previous CSS bundling. Form components have been refactored to take advantage of new MUI base fields and several components have been introduced to wrap MUI components to be always-accessible. Components that are not an immediate need for the Office of Research applications (e.g. Interview, Listicle) have been dropped from the beta.

v4.10.0

24 Jul 18:36
Compare
Choose a tag to compare

4.10.0 (2023-07-24)

Features

v4.9.1

24 Jul 15:21
Compare
Choose a tag to compare

4.9.1 (2023-07-24)

Bug Fixes

v5.0.0-alpha.23

07 Jul 14:48
Compare
Choose a tag to compare
v5.0.0-alpha.23 Pre-release
Pre-release

5.0.0-alpha.23 (2023-07-07)

Features

  • add Prose component that applies Tailwind Typography to content (14e6cbf)
  • Admonition: add style system prop support (ed8318f)