Skip to content

Version 6.0.1

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 06 Feb 10:33
· 71 commits to master since this release

Patch

  • Updated dependencies.
  • Replaced the babel-eslint dev dependency with @babel/eslint-parser.
  • Updated the Browserslist query to exclude all IE versions from the list of supported browsers.
  • Fixed invalid nesting of a HTML div element inside a button within the ButtonSubmit component.
  • Use regex u mode within the function splitWordBreaks.
  • Quote CSS font-family names containing spaces.
  • Fixed Html component first and last child blockquote element CSS top and bottom margins.
  • Fixed Html component child ol element first child li element CSS top margins.