Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include gl3d in strict bundle #5888

Merged
merged 51 commits into from Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f6e1b2c
temp root install gl-shader
archmoj Jul 26, 2021
e0fa241
link to gl-shader with function constructors removed
archmoj Jul 27, 2021
0e1bce4
link to robust-orientation with function constructors removed
archmoj Jul 27, 2021
cab3978
temp root install robust-in-sphere
archmoj Aug 3, 2021
d289dbe
link to robust-in-sphere with function constructors removed
archmoj Aug 3, 2021
2d7e2af
temp root install robust-linear-solve
archmoj Aug 3, 2021
a97861b
link to robust-linear-solve with function constructors removed
archmoj Aug 3, 2021
2a8931e
temp root install robust-determinant
archmoj Aug 4, 2021
088f426
link to robust-determinant with function constructors removed
archmoj Aug 4, 2021
2b6b3c5
temp root install box-intersect
archmoj Aug 4, 2021
622b9bf
link to box-intersect with function constructors removed
archmoj Aug 4, 2021
64916b7
root install vectorize-text 3.2.2 - say goodbye to binary-search-boun…
archmoj Aug 4, 2021
d4d3c1e
install newly published dependencies
archmoj Aug 4, 2021
6d72c63
reinstall gl-plot3d so that binary-search-bounds deduped at v2.0.5
archmoj Aug 4, 2021
d661508
root install surface-nets
archmoj Aug 5, 2021
171923a
link to surface-nets with function constructors removed
archmoj Aug 6, 2021
ef73b89
temp root install simplicial-complex-contour
archmoj Aug 6, 2021
b976bf2
link to simplicial-complex-contour with function constructors removed
archmoj Aug 6, 2021
2bf1cdb
temp root install incremental-convex-hull
archmoj Aug 6, 2021
180f117
link to incremental-convex-hull with function constructors removed
archmoj Aug 6, 2021
5085349
link to ndarray with function constructors removed
archmoj Aug 7, 2021
b68e28d
temp root install ndarray-ops
archmoj Aug 10, 2021
c3429a4
link to ndarray-ops with function constructors removed
archmoj Aug 10, 2021
ed05457
temp root install 3d-view
archmoj Aug 10, 2021
c7139b3
link to 3d-view with function constructors removed
archmoj Aug 10, 2021
fd3502f
temp root install ndarray-gradient
archmoj Aug 10, 2021
0265592
link to ndarray-gradient with fixed cache
archmoj Aug 10, 2021
4318a9b
link to ndarray-gradient with cached functions for gl-surface3d
archmoj Aug 11, 2021
c382a01
temp root install zero-crossings
archmoj Aug 11, 2021
932e60c
link to zero-crossings which no longer depends on cwise-compiler
archmoj Aug 11, 2021
0485d90
temp root install ndarray-pack
archmoj Aug 11, 2021
498657e
link to ndarray-pack which no longer depends on cwise-compiler
archmoj Aug 11, 2021
cb88465
precompile needed ndarray-ops
archmoj Aug 11, 2021
bc66e3d
simplify ndarray-pack and zero-crossings
archmoj Aug 12, 2021
42c2c7c
simplify ndarray-gradient
archmoj Aug 12, 2021
55bbb7d
temp root install ndarray-sort
archmoj Aug 12, 2021
b3b23c1
link to ndarray-sort with function constructors removed
archmoj Aug 12, 2021
ab3cccb
temp root install ndarray-extract-contour
archmoj Aug 12, 2021
df4a0ad
link to ndarray-extract-contour with function constructors removed
archmoj Aug 12, 2021
8f2033d
add gl3d traces to strict bundle
archmoj Aug 12, 2021
2673842
add heatmapgl and pointcloud to strict bundle
archmoj Aug 12, 2021
f67bfe0
Merge remote-tracking branch 'origin/master' into gl3d-without-functi…
archmoj Aug 23, 2021
b5d7a27
Merge remote-tracking branch 'origin/master' into gl3d-without-functi…
archmoj Aug 24, 2021
1a65950
change links to plotly forks
archmoj Aug 31, 2021
d5af662
Merge remote-tracking branch 'origin/master' into gl3d-without-functi…
archmoj Aug 31, 2021
f20076e
use plotly forks
archmoj Sep 2, 2021
8e65c2c
use version tags from plotly forks
archmoj Sep 2, 2021
ad8b54f
use eslint pull 14860
archmoj Sep 2, 2021
1452193
restrict version of certain modules in case new func introduced again
archmoj Sep 2, 2021
84b3a23
omit .git in links to plotly forks
archmoj Sep 2, 2021
69c8387
draft log for PR 5888
archmoj Sep 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions lib/index-strict.js
Expand Up @@ -21,8 +21,17 @@ Plotly.register([
require('./treemap'),
require('./icicle'),
require('./funnelarea'),
require('./scatter3d'),
require('./surface'),
require('./isosurface'),
require('./volume'),
require('./mesh3d'),
require('./cone'),
require('./streamtube'),
require('./scattergeo'),
require('./choropleth'),
require('./pointcloud'),
require('./heatmapgl'),
require('./parcats'),
require('./scattermapbox'),
require('./choroplethmapbox'),
Expand Down