Skip to content

Releases: lineupjs/lineupjs

v4.3.0

08 Sep 07:01
6a6a724
Compare
Choose a tag to compare

🧰 Maintenance

  • #481 Release v4.3.0
  • #477 update dependencies and store yarn in repo
  • #476 chore: sync main->dev
  • #450 build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4
  • #474 build(deps): bump actions/setup-node from 2.1.5 to 2.4.0

Thanks to @dependabot, @github-actions, @sgratzl and @thinkh

4.3.0-alpha.0

23 Aug 12:35
c574648
Compare
Choose a tag to compare
4.3.0-alpha.0 Pre-release
Pre-release

🚀 Features

  • #462 Confirm dialog with click on background
  • #416 string stats and histogram
  • #448 feat: add summary to column adder

🐛 Bugs Fixes

  • #454 Missing value for StackColumn if at least one child value is missing
  • #445 fix exports field

🧰 Maintenance

  • #475 Release v4.3.0-alpha.0
  • #473 ci: update yarn.lock and add .pnp.cjs from yarn@3.0.0
  • #446 build(deps): bump actions/cache from 2.1.5 to 2.1.6
  • #436 update dependencies
  • #443 build(deps): bump actions/setup-node from 2.1.4 to 2.1.5
  • #442 build(deps): bump actions/upload-artifact from 1 to 2.2.3
  • #441 build(deps): bump actions/cache from 2.1.4 to 2.1.5
  • #444 chore: sync main->dev

Thanks to @dependabot, @dependabot[bot], @github-actions, @sgratzl and @thinkh

Release 4.2.1-alpha.0

21 May 22:07
9169b5d
Compare
Choose a tag to compare
Release 4.2.1-alpha.0 Pre-release
Pre-release

🚀 Features

  • #412 add possibility to hide nested column headers

🐛 Bugs Fixes

  • #437 possible fixes for codesandbox
  • #430 fix: wrong selected initial searchbox item
  • #411 fix: shifted hidden column are causing problems
  • #429 avoid circular imports

🧰 Maintenance

  • #440 Release v4.2.1-alpha.0
  • #435 Bump hosted-git-info from 2.7.1 to 2.8.9
  • #428 upgrade deps and add release workflows

Thanks to @dependabot, @dependabot[bot], @github-actions, @sgratzl and @thinkh

Release 4.2.0

09 Apr 09:18
Compare
Choose a tag to compare
  • Merge pull request #424 from lineupjs/mp/423_tslib_compatibility (4e1085d)
  • build: set importHelpers to false for tslib compatibility (0ae8944)

Release 4.2.0-alpha.1

24 Mar 08:04
Compare
Choose a tag to compare
Release 4.2.0-alpha.1 Pre-release
Pre-release
  • Merge pull request #426 from lineupjs/thinkh/tsconfig-module-es2015 (04323d9)
  • Switch module to ES2015 in tsconfig.json (4c9b3a9)

Release 4.2.0-alpha.0

23 Mar 16:17
Compare
Choose a tag to compare
Release 4.2.0-alpha.0 Pre-release
Pre-release
  • Merge pull request #421 from lineupjs/sgratzl/frozenshift (f0cdf28)
  • fix(lint): fix linting (475cf08)
  • docs: add more complicated frozen example (1ff7041)
  • build(deps): update to lineupengine v2.3.0 (e9aa0ae)
  • Merge remote-tracking branch 'origin/develop' into sgratzl/frozenshift (277d91c)
  • Merge pull request #410 from lineupjs/sgratzl/upgrade (7942c25)
  • feat: prepare for lineupengine version (3e4ec54)
  • build(dev-deps): upgrade (d8699cc)
  • Merge pull request #415 from lineupjs/sgratzl/rawhist (067f74d)
  • ci: install latest berry version (fcc24e2)
  • build(deps): upgrade (9370591)
  • docs: fix yarn command hints (8f255d7)
  • Merge pull request #413 from lineupjs/sgratzl/defaultranking (d9af156)
  • docs: add missing berry step (248c9a3)
  • build: set styles field (fb5bb6d)
  • docs(fix): fix readme and update license year (6ef2690)
  • createNumberFilter (91c6f8d)
  • feat(stats): able to compute raw histogram (fe172ce)
  • ci: fix action cache for cypress (236fa54)
  • fix: linting (8e69d0c)
  • refactor: prefer Number. instead of global method (0ee84ed)
  • refactor: use Number.Inf... when possible (68ea6b9)
  • refactor: prefer Number.isNaN over isNaN (4fc3d58)
  • ci(fix): cache cypress binary (2c4b075)
  • fix: add missing selection column (901f200)
  • ci: remove circleci (e3b3c84)
  • ci: prepare for site upload (d087003)
  • ci(fix): fix compile cypress specs (1886a17)
  • ci(fix): linting (e0746a7)
  • test(cypress): fix cypress tests (2c373c5)
  • build(cypress): pre compile cypress (9d84940)
  • build: separate modules and pack result (bbd85da)
  • fix: build (7884f04)
  • fix: linting (8d9cc02)
  • fix: running prettier (86f8b28)
  • build: start upgrading setup (28ee99d)
  • build(deps): audit (35f283d)
  • Prepare next dev branch (93928a6)
  • Merge pull request #409 from lineupjs/develop (73469fd)

Release 4.1.2

18 Feb 19:35
Compare
Choose a tag to compare
  • Fix [] and null values for dataset properties #400
  • Add filter accuracy to INumberDesc #396

Release 4.1.1

13 Aug 06:59
Compare
Choose a tag to compare
  • BooleanColumn: Handle missing values and use categorical filter dialog #389
  • BooleanColumn: Update colors for boolean values #390
  • BooleanColumn: Switch default renderer to categorical renderer #391

Release 4.1.0

30 Jul 12:50
Compare
Choose a tag to compare
  • Vertically canter rank number with increased height #351

  • Improve group by for string column #352

  • Fix a test race condition #360

  • Add tslib as dependency #361

  • Fix categorical filter comparison #362

  • Restore grouping aggregations #363

  • Improved aggregation tracking #364

    • IMPORTANT: This PR changes function signature of the ADataProvider.EVENT_GROUP_AGGREGATION_CHANGED event listener!
      - export declare function aggregate(ranking: Ranking, group: IGroup | IGroup[], value: boolean, state: EAggregationState): void;
      + export declare function aggregate(ranking: Ranking, group: IGroup | IGroup[], previousTopN: number | number[], currentTopN: number | number[]): void;
  • Fix centering of rank #370

  • Fix group clipping #371

  • Changed getDay() to getDate() in date histogram computation #380

  • Data provider option to disable state propagation #376

  • Disable unify/merge groups if group sorting is present #375

  • Add ACommonDataProvider.removeDesc() #378

  • Show stats in categorical filter dialog #377

  • Copy LineUp build files to auto update the app #381

  • Increase width of aggregation column automatically based on the number of grouping criteria #382

🎉Release 4.0.0 is here

15 Jun 11:17
Compare
Choose a tag to compare
v4.0.0

Release 4.0.0