Skip to content

v2.4.0

Compare
Choose a tag to compare
@shawnbot shawnbot released this 07 Jun 16:53
· 13 commits to main since this release
c63ce59

🚀 Features

  • A new Tailwind preset!

    module.exports = {
      presets: ['sfgov-design-system/tailwind.preset']
    }
  • A public Tailwind config (sfgov-design-system/tailwind.config) for extending directly

🐛 Bug fixes

  • Updated color values from Figma in #97

📝 Documentation

  • New button component docs!
  • Improved good/bad example rendering
  • Delegated click event listener on empty links (href="#") to prevent janky scrolling

🏠 Internal

  • ESLint for JS with the no-expiring-todo-comments rule
  • Stylelint for CSS with a no-expiring-todo-comments-like rule
  • Markdownlint for our docs with a rule insisting that every page have a title in YAML frontmatter

Full Changelog: v2.3.1...v2.4.0