All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added an export of the
EmojiProps
interface (@johannchopin)
- Added the
CHANGELOG.md
- Changed peer-dependencies for React to include versions greater than or equal to 16
- Removed
yarn.lock
- Update dependencies with npm audit
- Added NPM package lock-file
- Changed
jest
dev-dependency version from^23.6.0
to^24.0.0
- Changed
ts-jest
dev-dependency version from^23.10.5
to^24.3.0
- Changed
react
andreact-dom
peer-dependencies versions from^16.7.0
to16.x
- Added CircleCI config
- Added TypeScript type definitions
- Changed default value for the component properties from
null
toundefined
- Changed TypeScript compiler target from
es5
toes6
- Security improvements with the updated Yarn lock-file
- Changed React peer dependency version to allow any minor or patch ranges
- The first official release of
a11y-react-emoji
🎉