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

feat(shared): add duplicate shared code from Vis * projects #720

Merged
merged 64 commits into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
1ee485f
Implemented option `activatable` for Timeline and Graph2d
josdejong Aug 22, 2014
bbc78ff
Implemented `activatable` support for Network
josdejong Aug 22, 2014
e02e322
Renamed option `activatable` to `clickToUse`
josdejong Aug 22, 2014
4b881f8
Renamed "Link" to "Edge" in manipulation menu
josdejong Aug 22, 2014
3de2d50
removed mousetrap, added keycharm
AlexDM0 Nov 6, 2014
2b660fc
Fixed #448: added some styles to prevent conflicts with bootstrap css…
josdejong Nov 24, 2014
f850c1f
Fixed clickToUse
josdejong Apr 20, 2015
43e3b1e
Moved validator and ConfigurationSystem to ./lib/shared, and continue…
josdejong May 7, 2015
4147659
fixed bounding box bug, added function filter to configuration system
AlexDM0 May 12, 2015
b77c2ec
Implemented configurator for Graph2d. Fixed Configurator displaying n…
josdejong May 20, 2015
cb13f72
more examples, more tweaks, small expansion of the validator to check…
AlexDM0 May 20, 2015
3a07a86
fixed numerous clustering bugs, added more examples, numerous other b…
AlexDM0 May 21, 2015
3e2c7ab
fixed alot of bugs, expanded configurator, added more examples, updat…
AlexDM0 May 21, 2015
cff3e48
fixed little bug in configurator
May 25, 2015
888a1e1
fixed #892, added case for any format
AlexDM0 Jun 1, 2015
2ab6e8a
added stochastic option check to the testing. Fixed few bugs
AlexDM0 Jun 1, 2015
0d45c6d
Fixed #893, #911: the `clickToUse` option of Network, Graph2d, and Ne…
josdejong Jun 2, 2015
6d90432
Fixed #897: Timeline option `{snap: null}` did give a validation error
josdejong Jun 2, 2015
b304694
Removed left over console.log statement
josdejong Jun 2, 2015
ac0742f
proper fix for validator locales
AlexDM0 Jun 11, 2015
2537ebc
Fixed #964: `Timeline`, `Graph2d`, and `Network` not working on IE9
josdejong Jun 16, 2015
30778ce
- Added getOptionsFromConfigurator method.
AlexDM0 Jun 30, 2015
e8bfe28
added configChange event
AlexDM0 Jul 16, 2015
edff4e9
added popup to configurator to explain the behaviour
AlexDM0 Aug 7, 2015
16155b9
- Improved the positioning and CSS of the configurator and the color …
AlexDM0 Aug 7, 2015
8312f4b
appended history, fixed getPositions, moved color backer back to cont…
AlexDM0 Aug 25, 2015
7996b28
fixes positioning of colorpicker BUT ALSO HAS A BUG
felixhayashi Jan 4, 2016
3638356
- Fixed upscaling when the window size increases.
AlexDM0 Jan 5, 2016
88a6d1f
added clearfix + updated example
felixhayashi Jan 15, 2016
5de3e05
- Added options to customize the hierarchical layout without the use …
AlexDM0 Jan 18, 2016
70eff30
[Timeline] Added HTML tool-tip support (#2498)
lewisjb Dec 30, 2016
667243f
Fixed tool-tip surviving after item deleted (#2545)
lewisjb Jan 5, 2017
8aed0ad
Added followMouse & overflowMethod to tooltip options (#2544)
lewisjb Jan 5, 2017
399ff26
replacing all ES6 imports with CJS require calls (#3063)
patsissons May 20, 2017
e5eff0b
Refactoring and unit testing of Validator module (#3106)
wimrijnders Jul 20, 2017
bc9a729
lint shared (#3309)
macleodbroad-wf Aug 1, 2017
a6e7faf
Removes redundant .eslintrc from graph3d, lints the rest of the code …
macleodbroad-wf Aug 18, 2017
f1b4322
Adds missing @extends/@constructor to jsdoc (#3372)
macleodbroad-wf Aug 19, 2017
0b85753
Enables "ClassDeclaration" for require-jsdoc lint rule, and adds all …
macleodbroad-wf Aug 20, 2017
965881d
Enable jsdoc-require MethodDefinition (#3382)
macleodbroad-wf Aug 22, 2017
a9888cf
Fixed #3395: allow for multiline titles (#3396)
michel404 Sep 2, 2017
29fb110
Addresses code review comments from PR 3382 (#3398)
macleodbroad-wf Sep 4, 2017
7c44b82
Adjust for-in loops so they can deal with added properties in Array a…
wimrijnders Sep 22, 2017
6ab8b4d
Adding unit tests for lib/shared (#3600)
macleodbroad-wf Nov 4, 2017
8c03b32
use rollup instead of gulp/webpack (#1)
mojoaxel Jul 12, 2019
b814078
chore: move utils to vis-util repository
mojoaxel Jul 12, 2019
f35c9ea
add and improve test coverage (#8)
Thomaash Jul 25, 2019
3f6fa58
chore(build): use Rollup to bundle CSS (#69)
Thomaash Aug 13, 2019
560d8f2
fix(click-to-use): fix errors and styling (#132)
Thomaash Oct 1, 2019
21a91ae
feat(build): add standalone and peer builds (#85)
Thomaash Oct 27, 2019
30265c5
feat(physics): add wind (#334)
ylarom Jan 19, 2020
15fd641
feat(build): use common build process (#526)
Thomaash Mar 11, 2020
3985a06
perf: use more named imports and rewrite some CJS to ESM (#818)
Thomaash Jun 23, 2020
72e47ee
style: lint JS (#885)
Thomaash Jul 22, 2020
e1fed1c
style: prohibit trailing spaces (#901)
Thomaash Aug 1, 2020
6412a94
style: lint lib (#1059)
Thomaash Sep 20, 2020
67b0030
fix: purge instanceof Array from the codebase (#1131)
Thomaash Oct 24, 2020
7b5d6ee
refactor(activator): various changes (#1254)
Thomaash Dec 27, 2020
162bca2
fix(xss): don't use innerHTML to set text (#1242)
Thomaash Dec 27, 2020
0f6c513
refactor(shared): prepare shared folder and hammer module for extract…
Thomaash Dec 29, 2020
01d65d7
refactor(configurator): final refactoring before extraction (#1262)
Thomaash Jan 3, 2021
ef9dd34
refactor(shared): move into src
Thomaash Jan 7, 2021
af7914e
refactor(shared): integrate into the codebase
Thomaash Jan 7, 2021
d3cc83f
fix(shared)!: don't interpret popup as HTML by default
Thomaash Jan 7, 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
19 changes: 19 additions & 0 deletions __snapshots__/test/package.test.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ exports['Package Exported files 1'] = {
" declarations/random/alea.d.ts.map",
" declarations/random/index.d.ts",
" declarations/random/index.d.ts.map",
" declarations/shared/configurator-types.d.ts",
" declarations/shared/configurator-types.d.ts.map",
" declarations/shared/index.d.ts",
" declarations/shared/index.d.ts.map",
" declarations/util.d.ts",
" declarations/util.d.ts.map",
" esnext/esm/index.d.ts",
Expand All @@ -30,6 +34,11 @@ exports['Package Exported files 1'] = {
" esnext/esm/vis-util.min.js.map",
" esnext/index.d.ts",
" esnext/index.js",
" esnext/styles/activator.css",
" esnext/styles/bootstrap.css",
" esnext/styles/color-picker.css",
" esnext/styles/configurator.css",
" esnext/styles/popup.css",
" esnext/umd/index.d.ts",
" esnext/umd/index.js",
" esnext/umd/vis-util.d.ts",
Expand All @@ -49,6 +58,11 @@ exports['Package Exported files 1'] = {
" peer/esm/vis-util.min.js.map",
" peer/index.d.ts",
" peer/index.js",
" peer/styles/activator.css",
" peer/styles/bootstrap.css",
" peer/styles/color-picker.css",
" peer/styles/configurator.css",
" peer/styles/popup.css",
" peer/umd/index.d.ts",
" peer/umd/index.js",
" peer/umd/vis-util.d.ts",
Expand All @@ -67,6 +81,11 @@ exports['Package Exported files 1'] = {
" standalone/esm/vis-util.min.js.map",
" standalone/index.d.ts",
" standalone/index.js",
" standalone/styles/activator.css",
" standalone/styles/bootstrap.css",
" standalone/styles/color-picker.css",
" standalone/styles/configurator.css",
" standalone/styles/popup.css",
" standalone/umd/index.d.ts",
" standalone/umd/index.js",
" standalone/umd/vis-util.d.ts",
Expand Down
Loading