Skip to content

Releases: allegro/turnilo

Release 1.33.2

17 Feb 13:02
Compare
Choose a tag to compare
  • Use isTruthy helper instead of boolean cast (#835) (315015b)
  • Fix height of heatmaps main container. (#826) (f8ea308)
  • Bump ssri from 6.0.1 to 6.0.2 (#825) (8626e55)

Release 1.33.1

03 Feb 10:26
Compare
Choose a tag to compare
  • Bug/timeattribute (#823) (b809af8)
  • For multiValue dimensions add filters also on split level. That would force plywood to insert having clause in group-by query instead of optimizing simple queries to plain topN (#824) (d3565d1)
  • Bump marked from 0.7.0 to 4.0.10 (#822) (903cc0b)
  • Time monitor failure handling (#819) (f8c7af2)
  • Provide correct iterable for Promise.all #817 (#818) (c16c945)
  • Fix typo in Query Decorator example in docs (#816) (a74c0e1)
  • Refactor time monitor (#815) (d87d63d)
  • BarChart: Check if there is a series under cursor. (#814) (31f938b)

Release 1.33.0

10 Nov 12:21
Compare
Choose a tag to compare

Grid final version 🎉

We finished our work around Grid visualisation. What is a Grid you ask? This is tabular visualisation that is backed by GroupBy query. It yields better performance with more available splits. You can slice your table with all dimensions and show top 10K records! Of course, it is not straight improvement on Table. We still keep Table around because it lets you better control on slicing data with nested queries. You can assign custom sorts and limits per split - something that is not possible with Grid.

Technical details

It take a lot of work to finish grid because we have done a lot of work in internals of Turnilo.

Now, visualisation controls toolbars of filter, splits and series. That will let us customise behaviour for every visualisation where necessary.

We also refactored objects representing data sources. For now it let us introduce custom limits for dimensions and for time dimension you can nowe specify durations of Latest period and Time Shift.

Release 1.33.0-beta.7

08 Nov 10:06
Compare
Choose a tag to compare
Release 1.33.0-beta.7 Pre-release
Pre-release

Release 1.33.0-beta.6

03 Nov 12:19
Compare
Choose a tag to compare
Release 1.33.0-beta.6 Pre-release
Pre-release

Release 1.33.0-beta.5

21 Oct 09:12
Compare
Choose a tag to compare
Release 1.33.0-beta.5 Pre-release
Pre-release

Release 1.33.0-beta.4

24 Sep 13:59
Compare
Choose a tag to compare
Release 1.33.0-beta.4 Pre-release
Pre-release

Release 1.33.0-beta.3

03 Sep 14:34
Compare
Choose a tag to compare
Release 1.33.0-beta.3 Pre-release
Pre-release
  • Add file names for exported files (#794) (b25a910)
  • Accept Splits as sources for drop on Filter Row and vice versa. (#790) (5731270)
  • Fix old Barchart component (#793) (2645baa)
  • Add title attribute to all Tiles (#791) (8b2ec68)
  • First check if new NumberClause exist and then compare it to old one. (#792) (8805993)

Release 1.33.0-beta.2

13 Aug 09:44
Compare
Choose a tag to compare
Release 1.33.0-beta.2 Pre-release
Pre-release
  • Feature/show extended description in info bubble (#788) (8ef2fdf)

Release 1.33.0-beta.1

07 Jul 08:00
Compare
Choose a tag to compare
Release 1.33.0-beta.1 Pre-release
Pre-release
  • Fix check for isPartialFilterInOverflow. Previously code checked clauses and it is impossible to have partial clause. There are only partial items. (#783) (c61047e)