File tree Expand file tree Collapse file tree 12 files changed +70
-34
lines changed Expand file tree Collapse file tree 12 files changed +70
-34
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 "private" : true ,
88 "type" : " module" ,
99 "dependencies" : {
10- "@matrix-widget-toolkit/api" : " 4.2 .0" ,
11- "@matrix-widget-toolkit/mui" : " 2.1.3 " ,
12- "@matrix-widget-toolkit/react" : " 2.0.6 " ,
10+ "@matrix-widget-toolkit/api" : " 5.0 .0" ,
11+ "@matrix-widget-toolkit/mui" : " 2.2.0 " ,
12+ "@matrix-widget-toolkit/react" : " 2.1.0 " ,
1313 "@mui/icons-material" : " 6.4.12" ,
1414 "@mui/material" : " 6.4.12" ,
1515 "@reduxjs/toolkit" : " 2.6.1" ,
5656 ]
5757 },
5858 "devDependencies" : {
59- "@matrix-widget-toolkit/testing" : " 3.1 .0" ,
59+ "@matrix-widget-toolkit/testing" : " 4.0 .0" ,
6060 "@testing-library/dom" : " 10.4.0" ,
6161 "@testing-library/jest-dom" : " 6.6.3" ,
6262 "@testing-library/react" : " 16.3.0" ,
Original file line number Diff line number Diff line change 11# ` @matrix-widget-toolkit/api `
22
3+ ## 5.0.0
4+
5+ ### Major Changes
6+
7+ - 56a2fa1: Rework powerlevel calculations to comply with spec in all room versions.
8+
9+ Note this now requires the create room event to be passed to the power level functions.
10+ Additionally, the mock widget api now has changed user id and room id defaults to comply with matrix spec.
11+
12+ ### Minor Changes
13+
14+ - ce67d9c: Reduce strictness on room_ids to comply with changes in room version 12
15+
316## 4.2.0
417
518### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @matrix-widget-toolkit/api" ,
3- "version" : " 4.2 .0" ,
3+ "version" : " 5.0 .0" ,
44 "description" : " A simplified layer on top of matrix-widget-api to use build widgets." ,
55 "author" : " Nordeck IT + Consulting GmbH" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# ` @matrix-widget-toolkit/mui `
22
3+ ## 2.2.0
4+
5+ ### Minor Changes
6+
7+ - ce67d9c: Reduce strictness on room_ids to comply with changes in room version 12
8+
9+ ### Patch Changes
10+
11+ - c10df6a: Fix typo in mobile-client instructions
12+ - Updated dependencies [ 56a2fa1]
13+ - Updated dependencies [ ce67d9c]
14+ - @matrix-widget-toolkit/api @5.0.0
15+ - @matrix-widget-toolkit/react @2.1.0
16+
317## 2.1.3
418
519### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @matrix-widget-toolkit/mui" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " A customized material-ui theme that matches the style of the Element Matrix client" ,
55 "author" : " Nordeck IT + Consulting GmbH" ,
66 "license" : " Apache-2.0" ,
4949 "@emotion/react" : " 11.14.0" ,
5050 "@emotion/styled" : " 11.14.1" ,
5151 "@fontsource/inter" : " 5.1.1" ,
52- "@matrix-widget-toolkit/api" : " ^4.2 .0" ,
53- "@matrix-widget-toolkit/react" : " ^2.0.6 " ,
52+ "@matrix-widget-toolkit/api" : " ^5.0 .0" ,
53+ "@matrix-widget-toolkit/react" : " ^2.1.0 " ,
5454 "@mui/icons-material" : " 6.4.12" ,
5555 "@mui/material" : " 6.4.12" ,
5656 "@mui/utils" : " 6.4.9" ,
Original file line number Diff line number Diff line change 11# ` @matrix-widget-toolkit/react `
22
3+ ## 2.1.0
4+
5+ ### Minor Changes
6+
7+ - ce67d9c: Reduce strictness on room_ids to comply with changes in room version 12
8+
9+ ### Patch Changes
10+
11+ - Updated dependencies [ 56a2fa1]
12+ - Updated dependencies [ ce67d9c]
13+ - @matrix-widget-toolkit/api @5.0.0
14+
315## 2.0.6
416
517### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @matrix-widget-toolkit/react" ,
3- "version" : " 2.0.6 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " A simplified layer on top of @matrix-widget-toolkit/api to use it in a React based widget." ,
55 "author" : " Nordeck IT + Consulting GmbH" ,
66 "license" : " Apache-2.0" ,
3838 "clean:cache" : " echo 'script not implemented package'"
3939 },
4040 "dependencies" : {
41- "@matrix-widget-toolkit/api" : " ^4.2 .0" ,
41+ "@matrix-widget-toolkit/api" : " ^5.0 .0" ,
4242 "matrix-widget-api" : " 1.13.1" ,
4343 "react-error-boundary" : " 6.0.0" ,
4444 "react-use" : " 17.6.0"
You can’t perform that action at this time.
0 commit comments