Based on Keep a CHANGELOG. 🪵
0.6.0 - 2021-02-06
- Add support for native CSS, CSS Modules, and Stage 2 CSS features (
postcss-preset-env
)- Add and configure
postcss
- Add support for CSS mocking during testing
- Configure
rollup
to process CSS - Configure Storybook's webpack to support new css features
- Add and configure
- Add new project-wide css files (
src/styles
) - Add and configure Stylelint
- Add configuration file for
lint-staged
- Add some features to example component to demonstrate CSS functionality
- Add and update scripts
- Update README
- Upgrade all deps
- Add new GitHub CI check
- Remove engine specification from
package.json
0.5.1 - 2021-02-03
- Add workflow scripts for CI (testing) in push/pull requests to
main
- Update various deps
- Remove codeql-analysis.yml; no TS support
0.5.0 - 2021-02-03
- Convert to TypeScript
- Update
.github/workflows/npm-publish.yml
to use node 14 - Update
package.json
to designate node 14 - Add scripts
- Update README
- Update various deps
0.4.1 - 2021-02-01
- Add eslint plugins for testing-library
0.4.0 - 2021-02-01
- Add and configure Jest
- Add and configure @testing-library/react, @testing-library/dom, @testing-library/jest-dom, and @testing-library/user-event
- Add a test suite for
<MonkeySpan />
0.3.2 - 2021-02-01
- Code formatting
0.3.1 - 2021-02-01
- Create
SECURITY.md
- Create
codeql-analysis.yml
- Create
dependabot.yml
- Add and configure babel plugin to remove prop types
- Remove reference to non-existent storybook dep
- Update README
0.3.0 - 2021-02-01
- Update README
- Fix issue preventing lint-staged from fixing jsx files
- Add default props for MonkeySpan
- Add and configure storybook, with MonkeySpan story
- Add addons for storybook
0.2.3 - 2021-01-31
- Update instructions for publishing releases
0.2.2 - 2021-01-31
- Automate more of the
tag:release
script
0.2.1 - 2021-01-31
0.2.0 - 2021-01-31
- Add prop-types
- Scripts for generating tags and releases
- Add a CHANGELOG