29 Commits

Author SHA1 Message Date
Oscar Lorentzon
4c12e442a5 chore: update required node version and types 2022-07-26 15:37:51 -07:00
Oscar Lorentzon
ea1b42eba2 chore: fix contributor link in pr template 2022-03-16 12:52:02 -07:00
Oscar Lorentzon
af79803e85 fix: correct doc contribution setup command 2022-01-25 09:34:31 -08:00
Oscar Lorentzon
a76f879764 chore: clarify doc script namings 2021-08-02 11:56:25 +02:00
Oscar Lorentzon
ee05699636 chore: upgrade doc dependencies and three
Simplify import handling. Import three examples correctly.
Install three in doc project to avoid linting issues.
2021-08-02 10:42:27 +02:00
Oscar Lorentzon
1036065e49 chore: upgrade dev dependencies 2021-08-02 10:42:27 +02:00
Oscar Lorentzon
c268f8515f docs: add custom render map sync example 2021-06-23 14:35:37 +02:00
Oscar Lorentzon
56c74dbb94 chore: build lib and doc in different jobs 2021-06-23 13:50:07 +02:00
Oscar Lorentzon
f55d136cc2 docs: add viewer initialization guide 2021-06-10 22:09:40 +02:00
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
Oscar Lorentzon
11858978a2 refactor: rename mouse to pointer component 2021-05-24 09:37:26 +02:00
Oscar Lorentzon
83fa9b8fef chore: add script to setup dev environment
Remove all hardcoded client tokens.
Add script to generate token JS files.
Use generated tokens in all examples and docs.
2021-05-22 17:28:39 +02:00
Oscar Lorentzon
0691f7151b docs: add custom render examples 2021-05-18 07:25:20 +02:00
Oscar Lorentzon
56c751a0fa fix: doc production build extend issue
Node modules are not transpiled in docusaurus
builds leading to a call invoke for data provider
base that throws.
Do not install MJS but use local build instead.
Change imports to be relative.
2021-05-15 18:10:53 +02:00
Oscar Lorentzon
0e3904d844 refactor: single source for app token
Import app token from single place for all
instances - examples, doc examples, doc live
editors.
2021-05-13 13:23:27 +02:00
Oscar Lorentzon
320f35bc35 docs: separate doc build for non generated content
Separate build for generated content for faster iteration
and stable watch builds.
2021-05-12 17:38:12 +02:00
Oscar Lorentzon
35aaa7a338 docs: consolidate all docs functionality in doc folder 2021-05-12 17:38:12 +02:00
Oscar Lorentzon
798598e440 docs: generate api reference in docusaurus 2021-05-12 17:38:12 +02:00
Oscar Lorentzon
28b975592a docs: consolidate documentation in doc package 2021-05-12 17:38:12 +02:00
Oscar Lorentzon
6e15f09f71 docs: remove namespacing from jsdoc examples 2021-05-12 17:17:36 +02:00
Oscar Lorentzon
2eed0b3c9f chore: specify published files
Move types to dependencies for clarity.
Add advisory engines field.
2021-03-27 13:59:56 +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
d2f94dec70 chore: main branch rename 2021-02-24 11:03:46 +01:00
Oscar Lorentzon
151abd575c chore: add docker file and dev guide
Fixes #293
2021-01-20 08:12:35 +01:00
Oscar Lorentzon
cf65b0b2f5 docs: update contribution guide
Simplify contribution guide and add CLA.
Remove run keyword from yarn commands.
2020-11-26 15:41:27 +01:00
Oscar Lorentzon
92686fc3fb chore: add specific doc landing page
Adjust docs landing page to include only relevant
parts of readme.
Add favicon and footer legal info.
2020-11-13 22:54:50 +01:00
Oscar Lorentzon
955d062648 chore: update information files
Update Code of Conduct and License files.
Add PR template and empty changelog.
Update links in readme.
Remove unused files.
2020-11-13 19:35:35 +01:00
Oscar Lorentzon
aeb39dc098 chore: add github action ci badge 2020-11-11 19:40:01 +01:00
Oscar Lorentzon
a05d7ad343 chore: add github workflow for ci 2020-11-11 19:19:10 +01:00