8000 Include gl3d in strict bundle by archmoj · Pull Request #5888 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Include gl3d in strict bundle #5888

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

Merged
merged 51 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link to ndarray-pack which no longer depends on cwise-compiler
  • Loading branch information
archmoj committed Aug 12, 2021
commit 498657e4aa4e9c6a983b0f0275cdec7511389279
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"ndarray-gradient": "git://github.com/archmoj/ndarray-gradient.git#19b7f9509de3049b9a1c16c821a1e094ccf4701d",
"ndarray-linear-interpolate": "^1.0.0",
"ndarray-ops": "git://github.com/archmoj/ndarray-ops.git#4f4827c1d243d161545052238b32feaa10932924",
"ndarray-pack": "^1.2.1",
"ndarray-pack": "git://github.com/archmoj/ndarray-pack.git#ea900ab2929ea38e6754531f9249a9b462a6eec7",
"parse-svg-path": "^0.1.2",
"polybooljs": "^1.2.0",
"probe-image-size": "^7.2.1",
Expand Down
0