Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 2.68 KB

Changelog

3.0.0 (December 3, 2021)

  • Rename sr-only class to visually-hidden (#109)
  • Remove print thead rule (#101)
  • Remove Vendor-prefixed ::selection (#93)
  • Lots of dev dependency and npm publishing updates

2.1.0 (May 4, 2020)

  • Add and update browserlist (#58) (#38)
  • Updates to stylelint-config-standard and add lint script (#55)
  • Create .npmignore (#54)
  • Add [hidden] attribute support (#53)
  • Update _print.css (#52)
  • Remove .browserupgrade class (#51)
  • Added GitHub actions (#45)
  • Remove odd label comments (#33)
  • Upgrade to gulp 4 (#41 · h5bp/main.css)
  • Improve ESLint configuration (#40)
  • Add blank lines in print css and fix block comments (#31)
  • HTTPS links in gitignore (#35)
  • Add stylelint as a dependency and other minor devdeps update (#32)

2.0.0 (June 4, 2019)

  • Add .stylelintrc config (#18)
  • Rename visuallyhidden to sr-only (#27)
  • Fix broken link to 'printing tables' page (#20)
  • Alphabetize properties (#20)
  • Add stylelint-config-recommended to package.json
  • Add CONTRIBUTORS.md(#9)
  • Minor devdeps and README updates (#11), (#24)

1.0.0 (October 8, 2018)

  • Break main.css into multiple files, implements build (ddd8e50) 13c6fd5)
  • Added travis.yml (88b4250)
  • Added .github folder (#2)
  • Added .editorconfig (#1)