Releases: allegro/turnilo
Release 1.33.2
Release 1.33.1
- 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
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
Release 1.33.0-beta.6
Release 1.33.0-beta.5
Release 1.33.0-beta.4
Release 1.33.0-beta.3
- 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)