This repository was archived by the owner on Feb 8, 2022. It is now read-only.
2.6.0
Full release notes:
- ⏱ Sprite watching/bug fixes Changes to your sprite will now occur without needing to re-run the watch process. Just reload the browser! This also fixes an issue where you might see an adjacent icon bleeding into another. Special thanks to this comment on the svg-sprite package issue board! jkphl/svg-sprite/issues/200 (comment). This fixes #36.
- ❤️ Switch JS linting to xo Now linting JavaScript is prettier and opinionated so we write consistent JS
- 🛠 Add stylelint-trendyminds-standard Ditch long list of stylelint config rules for the new stylelint-trendyminds-standard!
- 🗑 Remove Customizr: Many projects don't need us to use Modernizr in any capacity. If you do need to test for
touchevents
,svg
or other properties consider using something like Feature.js—a small, 1kb library for testing browser features. - 📦 Update packages Get dependencies on newer versions
- 🗺 Better sourcemaps Use nicer JS source maps when in
watch
mode - 🚧 Clean up Move many dotfiles to
package.json
for consolidated configuration settings