Skip to content

Releases: Caleydo/lineupjs

Release 1.1.1

10 Mar 09:31
Compare
Choose a tag to compare

Features

  • new column types for multi value: SetColumn, MultiValueColumn, and BoxPlotColumn
  • bugfixes and improvements

Release 1.1.0

10 Mar 09:19
Compare
Choose a tag to compare
Release 1.1.0 Pre-release
Pre-release
v1.1.0

fix webpack external for react

LineUp.js 1.0.0

20 Dec 11:24
Compare
Choose a tag to compare

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

13 Oct 13:54
Compare
Choose a tag to compare

Fixing tickets:

  • #127 Round decimal digits
  • #136 Case insensitive search
  • #138 Better support for long categorical lists
  • #139 Export table ignore selection column

Fixing Sorting Bug

10 Oct 08:45
Compare
Choose a tag to compare

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

28 Sep 14:23
Compare
Choose a tag to compare

Several minor improvements:

  • #129 a nested combiner
  • #130 description for columns
  • #131 and others ... advanced filters for strings, categorical, numbers
  • #133 option to render values in bars

v0.5.0 Build System Restructuring

27 Sep 09:19
Compare
Choose a tag to compare

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)

08 Sep 15:01
Compare
Choose a tag to compare
  • 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

Sorting string and selection column

02 Aug 16:22
Compare
Choose a tag to compare
  • Sorting the selection column has no effect (#118)
  • When sorting a string column, put empty entries to the end (#119)

Bugfixes

28 Jul 11:37
Compare
Choose a tag to compare
  • Click on column header itself also triggers re-order of the column (19ead89)
  • Bugfix for toolbar when column is compressed (4fa570f)