lineup-lite

LineUp-lite is an extension of the excellent react-table library for rendering beautiful interactive table visualizations based on the LineUp ranking visualization technique.

MPL-2.0 License

Downloads
2.4K
Stars
16
Committers
1
lineup-lite - Release 1.7.0 Latest Release

Published by sgratzl over 2 years ago

  • build: downgrade release-it (a35a75f)
  • build: try to fix warning (423d330)
  • build: fix update yarn.lock (ef593c8)
  • build: switch to npm package (c0c9bb7)
  • build: fix yarn.lock (46e3b59)
  • Merge branch 'sgratzl/uprade' into dev (89a6146)
  • build: try different config file (5ed206c)
  • Merge pull request #13 from sgratzl/sgratzl/uprade (675d103)
  • fix: linting remove import (3ae53cf)
  • build: fix export fields or src access (dcf8227)
  • build: fix yarn.lock sync (a56a2b4)
  • build: update setup (fe78fe3)
  • build: update yarn plugins (ef082d0)
  • build: fix upgrade issues (876bf38)
  • build: fix doc setup (1611b90)
  • ci: tune workflows and prepare for secrets (134b0a7)
  • build: uprade yarn (a0d5c3f)
  • Merge pull request #11 from sgratzl/sgratzl/linechart (8f78b89)
  • feat: simple array axis summary (e4f0a9b)
  • feat: add depth to stats for nested arrays (72960b3)
  • feat: disable features for time series column (a71e1c8)
  • feat: fix aggregated line chart (50d3da4)
  • docs: fix linting (fd10d5f)
  • feat: fix linting and export (64387c9)
  • docs: simplify boxplot examples (1b7c1f3)
  • feat: use zero width character to enforce line height (cdd387e)
  • fix: types (480865e)
  • feat: update example (da2dafe)
  • feat: support gradients in line charts (f553a98)
  • refactor: extract gradient helper function (e364943)
  • feat: option to fill area below chart (8b03115)
  • Merge branch 'dev' into sgratzl/linechart (7e2b838)
  • build: fix deps setup (8ce87ea)
  • Merge branch 'dev' into sgratzl/linechart (461b586)
  • build: update dependencies (6a6a77d)
  • feat: start wiht line charts (abc910b)
  • fix: import (3ef4a7e)
  • fix: example tests by stubbing (139d89a)
  • build: use /dist again (c53629c)
  • build: downgrade ts 4.2.5 (a583365)
  • ci: fix wrong yarn command (438b6a5)
  • build: update yarn.lock (4dd5264)
  • build: fix tests with exports field (5714c13)
  • ci: separate in packages and examples (81fa56e)
  • build: fix setup (acffdb6)
  • build: upgrade setup (9219a52)
  • docs: add version to footer (23848f3)
lineup-lite - Release 1.6.0

Published by sgratzl over 3 years ago

  • build: fix no double releasing (a879ae7)
  • build: fix unified version (b7238fb)
  • Merge pull request #10 from sgratzl/sgratzl/groupingoptions (0cd437a)
  • fix: weird corner case (4ecac26)
  • build: fix jest setup (b0cd83b)
  • build: add missing file (46bb3e1)
  • fix:linting (b7b0987)
  • build: add eslint helper for builds (bc6df25)
  • docs: add group-option example (de1354d)
  • feat: improve custom filter/sortby/groupby actions (c5ff024)
  • build: update dependencies (ba66de7)
  • feat: add custom sort/group actions (ea6b524)
  • feat: add sort options (16001ce)
  • feat: add useSortingOptions (c206920)
  • feat: enable grouping options plugin (5c19bdf)
  • feat: add useGroupingOptions (229cf85)
  • feat: add grouping options for groupings (e69ca51)
  • Merge branch 'dev' into sgratzl/groupingoptions (6d3a511)
  • fix: prettier (a98fedd)
  • Merge branch 'dev' into sgratzl/groupingoptions (3b1e974)
  • build: add missing url-loader (0856181)
  • Merge branch 'dev' into sgratzl/groupingoptions (7d0aca3)
  • build: fix src lookup (3717395)
  • build: another exports fix (c424068)
  • build: another exports fix (116bfb3)
  • Merge branch 'dev' into sgratzl/groupingoptions (3cea54a)
  • build: try to fix export syntax (e975510)
  • Merge branch 'dev' into sgratzl/groupingoptions (88e6f1a)
  • build: add exports field (41966bd)
  • feat: prepare for use grouping options (8496c82)
  • fix: prettier (835b507)
  • build: update dependencies (97a31b5)
  • feat: add center hint in histogram summary (f96ca2e)
  • feat: improve diverging number bar (e6ed0d2)
  • feat: basic divering bar support (6aad49e)
  • feat: move filters to components (d68041b)
  • build(deps): upgrade (f5ac38c)
lineup-lite - Release 1.5.3

Published by sgratzl over 3 years ago

  • build: revert version (e34733c)
  • style: transparent text for missing rows (915bd11)
  • fix: text label rendering (aa13d46)
  • fix: text renderer class (9bf9d46)
  • fix: support column not detected (fcbae8e)
  • fix: categorical set must have filter (63a9d06)
  • fix: upsetline not visible in firefox (0a6f8ae)
  • fix: linting (52ef7c6)
lineup-lite - Release 1.5.2

Published by sgratzl over 3 years ago

  • fix: categorical set filter (3141a90)
  • style: encode filter state in bin label (6d364a1)
  • feat: add filter state to histogram (56cd477)
lineup-lite - Release 1.5.1

Published by sgratzl over 3 years ago

  • fix: don't detect filterable (898d7be)
lineup-lite - 🎉 1.5.0 Release

Published by sgratzl over 3 years ago

maintenance release with small improvements

New Features

  • feat: add className per column (3554e76)
  • feat: add commonprops to renderer factories (51528ca)
  • feat: add row/column id to DOM elements (2584b86)

Bug Fixes

  • fix: text stats sorted (c0e2f01)
  • fix: empty date stats (93224d8)

Chore

  • fix: more linting issues (4c097c1)
  • fix: linting and warnings (8394947)
  • refactor: move to extends object for plain interfaces (0af39a7)
  • refactor: apply eslint airbnb linting (c98df55)
  • build(deps): update + add eslint airbnb (da0bc33)
  • fix: linting (1281b03)
  • docs(fix): filter action link (92d724a)
  • docs: add missing examples (3eafa6c)
  • Merge branch 'dev' (411ba32)
  • docs: fix issue templates [skip-netlify] (a271d96)
lineup-lite - 🎉 1.3.0 New Features

Published by sgratzl over 3 years ago

New Features

New Examples

Notes

  • the resize column hooks has been removed from the default feature set to keep it simpler
lineup-lite - 🎉 1.2.0 New Features

Published by sgratzl over 3 years ago

  • feat: adds a new LineUpPanel component allows to render a side panel next to the table
  • style: new and improved header layout
  • fix: closes #5
  • feat: new column type: number array
  • feat: generic missing value rendering similar to LineUp.js
  • docs: enable search
lineup-lite - 🎉 1.1.0 New Features and Better Docs

Published by sgratzl over 3 years ago

TODO

lineup-lite - 🎉 1.0.0 Initial Release

Published by sgratzl almost 4 years ago

First release of LineUp-lite. Take a look at https://lineup-lite.netlify.app

Package Rankings
Top 5.26% on Npmjs.org
Badges
Extracted from project README
NPM Package Github Actions License: MPL 2.0 Quick Start API Docs Quick Start API Docs Quick Start API Docs
Related Projects