Commit Graph

239 Commits

Author SHA1 Message Date
Bruno Windels 16b3b7e282 release v0.1.10 2020-10-09 17:28:22 +02:00
Bruno Windels 0db3842fcc release v0.1.9 2020-10-08 16:18:55 +02:00
Bruno Windels 47a43869e6 fix grid layout in IE 11
this brings back index addressing rather than x y in the grid vm,
as we need to have a css class for every position for IE 11,
as we can't use css variables and autoprefixer can
translate grid-areas
2020-10-08 14:17:43 +02:00
Bruno Windels 1a331a22ec release v0.1.8 2020-10-07 18:01:52 +02:00
Bruno Windels 75345a016b release v0.1.7 2020-10-06 13:32:58 +02:00
Bruno Windels 0bacde7f13 release v0.1.6 2020-10-06 13:10:07 +02:00
Bruno Windels 2cf21573b8 release v0.1.5 2020-10-05 18:20:57 +02:00
Bruno Windels 5bba5778c4 release v0.1.4 2020-10-02 14:04:55 +02:00
Bruno Windels a6bf549d7e release v0.1.3 2020-10-01 16:35:49 +02:00
Bruno Windels c6cb345e16 release v0.1.2 2020-09-28 15:38:27 +02:00
Bruno Windels e3581c8260 use our fork of es6-promise with flush exposed as the promise polyfill 2020-09-28 15:27:38 +02:00
Bruno Windels a7ceabad37 release v0.1.1 2020-09-24 16:47:44 +02:00
Bruno Windels b03cbc3ae9 release v0.1.0 2020-09-24 11:18:18 +02:00
Bruno Windels 36b56132b0 add TextEncoder/Decoder polyfill to legacy bundle 2020-09-18 12:04:22 +02:00
Bruno Windels 5752cca69c go back to bs58 and use other base64 decoder
as base-x isn't meant for base64
2020-09-17 17:56:05 +02:00
Bruno Windels 4ec0e67384 use base-x to support both base64 and base58 2020-09-17 11:36:54 +02:00
Bruno Windels 729e669ec8 add aes-js dep 2020-09-16 18:31:17 +02:00
Bruno Windels ff09f82f81 add bs58 as a dependency
override some of its imports as they would just add
a lot of nodejs fluff that needs stubbing out for a browser.
2020-09-16 16:58:35 +02:00
Bruno Windels 2f2a2ee73f release v0.0.37 2020-09-14 18:34:23 +02:00
Bruno Windels 5b04587722 release v0.0.36 2020-09-11 17:49:11 +02:00
Bruno Windels 4bc56cb41a release v0.0.35 2020-09-11 14:54:02 +02:00
Bruno Windels 571c445f1b Merge branch 'master' into bwindels/e2ee 2020-09-03 11:30:31 +02:00
Bruno Windels cbc3ae3891 upgrade impunity to fix unit tests not loading lib/ as esm 2020-09-03 11:29:04 +02:00
Bruno Windels d7d1d8c45a Merge branch 'master' into bwindels/e2ee 2020-08-28 12:11:33 +02:00
Bruno Windels a9df0df465 release v0.0.34 2020-08-27 20:54:31 +02:00
Bruno Windels a4c2ad2346 Merge branch 'master' into bwindels/e2ee 2020-08-27 20:11:08 +02:00
Bruno Windels 1ee592ea85 make tests work on node 14 2020-08-27 20:10:44 +02:00
Bruno Windels e8efd52223 Merge branch 'master' into bwindels/e2ee 2020-08-27 20:04:49 +02:00
Bruno Windels d51d43abfe use xxhashjs instead which will also work on windows 2020-08-27 20:02:20 +02:00
Bruno Windels 7bf2a3929c add another-json as a dependency
also add a postinstall script to turn it into an ES module,
so it works with our setup
2020-08-27 18:45:54 +02:00
Bruno Windels a6daa13d1d Merge branch 'master' into bwindels/e2ee 2020-08-27 12:52:42 +02:00
Bruno Windels 8543ec00d0 release v0.0.33 2020-08-27 10:52:38 +02:00
Bruno Windels cfd2fd9862 add olm as a dependency 2020-08-26 14:49:16 +02:00
Bruno Windels 5f6074eef3 release v0.0.32 2020-08-21 19:22:48 +02:00
Bruno Windels 7a66f2fc8e release v0.0.31 2020-08-21 18:17:18 +02:00
Bruno Windels fdf097dc89 release v0.0.30 2020-08-20 17:44:06 +02:00
Bruno Windels 67c94ee99d upgrade postcss 2020-08-19 11:40:17 +02:00
Bruno Windels 5748b8ba45 upgrade @rollup/plugin-multi-entry 2020-08-19 11:39:48 +02:00
Bruno Windels 7756da78d7 upgrade @rollup/plugin-commonjs 2020-08-19 11:39:04 +02:00
Bruno Windels 74e9313a78 upgrade @rollup/plugin-node-resolve 2020-08-19 11:38:07 +02:00
Bruno Windels 6813fd2264 upgrade from rollup v1 to v2
so we can use ?. optional chaining
2020-08-19 11:27:35 +02:00
Bruno Windels 054ba8d17d release v0.0.29 2020-08-18 11:50:18 +02:00
Bruno Windels a094abf4da remove comments in js bundles, saves ~100kb 2020-08-18 11:47:20 +02:00
Bruno Windels 7ed1703266 release v0.0.28 2020-08-17 18:30:46 +02:00
Bruno Windels 0104e14e0b map urls in theme css bundles to their content-hashed counterparts 2020-08-14 10:45:14 +02:00
Bruno Windels 044360afaa add content hashes to build assets 2020-08-13 18:59:31 +02:00
Bruno Windels ab3c7b7d1f Use postcss plugins to fix flexbox bugs in IE11 and lack of css vars 2020-08-07 18:15:53 +01:00
Bruno Windels fdc7f60f4d Build legacy bundle from same entry point as normal build
as the plan is to only use different CSS for IE11, but the same view code
2020-08-07 15:50:18 +01:00
Bruno Windels b0599e1b2f Merge branch 'master' into bwindels/ie11 2020-08-07 15:24:36 +01:00
Bruno Windels 73c0a92377 Add .closest polyfill 2020-08-06 10:38:38 +01:00
Bruno Windels a02e2e9426 rename brawl to hydrogent in manifest 2020-08-05 19:09:58 +02:00
Bruno Windels 5816ccfef0 change author 2020-08-05 19:08:11 +02:00
Bruno Windels 45bd49861b Add build for IE 11 2020-08-05 18:56:06 +02:00
Bruno Windels ff6dd67a8d change license field in manifest 2020-08-05 18:45:00 +02:00
Bruno Windels aa0692da3e release v0.0.27 2020-05-10 11:56:50 +02:00
Bruno Windels c73bf96a58 release v0.0.26 2020-05-10 10:00:35 +02:00
Bruno Windels b277d39ecf release v0.0.25 2020-05-09 21:23:04 +02:00
Bruno Windels 8ff6e08006 release v0.0.24 2020-05-09 20:04:48 +02:00
Bruno Windels fba760dfc1 release v0.0.23 2020-05-08 09:31:56 +02:00
Bruno Windels 21ce6a8f3c release v0.0.22 2020-05-08 09:13:20 +02:00
Bruno Windels 58e2cca375 release v0.0.21 2020-05-07 20:08:08 +02:00
Bruno Windels 32710de12a
Merge pull request #43 from bwindels/bwindels/reconnect
Reconnect after network failure
2020-05-07 18:06:41 +00:00
Bruno Windels 8c5411cb7d moar WIP 2020-04-19 19:02:10 +02:00
Bruno Windels c7388f1bb4 release v0.0.20 2020-03-31 10:14:12 +02:00
Bruno Windels 0b25419ccd release v0.0.19 2020-03-23 23:02:46 +01:00
Bruno Windels 3ece193931 release v0.0.18 2020-03-21 14:32:04 +01:00
Bruno Windels 396722c143 bump to 0.0.17 2020-03-21 10:50:55 +01:00
Bruno Windels aa7e5d4e0a bump version to 0.0.16 2020-03-20 20:24:00 +01:00
Bruno Windels ff9e55e49c cut 0.0.15 2020-03-14 21:42:24 +01:00
Bruno Windels 38d79026d8 upgrade to impunity 0.0.10 so tests can run again 2020-03-14 21:37:25 +01:00
Bruno Windels 714892c3d3 this breaks the local server, so don't do it for now 2020-03-14 20:52:17 +01:00
Bruno Windels 177b03915d fix unit tests by updating impunity 2020-03-13 23:26:48 +01:00
Bruno Windels 3ba91835c4 bump version for release 2020-01-04 20:30:29 +01:00
Bruno Windels d635773ac0 bump version 2019-12-14 18:32:30 +01:00
Bruno Windels 9c42710f9b add github link to home screens 2019-11-22 09:46:19 +01:00
Bruno Windels 8a55778c32 make sure aliases and heroes aren't empty when picking name 2019-11-22 09:29:18 +01:00
Bruno Windels 4b28eee8b9 do non-debug build by default 2019-11-22 08:55:30 +01:00
Bruno Windels 325077bcb0 try more domexception fixes 2019-11-21 18:28:18 +01:00
Bruno Windels 964e09bfd5 cut 0.0.7 2019-10-23 09:42:15 +02:00
Bruno Windels 3e2520dbba increment version to 0.0.3 2019-10-12 22:19:39 +02:00
Bruno Windels 0bf06c9b42 bump version 2019-09-28 09:48:18 +02:00
Bruno Windels e372914e7e update build script for debug boilerplate and possibility for appcache 2019-09-15 12:22:43 +02:00
Bruno Windels 412ced594a basic build script with js and css bundling 2019-09-15 09:14:20 +02:00
Bruno Windels b3095112cd build bundled version
no es6 modules on lumia
2019-06-23 23:38:30 +02:00
Bruno Windels db376d3ac6 rename morpheus to brawl 2019-06-14 23:58:39 +02:00
Bruno Windels 1605170f9e update test runner to support async tests 2019-03-29 23:51:25 +01:00
Bruno Windels 9e6c69c121 add dev dependency to test runner 2019-02-24 19:25:23 +01:00
Bruno Windels 17335db86c add non-caching server for local dev
as browsers seem to try and cache ES modules aggresively
2019-02-16 02:57:19 +01:00
Bruno Windels b57c5abdd6 its syncing, sort off 2019-02-10 21:25:46 +01:00