Spectrum Css Versions Save

The standard CSS implementation of the Spectrum design language.

v2.10.0

5 years ago

New Features

  • Add a build output with unique CSS variables #108
  • Add Icon support to SideNav #55
  • Show content/subtitle/description for small cards #120
  • Updated icons

Bug fixes

  • Fix Accordion item header in IE 11 #123
  • Disable focus ring for td when content inside of td is being focused #130
  • Fix Stepper showing mini spinner buttons in Firefox #132
  • Fix ClearButton icon alignment in IE 11 #115

Thanks

  • @xitter for adding support for icons to SideNav
  • @jnurthen for his thorough report of the Firefox Stepper issue
  • @snowystinger for reporting Toast issues in IE 11 (again!)
  • @junqdu for his report and fix for the Table cell focus issue
  • @devongovett for his forward-thinking PR that enables a slim build using CSS custom properties

v2.9.1

5 years ago

Bug Fixes

  • Dropdown fails to truncate when text is too long #121
  • Icons not released properly in 2.9.0

Documentation fixes

  • Show Markup broken for some examples #117

v2.9.0

5 years ago

New Features

  • Fill slider with offset (#116)
  • Rating readOnly state (#110)
  • Added Datepicker range variant (#53)

Bug Fixes

  • Removed width from Side Nav component (#114)
  • Card: display focus ring when element has keyboard focus (#106)

v2.7.4

5 years ago

Fixed a missing dist directory in v2.7.3

v2.8.0

5 years ago

New Features

  • Added Quiet Rating #94
  • Rating now shows an underline on the selected star (must add the new .is-currentValue class) #94
  • Accordion now uses WAI-ARIA 1.1. pattern #81

Bug fixes

  • Accordion item headings wrap nicely now #97
  • Fix font smoothing on Firefox #100
  • Fix Calendar day of week headings in Edge #99

Build fixes

  • Add sass compiling validation phase to catch errors #84

Documentation fixes

  • Fix some spelling errors #98

Thanks

  • @SAdelman for fixing our spelling errors
  • @majornista for keeping us Accessible
  • @jianliao for keeping us sass compatible
  • @icaraps for making our fonts pretty in Firefox

v2.7.3

5 years ago

Docs fixes

  • Overflow tabs #59
  • Toast's deprecated warning variant #67

Bug fixes

  • Fixed deletable tag icon alignment in Safari 10, fixes #66 (#78)
  • Fixed text alignment when text < min-width in Safari 10, fixes #76 (#77)
  • Fixed #79 by adding display: block to spectrum-Accordion-itemHeader
  • Fix dropdown and menu width for IE11 #73

v2.7.2

5 years ago

Bug fixes

  • Fix circle loader RTL layout issue #46
  • Add missing font families for Arabic and Hebrew #50
  • Updated vars to DNA v5.8.0 #52

Docs fixes

  • Use code tags instead of p tags for code typography example #47

v2.7.1

5 years ago

Bug fixes

  • Correct CSS-only dropdown focus state, fixes #40

Docs fixes

  • Revert 7889a20, which broke Dialog examples

v2.7.0

5 years ago

New Features

  • TreeView items now support a disabled state with .is-disabled #25
  • Vertical tabs look prettier #28

Bug fixes

  • Define label line-height #33
  • Don't use flex shorthand to avoid IE 11 bugs #653
  • Fix stray & in build output due to assumptions about nesting #34

Build fixes

  • Correct watch path for topdoc resources #37
  • Correct paths for redirect templates #39

Documentation fixes

  • Fixes invalid card example images #11
  • Remove unnecessary date math during scroll handler #6
  • Do syntax highlighting at build time with Prism, related to #7
  • Don't update the hash on scroll, closes #26

Thanks

  • @benjamind and @ericdrobinson for insights on doc performance issue
  • @NateBaldwinDesign for Tabs updates
  • @stevengill and @filmaj for documentation and OSS-related contributions

v2.0.0-beta.76

5 years ago
  • TextField/TextArea quiet variant .focus-ring draws box-shadow on top, left and right (#274)