What's new:
- New option to customise the font-family (#65)
- New option to customise the attribute the tooltip is bound to (via Sass only) (#63)
- A tooltip is not shown if the attribute is empty (i.e.
aria-label=""
) (#64)
Bug fix:
- A bug was introduced in v2.0.0 where you could not override and customise the Sass variables (#66)
Maintenance:
- Dev dependency updates (#70)
Read our migration guide.
Breaking changes:
- Dropped support for
node-sass
(#124) - Migrated away from the Sass
@import
at-rule to use the Sass@use
at-rule (#124)
What's new:
- Made
sass
an optional peer dependency (#137)- if you're importing the
.scss
files, then you needsass
installed, whereas if you're only importing the.css
files, then you don't necessarily need it for this package
- if you're importing the
Maintenance (for owners & collaborators):
- Removed
stylelint-order
dev dependency - Updated dev dependencies
- Moved images into
/assets
directory - Refactored
unit-blacklist to
unit-disallowed-listin
.stylelintrc` config file
Package maintenance:
- Fixed broken link typo in
CHANGELOG
Maintenance (for owners & collaborators):
- Update autoprefixer dependency
- Refactor CSS selectors resulting in a reduced file size for the output CSS