diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d1ca063 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,82 @@ +# Changelog + +## [v0.1.7](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.7) (2020-12-20) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.6...v0.1.7) + +**Fixed bugs:** + +- Suggestions list don't appears when adding a mention on the new line [\#10](https://github.com/dabakovich/react-native-controlled-mentions/issues/10) + +## [v0.1.6](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.6) (2020-12-18) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.5...v0.1.6) + +**Fixed bugs:** + +- onSelectionChange prop not working [\#8](https://github.com/dabakovich/react-native-controlled-mentions/issues/8) + +## [v0.1.5](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.5) (2020-12-17) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.4...v0.1.5) + +**Implemented enhancements:** + +- Add isInsertSpaceAfterMention parameter [\#5](https://github.com/dabakovich/react-native-controlled-mentions/issues/5) + +## [v0.1.4](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.4) (2020-12-17) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.3...v0.1.4) + +**Closed issues:** + +- Add screenshots/gifs to the README [\#4](https://github.com/dabakovich/react-native-controlled-mentions/issues/4) + +**Merged pull requests:** + +- Update readme, add demo gif [\#6](https://github.com/dabakovich/react-native-controlled-mentions/pull/6) ([dabakovich](https://github.com/dabakovich)) + +## [v0.1.3](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.3) (2020-12-16) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.2...v0.1.3) + +**Fixed bugs:** + +- Wrong regex parsing when we have two mentions with some word between them [\#2](https://github.com/dabakovich/react-native-controlled-mentions/issues/2) +- fix: mention regex for multiple mentions [\#3](https://github.com/dabakovich/react-native-controlled-mentions/pull/3) ([dabakovich](https://github.com/dabakovich)) + +## [v0.1.2](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.2) (2020-12-15) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.1...v0.1.2) + +## [v0.1.1](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.1) (2020-12-15) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.0...v0.1.1) + +**Implemented enhancements:** + +- Input editing is not stable with keyboard auto-correction [\#1](https://github.com/dabakovich/react-native-controlled-mentions/issues/1) + +## [v0.1.0](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.0) (2020-12-09) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.0.22...v0.1.0) + +## [v0.0.22](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.0.22) (2020-12-07) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.0.21...v0.0.22) + +## [v0.0.21](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.0.21) (2020-11-26) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.0.20...v0.0.21) + +## [v0.0.20](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.0.20) (2020-11-26) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.0.19...v0.0.20) + +## [v0.0.19](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.0.19) (2020-11-26) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/8bbc30b464149609504efbb3c6b242c1317f9e39...v0.0.19) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*