Skip to content

Commit 95b6f92

Browse files
authored
Merge pull request #742 from GetStream/upgrade-stream-chat
Upgrade stream chat and markdown issue
2 parents f0cb3d3 + 5d2e6e7 commit 95b6f92

File tree

14 files changed

+353
-179
lines changed

14 files changed

+353
-179
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.1.1](https://github.com/GetStream/stream-chat-react/releases/tag/v4.1.1) 2021-02-26
4+
5+
### Chore
6+
7+
- Upgrade `stream-chat` dependency to fix reaction caching issue [#742](https://github.com/GetStream/stream-chat-react/pull/742)
8+
9+
### Bug
10+
11+
- Fix markdown link rendering issues [#742](https://github.com/GetStream/stream-chat-react/pull/742)
12+
313
## [4.1.0](https://github.com/GetStream/stream-chat-react/releases/tag/v4.1.0) 2021-02-25
414

515
### Chore

examples/commerce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react": "link:../../node_modules/react",
77
"react-dom": "link:../../node_modules/react-dom",
88
"react-scripts": "2.1.4",
9-
"stream-chat": "3.1.1",
9+
"stream-chat": "3.1.2",
1010
"stream-chat-react": "link:../../"
1111
},
1212
"scripts": {

examples/commerce/yarn.lock

Lines changed: 79 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@
987987
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
988988
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
989989

990-
"@rgrove/parse-xml@^2.0.4":
991-
version "2.0.4"
992-
resolved "https://registry.yarnpkg.com/@rgrove/parse-xml/-/parse-xml-2.0.4.tgz#244973dd3d9ee83eb7caafad2c17a719622d181f"
993-
integrity sha512-344bRXnUMu1tWqq1GJO2nCSqJRGTzcNLErcG2HZbVhUo90R5xQ6YdsCqtuT0KaFyN/mlxWqt2SdHSRNzwDvT5g==
990+
"@rgrove/parse-xml@^3.0.0":
991+
version "3.0.0"
992+
resolved "https://registry.yarnpkg.com/@rgrove/parse-xml/-/parse-xml-3.0.0.tgz#29d45eadeb6c9a701038cfb9fab2356a7bdc71d5"
993+
integrity sha512-GFGDywRwGbuGq9yeL8wTjjLOsZ5Ps4O5tQ71eDcAfaZrZeA7Oe8QJzrnmFgplWtnoaBIBaFBB3n5Ht9iU4jLLw==
994994

995995
"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
996996
version "4.2.0"
@@ -1144,11 +1144,6 @@
11441144
"@types/prop-types" "*"
11451145
csstype "^2.2.0"
11461146

1147-
"@types/rgrove__parse-xml@^1.1.1":
1148-
version "1.1.1"
1149-
resolved "https://registry.yarnpkg.com/@types/rgrove__parse-xml/-/rgrove__parse-xml-1.1.1.tgz#adf101efb3f38d531372a5fe5f12cb83c32452a5"
1150-
integrity sha512-S/4A5bn1gTlkHUScQyoPsodoLhyrzoUiU0lIWr/nnRc/mzIaMxW40DQ2E6HIuDxLzi8ozm+Cdy/3Gs/MM7dPaQ==
1151-
11521147
11531148
version "1.0.2"
11541149
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.2.tgz#e13182e1b69871a422d7863e11a4a6f5b814a4bd"
@@ -1166,6 +1161,18 @@
11661161
dependencies:
11671162
"@types/node" "*"
11681163

1164+
"@virtuoso.dev/react-urx@^0.2.5":
1165+
version "0.2.5"
1166+
resolved "https://registry.yarnpkg.com/@virtuoso.dev/react-urx/-/react-urx-0.2.5.tgz#41f1a8c7657a339276ecf1ff718b556010c80932"
1167+
integrity sha512-4C0HoPaZEqAKg3pzs3mS16kesCRvEU+TYVDxFsW+vGFi1nyPovhiQ7YVTOPBE55rjVv/rkNqL1eWqjwJM/SohA==
1168+
dependencies:
1169+
"@virtuoso.dev/urx" "^0.2.5"
1170+
1171+
"@virtuoso.dev/urx@^0.2.5":
1172+
version "0.2.5"
1173+
resolved "https://registry.yarnpkg.com/@virtuoso.dev/urx/-/urx-0.2.5.tgz#8c88e9634df06e9f6b98bcd80490652347108c86"
1174+
integrity sha512-Vf3g+iAl5h8UuduSRTB1XK4G08xeV80tMP46P3xn5jIk1xV5IsdTInl58VU2thnCxRG9yJawR/QJwTFfMgkUww==
1175+
11691176
"@webassemblyjs/[email protected]":
11701177
version "1.7.11"
11711178
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
@@ -2786,6 +2793,11 @@ core-js@^2.4.0, core-js@^2.5.0:
27862793
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
27872794
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
27882795

2796+
core-js@^3.5.0:
2797+
version "3.9.0"
2798+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.9.0.tgz#790b1bb11553a2272b36e2625c7179db345492f8"
2799+
integrity sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ==
2800+
27892801
[email protected], core-util-is@~1.0.0:
27902802
version "1.0.2"
27912803
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -3154,6 +3166,11 @@ dayjs@^1.10.3:
31543166
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.3.tgz#cf3357c8e7f508432826371672ebf376cb7d619b"
31553167
integrity sha512-/2fdLN987N8Ki7Id8BUN2nhuiRyxTLumQnSQf9CNncFCyqFsSKb9TNhzRYcC8K8eJSJOKvbvkImo/MKKhNi4iw==
31563168

3169+
dayjs@^1.10.4:
3170+
version "1.10.4"
3171+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
3172+
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
3173+
31573174
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.8, debug@^2.6.9:
31583175
version "2.6.9"
31593176
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -3522,10 +3539,10 @@ elliptic@^6.0.0:
35223539
minimalistic-assert "^1.0.0"
35233540
minimalistic-crypto-utils "^1.0.0"
35243541

3525-
3526-
version "3.0.0"
3527-
resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-3.0.0.tgz#eca24a04881e27752a6921e09f65a86ce8539a50"
3528-
integrity sha512-r5DXyzOLJttdwRYfJmPq/XL3W5tiAE/VsRnS0Hqyn27SqPA/GOYwVUSx50px/dXdJyDSnvmoPbuJ/zzhwSaU4A==
3542+
3543+
version "3.0.1"
3544+
resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-3.0.1.tgz#9ce86706e02aea0506345f98464814a662ca54c6"
3545+
integrity sha512-sxpmMKxqLvcscu6mFn9ITHeZNkGzIvD0BSNFE/LJESPbCA8s1jM6bCDPjWbV31xHq7JXaxgpHxLB54RCbBZSlg==
35293546
dependencies:
35303547
"@babel/runtime" "^7.0.0"
35313548
prop-types "^15.6.0"
@@ -6853,20 +6870,19 @@ [email protected], [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@
68536870
dependencies:
68546871
minimist "0.0.8"
68556872

6856-
mml-react@^0.3.3:
6857-
version "0.3.3"
6858-
resolved "https://registry.yarnpkg.com/mml-react/-/mml-react-0.3.3.tgz#71bf2da65516ab0b8fcd3f491816d495f633cdaa"
6859-
integrity sha512-ckE/1BhQeHrJ7JBIIUs5sgsqDbS2i5PLfEBLZ+B+TNeeD+BUWNCkStnEnr0y68leHProFC8oDrXrWXsqzgjVNQ==
6873+
mml-react@^0.4.0:
6874+
version "0.4.0"
6875+
resolved "https://registry.yarnpkg.com/mml-react/-/mml-react-0.4.0.tgz#351f9629bc82f9ac8347fa9795b21ab9e81d3a10"
6876+
integrity sha512-xdm/wzcJ+4SjGW506V2YECsNHYj/kiPQDe0V+xhqsTN/bwqWIrGnjOP+o2nz4etpoD0jpPB6pFwMdYXb2Va/FQ==
68606877
dependencies:
68616878
"@braintree/sanitize-url" "^5.0.0"
6862-
"@rgrove/parse-xml" "^2.0.4"
6879+
"@rgrove/parse-xml" "^3.0.0"
68636880
"@types/linkifyjs" "^2.1.3"
6864-
"@types/rgrove__parse-xml" "^1.1.1"
6865-
dayjs "^1.10.3"
6881+
dayjs "^1.10.4"
68666882
ical-expander "^3.1.0"
68676883
linkifyjs "^2.1.9"
68686884
react-markdown "^5.0.3"
6869-
react-virtuoso "^0.20.3"
6885+
react-virtuoso "^1.5.8"
68706886

68716887
move-concurrently@^1.0.1:
68726888
version "1.0.1"
@@ -8402,6 +8418,13 @@ promise@^7.1.1:
84028418
dependencies:
84038419
asap "~2.0.3"
84048420

8421+
promise@^8.0.3:
8422+
version "8.1.0"
8423+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
8424+
integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==
8425+
dependencies:
8426+
asap "~2.0.6"
8427+
84058428
prompts@^0.1.9:
84068429
version "0.1.14"
84078430
resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2"
@@ -8529,7 +8552,7 @@ raf-schd@^2.1.2:
85298552
resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-2.1.2.tgz#ec622b5167f2912089f054dc03ebd5bcf33c8f62"
85308553
integrity sha512-Orl0IEvMtUCgPddgSxtxreK77UiQz4nPYJy9RggVzu4mKsZkQWiAaG1y9HlYWdvm9xtN348xRaT37qkvL/+A+g==
85318554

8532-
[email protected], raf@^3.1.0:
8555+
[email protected], raf@^3.1.0, raf@^3.4.1:
85338556
version "3.4.1"
85348557
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
85358558
integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
@@ -8601,6 +8624,18 @@ react-app-polyfill@^0.2.1:
86018624
raf "3.4.1"
86028625
whatwg-fetch "3.0.0"
86038626

8627+
react-app-polyfill@^1.0.6:
8628+
version "1.0.6"
8629+
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz#890f8d7f2842ce6073f030b117de9130a5f385f0"
8630+
integrity sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==
8631+
dependencies:
8632+
core-js "^3.5.0"
8633+
object-assign "^4.1.1"
8634+
promise "^8.0.3"
8635+
raf "^3.4.1"
8636+
regenerator-runtime "^0.13.3"
8637+
whatwg-fetch "^3.0.0"
8638+
86048639
react-clientside-effect@^1.2.2:
86058640
version "1.2.2"
86068641
resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.2.tgz#6212fb0e07b204e714581dd51992603d1accc837"
@@ -8916,13 +8951,15 @@ react-view-pager@^0.6.0:
89168951
resize-observer-polyfill "1.5.0"
89178952
tabbable "1.1.2"
89188953

8919-
react-virtuoso@^0.20.3:
8920-
version "0.20.3"
8921-
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-0.20.3.tgz#dde89d9d84f10a029ddbe61ac22fa416b51e0119"
8922-
integrity sha512-22Vw7dc04VoxTcrhra3be1/fyPCsZ9Dbduto7m6juf1SroP6BGSJvAGm0hSOiQqaPdgZvD/77QqMXGPzWR2SBA==
8954+
react-virtuoso@1.5.9, react-virtuoso@^1.5.8:
8955+
version "1.5.9"
8956+
resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-1.5.9.tgz#1c64d093df7c67c07ca3813780e2c65cf07d5efa"
8957+
integrity sha512-r3nE98ElMWtI9rtLlPT5iVcN/cwkm1dyDXVdJ1LVdoVPGhiyTa4yTIgLR8AEiU8s65BvCcl50efEPVVqf+5MsA==
89238958
dependencies:
8959+
"@virtuoso.dev/react-urx" "^0.2.5"
8960+
"@virtuoso.dev/urx" "^0.2.5"
8961+
react-app-polyfill "^1.0.6"
89248962
resize-observer-polyfill "^1.5.1"
8925-
tslib "^1.11.1"
89268963

89278964
react@^16.2.0:
89288965
version "16.8.6"
@@ -9044,6 +9081,11 @@ regenerator-runtime@^0.13.2:
90449081
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
90459082
integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==
90469083

9084+
regenerator-runtime@^0.13.3:
9085+
version "0.13.7"
9086+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
9087+
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
9088+
90479089
regenerator-runtime@^0.13.4:
90489090
version "0.13.5"
90499091
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
@@ -9851,10 +9893,10 @@ stream-browserify@^2.0.1:
98519893
version "0.0.0"
98529894
uid ""
98539895

9854-
9855-
version "3.1.1"
9856-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-3.1.1.tgz#c9df5944e7ef389af0c0d6a7585caf60dc0d8beb"
9857-
integrity sha512-yNt8haa3cRPiEWxFy1a5FrphK4Jk5hVt9BYmy6iaHJeKrJcjUhVl0YdwkLnW4Q4Z2Quc1KMrcICpWu+jeilyBw==
9896+
9897+
version "3.1.2"
9898+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-3.1.2.tgz#271ff85f5533ae432bc94168bfeffca8efc6b55a"
9899+
integrity sha512-hIVkycehlJrkG2D+RV77qhZeOjZyas398DNdD8GeQlVB7Li60p+XPAsaeNob7kEptFow2LC2TTUiR4hQDCbufg==
98589900
dependencies:
98599901
"@babel/runtime" "^7.12.13"
98609902
"@types/jsonwebtoken" "^8.5.0"
@@ -10338,7 +10380,7 @@ ts-pnp@^1.0.0:
1033810380
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.2.tgz#be8e4bfce5d00f0f58e0666a82260c34a57af552"
1033910381
integrity sha512-f5Knjh7XCyRIzoC/z1Su1yLLRrPrFCgtUAh/9fCSP6NKbATwpOL1+idQVXQokK9GRFURn/jYPGPfegIctwunoA==
1034010382

10341-
tslib@^1.0.0, tslib@^1.11.1, tslib@^1.9.3:
10383+
tslib@^1.0.0, tslib@^1.9.3:
1034210384
version "1.13.0"
1034310385
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
1034410386
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
@@ -10887,6 +10929,11 @@ [email protected], whatwg-fetch@>=0.10.0:
1088710929
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
1088810930
integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
1088910931

10932+
whatwg-fetch@^3.0.0:
10933+
version "3.6.1"
10934+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.1.tgz#93bc4005af6c2cc30ba3e42ec3125947c8f54ed3"
10935+
integrity sha512-IEmN/ZfmMw6G1hgZpVd0LuZXOQDisrMOZrzYd5x3RAK4bMPlJohKUZWZ9t/QsTvH0dV9TbPDcc2OSuIDcihnHA==
10936+
1089010937
whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0:
1089110938
version "2.3.0"
1089210939
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"

examples/livestream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react": "link:../../node_modules/react",
77
"react-dom": "link:../../node_modules/react-dom",
88
"react-scripts": "2.1.4",
9-
"stream-chat": "3.1.1",
9+
"stream-chat": "3.1.2",
1010
"stream-chat-react": "link:../../"
1111
},
1212
"scripts": {

0 commit comments

Comments
 (0)