Releases: fbaligand/kibana-enhanced-table
Releases · fbaligand/kibana-enhanced-table
v1.0.0
- Support for all Kibana versions from 5.5 to 6.7
- Add 'Filter each term separately' feature
- Add 'Highlight filter results' feature
- Fix filter bar bug when there is no results found
- Fix filter bar bug in packages for Kibana from 5.5 to 6.4
- Fix options hints display in packages for Kibana from 5.5 to 6.2
v0.9.0
v0.8.1
v0.8.0
- Add support for Kibana 6.4
- Add checkbox option 'Computed/Hidden cols per split col'
- Add support for multiple preceding 'Split Rows' buckets before 'Split Cols' bucket (fix issue #12)
- Optimize filter bar performance (particularly when 'Filter as you type' is checked)
Breaking: if you migrate from 0.7 to 0.8, and you used 'Split Cols' bucket with computed columns ; if you still want one computed column per split column, you have to check 'Computed/Hidden cols per split col' option.
v0.7.1
v0.7.0
- Add support for computed/hidden columns in pivot table
- Add 'Total label' option
- Add 'Apply template on total' option
- Add 'Apply alignment on title' and 'Apply alignment on total' options
- Bugfix on total : use specified format pattern for number computed columns
- Bugfix on total : do not display total for string computed columns
v0.6.0
v0.5.0
v0.4.1
v0.4.0
- Add 'total' variable for formula and template (containing total hits returned by elasticsearch query)
- Add filtering support on number and date columns
- Add 'col0' syntax support in template
- Change alignment options order : 'right' before 'center'
- Change computed column example to 'col0 * col0'
- Fix CSS when visualization is edited
- Remove duplicated "data table" css
- Update expr-eval dependency to v1.2.1