Skip to content

v1.0.0-rc.9

Compare
Choose a tag to compare
@paulcpederson paulcpederson released this 23 Mar 18:46
c054fd9

Fixes

  • remove some !important rules (#877)
  • margin-left/right and padding-left/right now work in rtl (#805)
  • Fix drawer pattern on Safari, allow for position: sticky (#863)
  • Fix fencing of focus in modals (#793)
  • make modal js syntax more consistent (#862)
  • fix for iOS checkbox rendering (#861)

Modified

  • update several patterns to use buttons instead of anchors
  • style dropdown-link so it can be a button element
  • update top-nav-link so it can be a button element
  • remove fonts.com and use self-hosted fonts from esri CDN
  • declare demi-bold as 700 so browser defaults render
  • make headings 400 instead of 300
  • Large improvements to the display of several languages including Arabic, Hindi, Georgian, Vietnamese, Hebrew, and Thai
  • Vietnamese now renders in SST instead of Verdana (#865)
  • make button border colors match background on hover (#840)
  • update style of file upload button in FF and iOS (#886)
  • fix alignment of checkboxes and radio buttons across browsers

Removed

  • no more rtl- classes as they are not needed and are an anti-pattern

Added

  • link-dark-blue helper class (#855)
  • btn-link helper class (#846)
  • added range slider input component (#838)
  • added toggle switch component (#837)