Skip to content

v6.2.0

Compare
Choose a tag to compare
@chharvey chharvey released this 17 Dec 02:52
· 246 commits to master since this release

Non-Breaking Changes

  • restyle hyperlinks: a elements without [href] are no longer styled; now only a[href] are colored. The color has also been changed from #00e to #06c. Also, a:not([href]) are no longer decreased opacity.
  • new vertical rhythm features, including lh unit
  • DEPRECATED: --vru custom property: use --lh instead (just a rename). --lh is a custom prop for browsers that don’t support the lh unit. --vru will be removed in v7+
  • add more logical properties & values (#15)
  • add separate stylesheet for IE fallbacks

Fixes

  • fix th text-alignment (#17)
  • fix an issue in the .h-Measure helper where max-inline-size was not overriding max-width in vertical writing modes
  • fix missing quotation marks on q element
  • style change: links are now colored #0066cc, to meet contrast ratio requirements
  • refactors & updates to code formatting
  • update dependencies