a11y-react-emoji
Version:
An accessible Emoji component for React applications
46 lines (28 loc) • 1.39 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.2.0] - 2022-01-28
- Added an export of the `EmojiProps` interface ([@johannchopin](https://github.com/johannchopin))
## [1.1.3] - 2021-03-15
- 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
## [1.1.2] - 2020-01-17
- 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` and `react-dom` peer-dependencies versions from `^16.7.0` to `16.x`
## [1.1.0] - 2019-09-04
- Added [CircleCI](https://circleci.com/) config
- Added TypeScript type definitions
- Changed default value for the component properties from `null` to `undefined`
- Changed TypeScript compiler target from `es5` to `es6`
## [1.0.2] - 2019-06-10
- Security improvements with the updated Yarn lock-file
## [1.0.1] - 2019-05-18
- Changed React peer dependency version to allow any minor or patch ranges
## [1.0.0] - 2019-01-19
- The first official release of `a11y-react-emoji` 🎉