Skip to content

Releases: fbaligand/kibana-enhanced-table

v1.6.0

16 Oct 21:19
Compare
Choose a tag to compare
  • Add ability to reference a column total in computed column formulas and templates (ex: col2 / total2)
  • 'encodeURIComponent' function is now available in computed column formulas and templates (ex: {{{encodeURIComponent value}}})
  • Add support for Kibana 7.4

v1.5.0

16 Sep 20:28
Compare
Choose a tag to compare
  • Add ability to hide a column by its label (#65)
  • Add ability to reference a column by its label in templates
  • Fix hidden columns feature behavior, when hidden columns are unordered or duplicated
  • Kibana 7.x: fix dark theme table lines hover (#66)
  • Kibana 7.x: fix error notification duplicates

v1.4.3

08 Aug 20:04
Compare
Choose a tag to compare
  • Add support for Kibana 7.3

v1.4.2

27 Jul 07:50
Compare
Choose a tag to compare
  • Kibana 7.x: fix 'Filter for value' feature when table is sorted (#53)

v1.4.1

22 Jul 22:16
Compare
Choose a tag to compare
  • Add support for Kibana 7.2
  • Fix column reference by label (#52)

v1.4.0

07 Jul 10:25
Compare
Choose a tag to compare
  • 'Top Hits' aggregation: add support for string fields and 'Concatenate' option
  • Computed Column Formula / Lines Computed Filter: add support for standard string functions
  • Docs: add 'Computed Column Formula / Lines Computed Filter documentation' section

v1.3.1

29 Jun 08:41
Compare
Choose a tag to compare
  • Kibana 7.x: fix 'Filter for value' feature when not on first page (#47)

v1.3.0

16 Jun 22:05
Compare
Choose a tag to compare
  • 'Computed Columns' and 'Lines computed filter' formula validation and error notification
  • now() custom function available for 'Computed Columns' and 'Lines computed filter' formulas (useful to compute duration with a timestamp field: now() - col['timestamp'])
  • Remove 'Calculate metrics for every bucket/level' checkbox on Kibana 7.x (like on Data Table)
  • Fix 'Filter for value' feature on Kibana 7.x (#39)
  • Fix 'Lines computed filter' feature on Kibana 5.x to 6.3 (#42)

v1.2.0

12 May 23:38
Compare
Choose a tag to compare
  • Add support for Kibana 7.0
  • Fix error notification on Kibana 6.x
  • Fix lint issues

v1.1.0

20 Apr 20:16
Compare
Choose a tag to compare
  • Add 'Lines computed filter' feature
  • Add new computed column format: date
  • Add ability to reference a column by its label
  • Add column reference validation (by number and label), in computed column formula
  • Fix plugin installation on Kibana 6.7
  • Fix 'no data to display' detection