jos
|
1ad26290c9
|
Released version 3.4.0
|
10 years ago |
jos
|
29b4e31b31
|
Fixed an overflow issue with the dots of BoxItems
|
10 years ago |
jos
|
23cb1da05f
|
Fixed #279: `className` of groups not being updated when changed
|
10 years ago |
jos
|
7672da4a78
|
Implemented a new callback function `onMoving(item, callback)`
|
10 years ago |
jos
|
b2d406e446
|
Fixed #230: Implemented function `focus(id)` to center a specific item (or multiple items) on screen
|
10 years ago |
jos
|
9360434678
|
Renamed "Link" to "Edge" in manipulation menu
|
10 years ago |
jos
|
da0e252ddd
|
Trying dutch language file of moment.js
|
10 years ago |
jos
|
7df77e69c9
|
Fixed #219: implemented function `getVisibleItems`
|
10 years ago |
jos
|
a76ba2c53d
|
Reworked the tests a little (still not close to a proper unit test though)
|
10 years ago |
jos
|
72dfc0c45f
|
Reworked all code to commonjs modules. Replaced the build script with Gulp
|
10 years ago |
jos
|
f0a5b12593
|
Moved source code from `/src/` to `/lib/`
|
10 years ago |
jos
|
5374721fd6
|
Added support for title for both items and groups
|
10 years ago |
jos
|
124d0f9bf5
|
Fixed tests and a typo
|
10 years ago |
jos
|
18f73d78bd
|
Cleaned up some css
|
10 years ago |
jos
|
d78a823d4e
|
Removed the 'rangeoverflow' item type
|
10 years ago |
jos
|
b6d5da3a8c
|
Refactored the property names of DataSet and DataView to having underscore prefixes
|
10 years ago |
jos
|
106983fad4
|
Timeline now accepts a DataSet with items having any type of start and end.
|
10 years ago |
jos
|
b4945faedd
|
Renamed DataSet option `convert` to `type`.
|
10 years ago |
jos
|
1cd1540f28
|
Fixed a bug in vertical offset when height of container > height of contents
|
10 years ago |
jos
|
fe7cc72666
|
Implemented shadows when vertical scroll is possible
|
10 years ago |
jos
|
63c36ffb6f
|
Fixed vertical drag issue while pinching
|
10 years ago |
jos
|
cf48b7d7ca
|
Fixed #86: A newly created item is now initialized with `end` property when option `type`
is `"range"` or `"rangeoverflow"`.
|
10 years ago |
jos
|
eed261b695
|
Implemented function `fit`
|
10 years ago |
jos
|
284013c3e3
|
Implemented option `stack` to enable/disable stacking of items.
|
10 years ago |
jos
|
2829eb1c7e
|
Fixed updating axis margin after deleting group
|
10 years ago |
jos
|
e79c0772ad
|
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
|
10 years ago |
jos
|
c64cdb9166
|
DataSet constructor now accepts initial data and options
|
10 years ago |
jos
|
8c5fe02e41
|
Added an example showing custom ordering of groups
|
10 years ago |
jos
|
4ab1d08876
|
Moved the dots and vertical lines of box items to a separate panel
|
10 years ago |
jos
|
4643a7cc58
|
Fixes in selection, deletion, and creation of items with Groups
|
10 years ago |
jos
|
367c6192f1
|
Fixed label not being cleaned up when group was deleted
|
10 years ago |
josdejong
|
70e0723aa4
|
Components are now controlled by their parents (GroupSet is currently broken)
|
10 years ago |
josdejong
|
f7bddb0742
|
Fixed initial stacking of items in groups
|
10 years ago |
josdejong
|
b3e1295e23
|
GroupSet starts to work again
|
10 years ago |
josdejong
|
27f9b20a28
|
Started reworking component/panel architecture
|
10 years ago |
josdejong
|
9939679f9b
|
Renamed DataSet functions `subscribe` and `unsubscribe` to `on` and `off`
|
10 years ago |
josdejong
|
421e338b30
|
Some fixes in the build script and tests
|
10 years ago |
Alex de Mulder
|
59a82b0174
|
Added dataset get flag to return internal IDs and added tests
|
10 years ago |
josdejong
|
299b2dd81e
|
Css file must be loaded explicitly now. Library files moved to `dist`
|
10 years ago |
Alex de Mulder
|
6e6905353c
|
DATASET: Added options flag for including internal ids, added test coverage for it
|
10 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
10 years ago |
josdejong
|
6c085b1cce
|
Added a test example for groups. Added ContentPanel (not yet in use)
|
11 years ago |
josdejong
|
5ac671af79
|
Some fixes in positioning of groups
|
11 years ago |
josdejong
|
15a4ac5265
|
Fixed #6: options `min` and `max` are broken.
|
11 years ago |
josdejong
|
8643fdcc91
|
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert
|
11 years ago |
josdejong
|
e79d816b0e
|
Fixes and improvements in DOT parser regarding subgraphs
|
11 years ago |
josdejong
|
b0dda31e6d
|
Implemented subgraphs in the DOT parser
|
11 years ago |
josdejong
|
d34b93d16f
|
First steps in supporting subgraphs in DOT parser
|
11 years ago |
josdejong
|
b3d2a1499a
|
Implemented support for node sets in DOT parser
|
11 years ago |
josdejong
|
2a4877175d
|
Added support in DOT parser for attributes with namespaces (like color.border=red)
|
11 years ago |