18 Commits

Author SHA1 Message Date
Oscar Lorentzon
ecd856099a feat: replace default data provider
Remove Falcor data provider and dependencies.
Add Graph API data provider.
Unit test.
2021-06-07 15:03:11 +02:00
dependabot[bot]
6e20b44edf chore(deps): bump ws from 7.4.4 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.4...7.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 15:33:15 +02:00
dependabot[bot]
eaac743559 chore(deps): bump browserslist from 4.16.3 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 15:54:35 +02:00
Oscar Lorentzon
35aaa7a338 docs: consolidate all docs functionality in doc folder 2021-05-12 17:38:12 +02:00
dependabot[bot]
f8d46b296c chore(deps-dev): bump postcss from 8.2.7 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.7...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 16:57:11 +02:00
dependabot[bot]
fb9bc16279 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 16:51:22 +02:00
Oscar Lorentzon
8a22db63b0 chore: remove vulnerable cssnano module
This results in a css file size that is 25 kb
larger than before. We determine that it
is negligible compared to library usage
data size.
2021-03-22 12:39:26 +01:00
Oscar Lorentzon
b562a0b06c chore: build with rollup
Migrate to Rollup.
Emit umd, minified umd, module, type declarations
and source maps.
Work around problems with Falcor by using
virtual module.

Migrate to Jest.
Run tests in with CommonJS modules becasue ES6
is not supported.
Work around dependency problems by bootstrap
to ensure they are not loaded during test.

Remove all unused dependencies.

Create state transition matrix to avoid
circular dependencies.

chore: tsc and rollup watch build
chore: incremental watch build
Remove unused dependencies.
chore: use existing type packages
chore: mock favicon
chore: improve watch build
chore: fix styles build
chore: specific commonjs build for tests
chore: reset spec files
refactor: explicit state transition matrix
chore: make src commands work
chore: working unit tests and lib
chore: add serve docs script
chore: remove unused bundle config
chore: refactor rollup config to avoid duplication
fix: falcor imports
fix: transition from source to target

Fixes #87
Fixes #100
Fixes #159
Fixes #208
2021-03-15 11:23:22 +01:00
Oscar Lorentzon
d4d8fb8bc2 chore: remove git hooks
Depend on GitHub branch protection instead of
Husky hooks.
2021-02-24 15:29:17 +01:00
Oscar Lorentzon
8e48b2939a chore: update dependencies to latest
Ingore Typedoc and Karma warnings about unsupported
peer versions because peers are at later versions
and building and testing works.
2021-02-24 15:29:17 +01:00
Oscar Lorentzon
15b0db262a chore: export shaders as strings
Remove brfs dependency and import shaders
directly as strings for simplification.
2021-02-24 10:07:39 +01:00
Oscar Lorentzon
37f25c808c chore: update typescript dependencies
Migrate to Typedoc 0.20 API.
Export namespaces explicitly for documentation
inclusion.
2021-02-24 10:07:39 +01:00
Oscar Lorentzon
743bee0fc9 chore: update dev dependencies
Use postcss directly in express server.
2021-02-24 10:07:39 +01:00
Oscar Lorentzon
f8a1484f18 chore: update dependencies
Refactor all implementations to use three.js
BufferGeometry after Geometry deprecation.
Use invert method instead of deprecated inverse
and getInverse methods.
Fix unit test with rect geometry and throw
clear error on faulty rect array length.
2021-02-24 10:07:39 +01:00
dependabot[bot]
de2afd4414 chore(deps): bump socket.io from 2.3.0 to 2.4.1
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-22 14:16:15 +01:00
dependabot[bot]
cc855f79fb chore(deps): bump highlight.js from 10.2.0 to 10.4.1
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.2.0 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.2.0...10.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-09 15:20:13 +01:00
Oscar Lorentzon
8623757dc1 feat(api): add s2 geometry provider class 2020-10-16 15:09:37 +02:00
Oscar Lorentzon
1330066b5d chore: install deps through yarn 2020-09-21 16:58:49 +02:00