Skip to content

v3.1.1

Compare
Choose a tag to compare
@jllr jllr released this 09 Oct 09:28
· 436 commits to master since this release
fb8f8cd

Components

Changed

  • Changed: Stat component portal theme now includes a min-height.
  • Changed: Badge component now renders in a pill shape to visually differentiate them from buttons.
  • Changed: Badge component now includes a min-width for rendering single characters consistently.
  • Changed: Table striped rows from odd to even for consistency with enterprise portals.
  • Changed: Flex utility overrides now include an !important for greater specificity.
  • Changed: Number input width has been updated for better compatibility with Grid.

Fixed

  • Fixed: Picker group bug which prevented child items from stretching to fill their parent containers vertical space.
  • Fixed: Sidenav cypress test click inconsistency when running tests in cypress GUI.
  • Fixed: Picker group active item rendered an incorrect background-color on hover.
  • Fixed: Number input web component min/max adjustment when user changed value manually twice.

Documentation

Added

  • Added: Dropdown JS component now includes documentation for methods.
  • Added: Modal JS component now includes documentation for methods.