Releases: Caleydo/lineupjs
Releases · Caleydo/lineupjs
Release 1.1.1
Features
- new column types for multi value:
SetColumn
,MultiValueColumn
, andBoxPlotColumn
- bugfixes and improvements
Release 1.1.0
v1.1.0 fix webpack external for react
LineUp.js 1.0.0
Features
- new renderer logic (now cell-based instead of column-based)
- three different renderer: canvas, svg, and html
Deployment
- webpack2
- pushed to npm registry: lineupjs
Code Refactoring
- code cleanup and code restructure
Bugfixing Release
Fixing Sorting Bug
Fixed a serious bug in StringColumn.compare that causes sorting to take ages. Additionally fixing the webpack config for correctly compiling on various machines.
Minor Improvements
v0.5.0 Build System Restructuring
the main change include a restructuring of the build system. LineUp.js is now using webpack for creating the binaries.
four different versions are built:
- LineUpJS.js ... library version with source maps. Requires D3 and style.css as additional resources
- LineUpJS.min.js ... minified library version
- LineUpJS_bundle.js ... bundled version including D3 and style.css already
- LineUpJS_bundle.min.js ... minified bundled version
Added update events and replaced tsd with typings (for developers)
- Add start and finished events when manually calling LineUpJS.update() (6cea372)
- Replaced tsd with typings (for developers) and added documentation how to build the library