Matteo Cominetti
040dbd1254
Merge branch 'main' into alan/frontend/activity-stream
2021-07-26 15:24:43 +02:00
luz paz
ad97cdf444
Fix various typos
...
Found via `codespell -q 3 -L optio,promisses,usera`
2021-07-22 09:23:21 -04:00
Alan Rynne
284758c288
feat(frontend): Activity stream advances.
2021-07-07 10:41:45 +02:00
Dimitrie Stefanescu
3a3fd7d963
refactor(viewer): linting yay
2021-07-05 09:11:44 +01:00
Dimitrie Stefanescu
b476fd5f8c
fix(viewer): swaps dimensions for correct box display
2021-07-05 09:00:49 +01:00
Alan Rynne
8f1645ba17
fix(viewer): Force bbox to not render
2021-06-09 17:04:39 +02:00
Alan Rynne
29413d6894
fix(viewer): Adds box conversion to buffer geometry
2021-06-09 16:32:50 +02:00
Claire Kuang
71e490e648
Merge pull request #278 from specklesystems/izzy/globalicious
...
Feat(Globals): Add global variables on the web!
2021-06-04 13:53:14 -04:00
dependabot[bot]
9ae91590a2
build(deps): bump ws from 6.2.1 to 6.2.2 in /packages/viewer
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-02 16:30:32 +00:00
izzy lyseggen
12dbb6e697
fix(globals): smol edit btn 2 not expand card size
2021-06-01 16:42:58 +01:00
dependabot[bot]
aec23b7651
build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /packages/viewer
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-29 04:44:15 +00:00
dependabot[bot]
7f2f67eae1
build(deps): bump browserslist from 4.16.0 to 4.16.6 in /packages/viewer
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.0 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.0...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-26 13:07:59 +00:00
Dimitrie Stefanescu
dcd21f8bf2
chore(viewer): removes (revoked) api token
2021-05-20 20:42:40 +01:00
Dimitrie Stefanescu
f60ae630f5
chore(viewer): bumps version
...
how many times will i forget to do this before i don't need 100 commits to do this once only?
2021-05-20 20:41:13 +01:00
Dimitrie Stefanescu
178747d0c5
fix(viewer): closes #231 (passes in parent units in curve display value conversion)
2021-05-20 20:40:15 +01:00
Dimitrie Stefanescu
a357e770f4
feat(viewer): added unit support for blocks & nested blocks
...
note: this is a bit of a wider change as extra scaling flags needed to be added to prevent it when
not needed - namely inside block instances, which get transformed anyway later; otherwise double
scaling would happen.
2021-05-20 20:08:43 +01:00
Dimitrie Stefanescu
d00cbc73dc
docs(viewer): bumps version
2021-05-20 18:00:17 +01:00
Dimitrie Stefanescu
921a82caee
style(viewer): cleanup
2021-05-20 17:56:39 +01:00
Dimitrie Stefanescu
90abe98986
feat(viewer): handles block object selection
2021-05-20 17:54:47 +01:00
Dimitrie Stefanescu
1729b0c583
feat(viewer): preliminary blocks & nested block support
2021-05-20 16:30:42 +01:00
Dimitrie Stefanescu
ef11a51a98
feat(viewer): adds eslint
2021-05-20 16:30:01 +01:00
Dimitrie Stefanescu
889bb27631
fix(viewer): accounts for empty arrays when dechunking
2021-05-17 17:25:58 +01:00
Dimitrie Stefanescu
78cbf0b098
chore(viewer): corrects npm version
2021-05-13 19:00:38 +01:00
Dimitrie Stefanescu
b77239b2b2
chore(viewer): bumps npm version
2021-05-13 18:53:27 +01:00
Dimitrie Stefanescu
e0eba09d79
refactor(viewer): removes unused files & cleans up console logs
2021-05-13 18:51:43 +01:00
Dimitrie Stefanescu
1567c341ae
feat(viewer): adds pointcloud support
2021-05-13 18:48:47 +01:00
Dimitrie Stefanescu
0ee8c86504
feat(viewer): last loaded url is stored locally and persisted between page refreshes
...
makes debugging easier!
2021-05-13 18:48:19 +01:00
Dimitrie Stefanescu
9afd842528
Merge pull request #234 from specklesystems/dim/dev
...
Adds Mesh Colours Support 🌈
2021-05-11 10:02:52 +01:00
Dimitrie Stefanescu
c836e531ee
fix(viewer): wraps up #218
...
and removes expired token. note: only public streams will work in the viewer example app
2021-05-10 22:41:43 +01:00
Dimitrie Stefanescu
2e72408d76
fix(viewer): style police: dangling code removal
2021-05-10 22:37:47 +01:00
Dimitrie Stefanescu
3e95142a36
feat(viewer): adds support for 🌈 meshes
2021-05-10 22:15:05 +01:00
Dimitrie Stefanescu
13502398f7
Merge pull request #233 from specklesystems/dim/dev
...
Named View Support
2021-05-10 18:35:45 +01:00
Dimitrie Stefanescu
c7c740fb57
feat(viewer): bumps version
2021-05-10 17:17:40 +01:00
Dimitrie Stefanescu
b1f963451f
feat(viewer): adds handling for named views (partly closes #193 )
2021-05-10 17:15:44 +01:00
dependabot[bot]
5651121f6f
build(deps): bump hosted-git-info in /packages/viewer
...
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-08 21:08:04 +00:00
Dimitrie Stefanescu
72f739946b
Merge pull request #223 from specklesystems/dependabot/npm_and_yarn/packages/viewer/url-parse-1.5.1
...
build(deps): bump url-parse from 1.4.7 to 1.5.1 in /packages/viewer
2021-05-07 16:19:44 +01:00
dependabot[bot]
b3ca8308e8
build(deps): bump lodash from 4.17.20 to 4.17.21 in /packages/viewer
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-07 15:16:08 +00:00
dependabot[bot]
f646a7d241
build(deps): bump url-parse from 1.4.7 to 1.5.1 in /packages/viewer
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-07 15:15:00 +00:00
Dimitrie Stefanescu
f327aa5f8a
improvement(viewer): selection events now emit actual object user metadata
2021-05-07 12:13:42 +01:00
Alan Rynne
6e93cff174
Merge pull request #206 from specklesystems/alan/curve-fix
...
Viewer: Curve conversion improvements
2021-04-30 17:24:49 +02:00
Matteo Cominetti
d3eaa19216
fix: makes public streams visible to non logged users #105
2021-04-29 19:39:39 +01:00
Alan Rynne
6d293724ea
fix(viewer): Fixed Arc conversion
...
Added PlaneToMatrix4 conversion (pos, rot, scale)
2021-04-29 11:58:58 +02:00
Alan Rynne
41f91e9bbb
viewer: Fixed ellipse conversion
2021-04-28 14:05:14 +02:00
Dimitrie Stefanescu
23ef3e8f30
feat(viewer): adds method to customise camera max polar angle at runtime
...
this controls wether the camera can look from down upwards - by default this is off, but now it can
be easily re-enabled.
2021-04-26 21:11:03 +01:00
Dimitrie Stefanescu
bff56f3fd4
feat(viewer): adds section box on/off events
2021-04-26 21:03:56 +01:00
Dimitrie Stefanescu
acc5e75528
fix(viewer): adds null checks on obj doubleclick events
2021-04-26 20:57:22 +01:00
Dimitrie Stefanescu
5eeeae53a1
feat(viewer): adds selection & doubleclick events
2021-04-26 20:57:03 +01:00
Dimitrie Stefanescu
8ce8180130
fix(viewer): fixes some conversion errors & closes #151
2021-04-26 20:36:18 +01:00
Dimitrie Stefanescu
6ac66c5726
chore(viewer): bumps version
2021-04-23 20:03:56 +01:00
Dimitrie Stefanescu
a5dcff873e
feat(viewer): adds buttons for some of the new functionality in the example app
2021-04-23 20:02:08 +01:00