Releases: FaridSafi/react-native-gifted-chat
Releases Β· FaridSafi/react-native-gifted-chat
v1.0.0
What's Changed
- The future of GiftedChat π by @xcarpentier in #1775
- fix a typo in the readme by @mrzachnugent in #2176
- Added reference to Day.js Format by @apappas1129 in #2030
- refactor(lightbox): π¨ use v2 instead by @Johan-dutoit in #2180
- refactor(general): π¨ defaults, tests, consistency, et al by @Johan-dutoit in #2184
- feat(quickreply): π add text style by @Johan-dutoit in #2185
- refactor(context): actionsheet & safeareaview by @Johan-dutoit in #2188
- refactor(utils): split logging out and export utils by @Johan-dutoit in #2189
- Update README.md example link by @Darex1991 in #2193
- fix(types): include bubble on press by @Johan-dutoit in #2196
- refactor(linking): π¨ remove react-native-communications and use native linking by @Johan-dutoit in #2207
- fix(testing): π add root test ids and update documentation by @Johan-dutoit in #2208
New Contributors
- @mrzachnugent made their first contribution in #2176
- @apappas1129 made their first contribution in #2030
- @Johan-dutoit made their first contribution in #2180
- @Darex1991 made their first contribution in #2193
Full Changelog: v0.16.3...v1.0.0
v1.0.0-beta-4
What's Changed
- refactor(context): actionsheet & safeareaview by @Johan-dutoit in #2188
- refactor(utils): split logging out and export utils by @Johan-dutoit in #2189
- Update README.md example link by @Darex1991 in #2193
- fix(types): include bubble on press by @Johan-dutoit in #2196
New Contributors
- @Darex1991 made their first contribution in #2193
Full Changelog: v1.0.0-beta-3...v1.0.0-beta-4
v1.0.0-beta-3
What's Changed
- fix a typo in the readme by @mrzachnugent in #2176
- Added reference to Day.js Format by @apappas1129 in #2030
- refactor(lightbox): π¨ use v2 instead by @Johan-dutoit in #2180
- refactor(general): π¨ defaults, tests, consistency, et al by @Johan-dutoit in #2184
- feat(quickreply): π add text style by @Johan-dutoit in #2185
New Contributors
- @mrzachnugent made their first contribution in #2176
- @apappas1129 made their first contribution in #2030
- @Johan-dutoit made their first contribution in #2180
Full Changelog: v1.0.0-beta-2...v1.0.0-beta-3
v1.0.0-beta-2
Same as beta-1, however moved the example to a different folder and split dependencies, etc.
Full Changelog: v1.0.0-beta-1...v1.0.0-beta-2
v1.0.0-beta-1
Consider this a breaking change as well as an untested release.
This releases consists of the branch found here, which was authored by @xcarpentier.
Feedback from usage will determine the state and direction of the changes.
v0.16.3
v0.16.2
- fix: π Avoid transitive dependencies for days 2fc7b99 (@tompap)
- fix: π Pass textStyle prop from Avatar to GiftedAvatar 40b5e76 (@kenkotch)
- fix: π Avoid setting heights twice within 0.1s 8f605e5 (@hanayashiki)
- fix: π Use react-native-parsed-text correct version to be able to go to the web e9a6935 (@xcarpentier)
- fix: π Remove typing indicator from tree when not typing d83c800 (@xcarpentier)
π Prepare the future of GiftedChat π
v0.16.1
v0.16.0
πFix TS types (ie. change file name types.ts
-> Models.ts
)
import { IMessage, Reply } from 'react-native-gifted-chat'