- Updated dependencies
- Updated package metadata
- Dropped Node 8 testing in CI, added Node 13
- Set up CI workflow to pack examples as artifacts
- Limited CI "Lint and test" workflow's pull request event activity types to opened or reopened
- Optimized CI workflows by using
npm ci
where possible
- Updated dependencies
- Added issue and pull request count badges to README
- Optimized CI workflow by splitting it up into 3 separate jobs (for linting main project, linting examples, and running tests) and by not installing unnecessary dependencies in lint jobs
- Renamed /demos to /examples
- Added a list of all examples to README in /examples
- Moved clean script and linting logic outside of Next.js + Font Awesome demo
- Tweaked
npm start
script in Next.js + Font Awesome demo to runnpm i
before starting dev server
- Updated dependencies
- Added badges to README
- Set up simple tests
- Set up CI
- When linting from the main package, demos' dependencies are installed to ensure any eslint plugins needed are there
- Disabled eslint linebreak-style rule
- Updated dependencies
- Added changelog file
- Set up code linting
- Removed demos from npm package to reduce package size