@stream-io/feeds-react-sdk 0.1.31 → 0.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +38 -0
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.1.33](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.32...@stream-io/feeds-react-sdk-0.1.33) (2025-12-10)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@stream-io/feeds-client` updated to version `0.3.18`
10
+ ## [0.1.32](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.31...@stream-io/feeds-react-sdk-0.1.32) (2025-12-08)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `@stream-io/feeds-client` updated to version `0.3.17`
5
15
  ## [0.1.31](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-react-sdk-0.1.30...@stream-io/feeds-react-sdk-0.1.31) (2025-12-03)
6
16
 
7
17
  ### Dependency Updates
package/README.md CHANGED
@@ -0,0 +1,38 @@
1
+ # Official React SDK for Steram Feeds
2
+
3
+ Bring users together through personalized feeds, threaded discussions, and real-time updates that make every interaction feel meaningful.
4
+
5
+ Supported React versions: >=17.0.0
6
+
7
+ ## **Quick Links**
8
+
9
+ - [Register](https://getstream.io/chat/trial/) to get an API key for Stream Feeds
10
+ - [Sample apps](../../#react-sample-apps)
11
+ - [Docs](https://getstream.io/activity-feeds/docs/)
12
+
13
+ ## What is Stream?
14
+
15
+ Stream allows developers to rapidly deploy scalable feeds, chat messaging and video with an industry leading 99.999% uptime SLA guarantee.
16
+
17
+ Stream's Activity Feed V3 SDK enables teams of all sizes to build scalable activity feeds. The best place to get started is to follow the tutorial:
18
+
19
+ TODO
20
+
21
+ ## 👩‍💻 Free for Makers 👨‍💻
22
+
23
+ Stream is free for most side and hobby projects. To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue. Makers get $100 in monthly credit for feeds for free.
24
+
25
+ ## 💡 Supported Features 💡
26
+
27
+ Here are some of the features we support:
28
+
29
+ - **For-You feed**: Most modern apps combine a “For You” feed with a regular “Following” feed. With activity selectors you can:
30
+ - surface popular activities
31
+ - show activities near the user
32
+ - match activities to a user’s interests
33
+ - mix-and-match these selectors to build an engaging personalized feed.
34
+ - **Comments**: Voting, threading, images, URL previews, @mentions & notifications. Basically all the features of Reddit style commenting systems.
35
+ - **Advanced feed features**: Activity expiration • visibility controls • feed visibility levels • feed members • bookmarking • follow-approval flow • stories support.
36
+ - **Activity filtering**: Filter activity feeds with almost no hit to performance
37
+ - **Search & queries**: Activity search, **query activities**, and **query feeds** endpoints.
38
+ - **Modern essentials**: Permissions • OpenAPI spec • GDPR endpoints • realtime WebSocket events • push notifications • “own capabilities” API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-react-sdk",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "description": "Feeds SDK for React",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "license": "SEE LICENSE IN LICENSE",
36
36
  "dependencies": {
37
- "@stream-io/feeds-client": "0.3.16",
37
+ "@stream-io/feeds-client": "0.3.18",
38
38
  "use-sync-external-store": "^1.5.0"
39
39
  },
40
40
  "devDependencies": {