Travis Ralston
e110c8ed9b
Remove stuff that yarn install doesn't think we need
2 years ago
Travis Ralston
f44694ad44
Support TypeScript for React components
...
Same treatment as https://github.com/matrix-org/matrix-react-sdk/pull/4203
2 years ago
David Baker
e18157d5a0
yarn upgrade
2 years ago
RiotRobot
872a7a74fb
Reset matrix-react-sdk back to develop branch
2 years ago
RiotRobot
4548831ac5
Reset matrix-js-sdk back to develop branch
2 years ago
RiotRobot
c26396d693
Upgrade matrix-react-sdk to 2.2.1
2 years ago
RiotRobot
94ceb5a46b
Reset SDKs back to develop branch
2 years ago
RiotRobot
620414187f
Upgrade matrix-react-sdk to 2.2.0
2 years ago
RiotRobot
e71dcacd2d
Upgrade matrix-js-sdk to 5.1.0
2 years ago
J. Ryan Stinnett
bb5aa94707
Upgrade deps
3 years ago
RiotRobot
a4d01a5f04
Upgrade matrix-react-sdk to 2.2.0-rc.1
3 years ago
RiotRobot
4fced076b7
Upgrade matrix-js-sdk to 5.1.0-rc.1
3 years ago
J. Ryan Stinnett
de71e36843
Reset matrix-react-sdk back to develop branch
3 years ago
J. Ryan Stinnett
120d36d70b
Reset matrix-js-sdk back to develop branch
3 years ago
RiotRobot
dafb2f01b1
released react-sdk & js-sdk
3 years ago
RiotRobot
9b5655c1fa
Released js-sdk & react-sdk
3 years ago
RiotRobot
35204416bf
Upgrade JS SDK to 5.0.0-rc.1 and React SDK to 2.1.0-rc.2
3 years ago
J. Ryan Stinnett
3eb5eb1d21
Upgrade electron-builder
3 years ago
J. Ryan Stinnett
8ca6c2c433
Flip SDKs back to develop
3 years ago
RiotRobot
dd26d43173
js-sdk 4.0.0 & react-sdk 2.0.0
3 years ago
David Baker
eb5e14661d
Actually pull in react-sdk rc.2
3 years ago
David Baker
8913eba60d
react-sdk rc.2
3 years ago
David Baker
c3a5e2e5d3
react-sdk & js-sdk rc.1
3 years ago
Travis Ralston
b965188a5f
Run the react-sdk reskindexer for developers
...
See https://github.com/matrix-org/matrix-react-sdk/pull/3856 for why chokidar was updated.
3 years ago
Travis Ralston
5cd54e9f6d
Use jsdom 14 instead of 13
3 years ago
Travis Ralston
5c915f3d02
Add canvas package so COLR check passes in tests
...
This is required for jsdom to do the right thing.
We also have to bump the jsdom version, but to do that we need an alternative test environment because Jest has it pinned lower.
3 years ago
Travis Ralston
161a1342b2
Swap over to Jest, breaking everything
3 years ago
RiotRobot
057f78fadc
released react-sdk & js-dk
3 years ago
Travis Ralston
ec66069e96
Update build scripts for new process
...
We have to convert *something* to TypeScript so it doesn't complain that there's nothing to compile, so this converts the easiest utility library.
Many of the scripts are copied from the react-sdk.
3 years ago
RiotRobot
a1b14751e5
bump to matrix-react-sdk rc.2
3 years ago
RiotRobot
f7618e3c73
react-sdk & js-sdk rc.1
3 years ago
Travis Ralston
1b41dc3291
Make the webpack config work for us
...
This moves the babel and postcss configs into the webpack config for ease of maintenance (and because we need variations of them). The typescript config is left outside the webpack config for IDEs to pick it up.
3 years ago
Michael Telatynski
6f06716954
Regenerate yarn.lock
3 years ago
J. Ryan Stinnett
0930424406
Further attempt to flip to develop
3 years ago
J. Ryan Stinnett
dd9eda8f97
Flip back to develop
3 years ago
RiotRobot
45d51f56f2
Released js-sdk & react-sdk
3 years ago
David Baker
60467ffd02
yarn upgrade
...
attempt 2
3 years ago
David Baker
e2b1a86a29
Remove draft-js dependency
...
...which for some reason was still kicking around
3 years ago
David Baker
f93b7a1675
Add transform-async-to-bluebird
...
Add babel plugin until the js-sdk stop using bluebird, since we
force-recompile the js-sdk so we need the plugin installed for that
to work (and it's a devDependency on js-sdk so doesn't otherwise get
installed).
3 years ago
David Baker
577e614fa4
Add transform-async-to-bluebird
...
Add babel plugin until the js-sdk stop using bluebird, since we
force-recompile the js-sdk so we need the plugin installed for that
to work (and it's a devDependency on js-sdk so doesn't otherwise get
installed).
3 years ago
RiotRobot
c99cd9fc58
js-sdk & react-sdk rc.1
3 years ago
J. Ryan Stinnett
31ee75f14f
Flip SDKs back to develop
3 years ago
RiotRobot
10c5485373
Upgrade to JS SDK 2.4.5 and React SDK 1.7.4
3 years ago
David Baker
f09a123a87
Add postcss-easings
...
So we can use names like easeInSine in CSS transitions rather than
cubic-bezier(0.47, 0, 0.745, 0.715)
Required for https://github.com/matrix-org/matrix-react-sdk/pull/3674
3 years ago
RiotRobot
83591b4567
Released js-sdk & react-sdk
3 years ago
RiotRobot
1cebd3dcd1
react-sdk rc.2
3 years ago
Michael Telatynski
97abce1ca6
Add eslint-plugin-jest because we inherit js-sdk's eslintrc and it wants
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
3 years ago
RiotRobot
f07e3c3b25
react-sdk & js-sdk rc.1
3 years ago
RiotRobot
15c0561588
released react-sdk
3 years ago
Michael Telatynski
385ad5f9ce
Don't transform async at all, all browsers we care about support it
3 years ago