Skip to content

Releases: fbaligand/kibana-enhanced-table

v1.0.0

11 Feb 22:08
Compare
Choose a tag to compare
  • 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

29 Nov 18:12
Compare
Choose a tag to compare
  • Add support for Kibana 6.5
  • Visualization editor options redesign
  • Fix 'Filter' button width

v0.8.1

24 Sep 19:55
Compare
Choose a tag to compare
  • Fix bugs when there are no hits found
  • Fix sorting with computed columns

v0.8.0

03 Sep 21:49
Compare
Choose a tag to compare
  • 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

24 Jun 17:45
Compare
Choose a tag to compare
  • Add support for Kibana 6.3

v0.7.0

23 Jun 13:13
Compare
Choose a tag to compare
  • 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

10 May 17:55
Compare
Choose a tag to compare
  • Add support for a new bucket type : 'Split Cols'. It lets to create a pivot table.
  • Add 'Filter as you type' option for the filter bar

v0.5.0

25 Feb 18:13
Compare
Choose a tag to compare
  • Add support for Kibana 6.2

v0.4.1

19 Feb 23:21
Compare
Choose a tag to compare
  • Fix numeric computed column formatting, to use advanced settings

v0.4.0

17 Feb 23:02
Compare
Choose a tag to compare
  • 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