RiotRobot
9a1b667c27
v1.7.18
2021-01-26 12:17:44 +00:00
RiotRobot
cd8a9e44b3
Upgrade matrix-react-sdk to 3.12.1
2021-01-26 12:13:51 +00:00
RiotRobot
5052f9bc43
Upgrade matrix-js-sdk to 9.5.1
2021-01-26 12:12:41 +00:00
RiotRobot
4dbdeb46ad
Reset matrix-js-sdk back to develop branch
2021-01-26 12:11:47 +00:00
RiotRobot
e21514cea0
Merge branch 'master' into develop
2021-01-26 12:08:24 +00:00
RiotRobot
982c3ceca1
v3.12.1
2021-01-26 12:04:37 +00:00
RiotRobot
709fc2e004
Upgrade matrix-js-sdk to 9.5.1
2021-01-26 11:57:46 +00:00
Travis Ralston
83fb698bbc
Merge pull request #5527 from matrix-org/travis/widget-nav
...
Wire up MSC2931 widget navigation
2021-01-18 09:09:32 -07:00
Travis Ralston
042ce153ae
Merge pull request #16177 from vector-im/travis/widget-api-update
...
Update widget-api to beta 11
2021-01-18 09:09:19 -07:00
RiotRobot
c5217b6d6d
Reset matrix-react-sdk back to develop branch
2021-01-18 15:25:13 +00:00
RiotRobot
fff8ac231e
Reset matrix-js-sdk back to develop branch
2021-01-18 15:25:01 +00:00
RiotRobot
1da652ede3
v1.7.17
2021-01-18 15:21:57 +00:00
RiotRobot
238ed786fd
Upgrade matrix-react-sdk to 3.12.0
2021-01-18 15:19:10 +00:00
RiotRobot
3275a0d819
Upgrade matrix-js-sdk to 9.5.0
2021-01-18 15:18:38 +00:00
RiotRobot
6c8e6096da
Reset matrix-js-sdk back to develop branch
2021-01-18 15:16:31 +00:00
RiotRobot
5455b90c98
Resetting package fields for development
2021-01-18 15:16:18 +00:00
RiotRobot
5a54bb0e7f
v3.12.0
2021-01-18 15:14:53 +00:00
RiotRobot
c4570cdaee
Upgrade matrix-js-sdk to 9.5.0
2021-01-18 15:09:22 +00:00
Travis Ralston
8bdbb5c989
Update widget-api to beta 11
...
Consistency with https://github.com/matrix-org/matrix-react-sdk/pull/5527
2021-01-16 23:35:15 -07:00
Travis Ralston
f6a328a55b
Update widget api
2021-01-16 23:34:16 -07:00
RiotRobot
f31b3c1c18
v1.7.17-rc.1
2021-01-13 13:14:41 +00:00
RiotRobot
21cadb8a3b
Upgrade matrix-react-sdk to 3.12.0-rc.1
2021-01-13 13:10:30 +00:00
RiotRobot
1fe8f27cf7
Upgrade matrix-js-sdk to 9.5.0-rc.1
2021-01-13 13:10:04 +00:00
RiotRobot
97af6a8fd8
v3.12.0-rc.1
2021-01-13 13:06:44 +00:00
RiotRobot
30dd24a59c
Upgrade matrix-js-sdk to 9.5.0-rc.1
2021-01-13 12:59:37 +00:00
David Baker
328d64ac23
Run TypeScript tests
...
There aren't any yet, but I'm about to write a test and it's going
to be in TypeScript and I don't want to lump this change in with
a bunch of other stuff.
2021-01-12 17:37:24 +00:00
J. Ryan Stinnett
852b7d0b89
Merge pull request #15999 from vector-im/jryans/prepublish-only
...
Stop building code and types for Element layer
2020-12-22 13:48:29 +00:00
J. Ryan Stinnett
7c7ed7a2e4
Merge pull request #5503 from matrix-org/jryans/prepublish-only
...
Use TypeScript source for development, swap to build during release
2020-12-22 13:48:22 +00:00
RiotRobot
c4f7269321
Reset matrix-js-sdk back to develop branch
2020-12-21 17:52:30 +00:00
RiotRobot
3dc3d4a8d4
Reset matrix-react-sdk back to develop branch
2020-12-21 17:50:47 +00:00
RiotRobot
a7a70c2246
Reset matrix-js-sdk back to develop branch
2020-12-21 17:50:35 +00:00
RiotRobot
625e001592
v1.7.16
2020-12-21 17:46:39 +00:00
RiotRobot
2861089193
Upgrade JS SDK to 9.4.1 and React SDK to 3.11.1
2020-12-21 17:43:11 +00:00
RiotRobot
5fd39954a1
v3.11.1
2020-12-21 17:37:29 +00:00
RiotRobot
cc0bef7f8d
Upgrade matrix-js-sdk to 9.4.1
2020-12-21 17:36:46 +00:00
RiotRobot
554a9de7c7
Upgrade matrix-react-sdk to 3.11.0
2020-12-21 17:13:43 +00:00
RiotRobot
5a5b820fe5
Upgrade matrix-js-sdk to 9.4.0
2020-12-21 17:11:53 +00:00
RiotRobot
d23d0b2b42
v3.11.0
2020-12-21 17:06:40 +00:00
RiotRobot
78e6fb9121
Upgrade matrix-js-sdk to 9.4.0
2020-12-21 17:00:39 +00:00
J. Ryan Stinnett
799a14ebc6
Stop compiling code and types
...
This layer is no longer published to NPM, so there is no longer any need to
prepare compiled code and types.
2020-12-18 15:29:06 +00:00
J. Ryan Stinnett
b22c28eac9
Use TypeScript source for development, swap to build during release
...
This changes the JS SDK to point `main` to TypeScript source and remove any
indication of `typings`. For local development and CI workflows, it means many
steps can run without building first, which saves lots of time.
During release, we still build for Node and browsers as before. The release
script adjusts the `main` and `typings` fields before publishing and
distribution to point to the built output for those that use them.
2020-12-18 14:49:28 +00:00
J. Ryan Stinnett
ad32f90beb
Stop building at local install time
...
This speeds up local development and CI runs by skipping build steps by default.
They will now only run when just before publishing.
Related to https://github.com/matrix-org/matrix-js-sdk/pull/1552
2020-12-18 11:59:30 +00:00
RiotRobot
d5325e203d
v1.7.16-rc.1
2020-12-16 16:40:16 +00:00
RiotRobot
567a4a6a1c
Upgrade JS SDK to 9.4.0-rc.2 and React SDK to 3.11.0-rc.2
2020-12-16 16:36:40 +00:00
RiotRobot
caf795e5c2
v3.11.0-rc.2
2020-12-16 16:27:16 +00:00
RiotRobot
d2ee89fa74
Upgrade matrix-js-sdk to 9.4.0-rc.2
2020-12-16 15:57:56 +00:00
RiotRobot
68b7538fca
v3.11.0-rc.1
2020-12-16 14:34:25 +00:00
RiotRobot
9f8a5f5107
Upgrade matrix-js-sdk to 9.4.0-rc.1
2020-12-16 14:22:44 +00:00
J. Ryan Stinnett
49bd7887d2
Add Olm as a dev dependency for types
...
Fixes https://github.com/vector-im/element-web/issues/15803
2020-12-08 16:18:12 +00:00
RiotRobot
79303ec387
Merge remote-tracking branch 'origin/develop' into develop
2020-12-07 13:05:47 +00:00