Skip to content

Releases: GetStream/react-activity-feed

v1.4.0

14 Mar 11:00
Compare
Choose a tag to compare

Feature

  • Handle string timestamps with timezone in format ±hh:mm by @danypype in #314
  • refactor: Allow use of custom Textarea component in StatusUpdateForm by @MartinCupela in #342

Fix

  • fix: token "-" causes the emoji search to fail in StatusUpdateForm by @MartinCupela in #336
  • fix: Forward doReactionsFilterRequest prop within NotificationFeed by @MartinCupela in #320

Chore

New Contributors

Full Changelog: v1.3.4...v1.4.0

v1.3.4

04 Nov 11:03
Compare
Choose a tag to compare

Fix

v1.3.3

29 Oct 07:58
Compare
Choose a tag to compare

Fix

Removal of child reactions from latest_children #312

v1.3.2

28 Oct 09:56
Compare
Choose a tag to compare

Fix

  • illegal invocation issue that prevented users from using any input fields #311

v1.3.1

15 Oct 09:48
Compare
Choose a tag to compare

Fix

  • return value type for FeedProps.doReactionAddRequest to be Promise<ReactionAPIResponse<RT>>

v1.3.0

28 Sep 09:47
Compare
Choose a tag to compare

Feature

  • Supporting Spanish #293
  • Added i18n property and default translations to EmojiPicker component #296
  • Added className and style properties to all default components for easier styling (using styled-components or emotion) #302

Fix

  • ActivityHeader is exported #283
  • FeedManager.cancel called correctly #285, #263

Chore

  • Bumped versions of getsream, react-file-utils, tslib
  • Replaced node-sass with dart-sass

v1.2.1

05 Jul 07:25
Compare
Choose a tag to compare

Fix

  • Fix StatusUpdateForm paste error #279

v1.2.0

26 May 14:04
Compare
Choose a tag to compare

Fix

  • Removed Fort Awesome packages and replaced them with custom icons #272 #271

Chore

  • Bump react-file-utils version, reducing bundle size by 20% #273

v1.1.1

20 May 12:54
Compare
Choose a tag to compare

Feature

  • Activity component accepts a custom Card prop #268

Fix

  • Add tslib to dependencies #269
  • FlatFeed clean up properly on feed group change #267

v1.1.0

17 May 12:22
Compare
Choose a tag to compare
  • Preserve modules for better tree shaking #261