Aviral Dasgupta
9174b32ef1
Upgrade to babel6 and enable some presets.
6 years ago
David Baker
f4a6a3c4b2
Update linkify version
...
Fixes https://github.com/vector-im/vector-web/issues/2357
In addition, https://github.com/matrix-org/matrix-react-sdk/pull/500 will make sure failures like this are obvious.
6 years ago
David Baker
99b0f9eb7c
Back to develop
6 years ago
David Baker
5248bdd974
0.8.1
6 years ago
David Baker
2639d10f97
Pin to released js-sdk & react-sdk
6 years ago
David Baker
cc5c636fa5
Back to develop versions
6 years ago
David Baker
c4a2df75eb
0.8.0
6 years ago
David Baker
3eed711b34
Use released versions
6 years ago
Mark Haines
f6fb1561d7
Update the version of olm to 1.3.0
6 years ago
Aviral Dasgupta
d65b791b2b
bump draft-js to 0.8.1 (as with matrix-react-sdk)
6 years ago
Richard van der Hoff
31dd49ffd7
Bump to olm 1.2.0
6 years ago
Matthew Hodgson
e63e6e7016
0.7.5-r3
6 years ago
Matthew Hodgson
dec62ab92c
bump react-sdk
6 years ago
Richard van der Hoff
6c8a492637
Bump to olm 1.1.0
...
Olm 1.0.0 made broken OlmAccounts.
6 years ago
Matthew Hodgson
06ca94c1e6
0.7.5-r2
6 years ago
Matthew Hodgson
a20962ac14
bump to react-sdk v0.6.5-r1
6 years ago
Matthew Hodgson
c7eba0f292
repin deps to dev
6 years ago
Matthew Hodgson
5f233d75f2
0.7.5-r1
6 years ago
Matthew Hodgson
45c013f2f2
0.7.5
6 years ago
Matthew Hodgson
ef8f9ecbf3
pin matrix-js-sdk and matrix-react-sdk deps for release
6 years ago
Matthew Hodgson
abca5faf78
pin linkifyjs to precisely 2.0.0-beta4, as 2.0.0-beta9 breaks links as per https://github.com/vector-im/vector-web/issues/2010
6 years ago
Richard van der Hoff
21ffe22375
Turn react consistency checks back on in develop builds
...
The react checks are useful on /develop, to catch programming errors earlier,
and the original reason for turning them off (so that we could meaningfully
compare performance between /develop and /beta) is no longer so
relevant.
This reverts commit b5f029d10e
.
6 years ago
Aviral Dasgupta
56813eb11e
remove whatwg-fetch and use browser-request
6 years ago
Aviral Dasgupta
be28a96d8d
add fancy changelog dialog
6 years ago
Richard van der Hoff
4c9ade5ecb
Use cpx to copy olm.js, and add watcher
...
We are now using `cpx` to copy the emojione files, so we might as well use it
for olm.js, rather than rolling our own - particularly since that makes it easy
to add a watcher for `npm start`.
We have to add a `-L` to the `cpx` invocation, otherwise, if olm is a
symlink (as is useful for development), cpx ends up watching the symlink, which
obviously never changes.
6 years ago
Richard van der Hoff
1d435890af
Unpin react-sdk and js-sdk
6 years ago
Richard van der Hoff
8a2b2daad7
Revert "Unpin react-sdk and js-sdk"
...
I messed this up and removed staticfiles.js by accident
This reverts commit 21334cab28
.
6 years ago
Richard van der Hoff
21334cab28
Unpin react-sdk and js-sdk
6 years ago
Richard van der Hoff
3a819a29b7
Make up a device display name
...
Pass a default device name into react-sdk
6 years ago
David Baker
9d77fab18f
0.7.4-r1
6 years ago
David Baker
5512fd4220
Bump to matrix-react-sdk 0.6.4-r1
6 years ago
David Baker
25d8a7999f
0.7.4
6 years ago
David Baker
2b671fcafc
js-sdk & react sdk released
6 years ago
Aviral Dasgupta
bd9f5d3e06
Various fixes and improvements to emojification.
...
- Use locally hosted emoji
- Emojify SenderProfile and m.emote
- Fix emoji spacing
6 years ago
Richard van der Hoff
51b74251f9
Exclude olm from the webpack
...
Olm takes *ages* to webpack, and it doesn't compress well. So, serve it as a
separate asset to the browser.
6 years ago
Richard van der Hoff
4b33164ab6
Remove relayoutOnUpdate prop on gemini-scrollbar
...
The latest gemini-scrollbar makes relayoutOnUpdate redundant, so update to it
and remove the properties.
6 years ago
Richard van der Hoff
53fe372a0c
Bump to react 15.2.1
...
This should also stop npm complaining about invalid peerDependencies.
6 years ago
Richard van der Hoff
4cb04d1e40
Bump to latest react-gemini-scrollbar
...
I've updated our forks of the gemini-scrollbar project to latest upstream.
6 years ago
Richard van der Hoff
3e53879adc
Bump to olm 1.0.0
...
Fixes https://github.com/vector-im/vector-web/issues/1719
6 years ago
Richard van der Hoff
4c6fa740f3
package.json: add olm as optionalDependency
...
Add olm as an optionalDependency to vector, so that the webpack config can find
it and include it in the bundle.
6 years ago
Richard van der Hoff
7999a70cab
Switch to dev versions of react-sdk and js-sdk
6 years ago
Matthew Hodgson
c672919d1e
0.7.3
6 years ago
Matthew Hodgson
e68a2b5e1d
pin to react sdk 0.6.3 for release
6 years ago
Matthew Hodgson
ddc4ac187c
dep on react-sdk develop
6 years ago
Matthew Hodgson
ded66bbdfc
0.7.2
6 years ago
Matthew Hodgson
4ec77eeca7
correctly bump dep on js-sdk and react-sdk
6 years ago
Matthew Hodgson
635fd927cd
0.7.1
6 years ago
Richard van der Hoff
e0bf23fa7c
0.7.0
6 years ago
Richard van der Hoff
f6ec858ac9
Bump js-sdk and react-sdk for new releases
...
js-sdk 0.5.3
react-sdk 0.6.0
6 years ago
Aviral Dasgupta
7e563b89c7
initial version of rich text editor
6 years ago