Skip to content

Releases: fbaligand/kibana-enhanced-table

v1.14.0

01 Feb 12:53
Compare
Choose a tag to compare
  • Add support for Kibana 8.12, 8.13 and 8.14
  • Add support for OpenSearch Dashboards 2.11+
  • Add new 'Duration' format for computed columns (Kibana 7.14+) :
    • Same features and options than Kibana 'Duration' format (in index patterns/data views)
    • With an added 'Human-readable (very precise)' output format (ex: 3min 25s 124ms)
    • With support for 'Numeral language locale' defined in Kibana Advanced Settings
  • New features available in computed column formula (and other computed settings) :
    • New functions available: formattedCol, cell, formattedCell, dateObject and durationObject
    • Add 'formattedCol' variable (ex: formattedCol1 or formattedCol['My Column'])
    • Support for col["colTitle"] syntax (in addition to col['colTitle'])
    • Find details in documentation
  • New features available in computed column template:
    • Add 'formattedCol' variable (ex: formattedCol1 or formattedCol['My Column'])
    • Add 'rawValue' variable, that is raw value of current column, not formatted (ex: {{ rawValue.localeString }})
    • Docs: add new Computed Column Template documentation section (link added above 'Template' setting)
  • Hidden columns: add support for titles surrounded by single or double quotes (ex: 'My Col' or "My Col"). Titles written without quoted are still supported.
  • Add support for runtime fields in 'Document Table' visualization (Kibana 7.11+)
  • Fix computed column total formatting, when 'Computed/Hidden cols per split col' is enabled
  • Fix column total computing, when 'Computed/Hidden cols per split col' is enabled and there is some 0 value
  • Fix filter bar CSS (Kibana 8.10+)
  • Fix filter bar input CSS when it gets focus (Kibana 7.16+)
  • Fix label 'Filter bar width' (Kibana 7.7+)

v1.13.5

22 Sep 06:52
Compare
Choose a tag to compare
  • Add support for Kibana 8.10 and 8.11

v1.13.4

07 Jul 12:06
Compare
Choose a tag to compare
  • Add support for Kibana 8.7, 8.8 and 8.9
  • Fix pagination hover cursor style (Kibana 8.6+)

v1.13.3

06 Sep 22:04
Compare
Choose a tag to compare
  • Add support for Kibana 8.4, 8.5 and 8.6
  • Document Table: replace '_id' sort by '_doc' sort when 'Hits size' is greater than 10000 (to reduce memory usage in Elasticsearch)
  • Fix CSV export filename (filename is now [visualization_name].csv) for Kibana 7.11+ and 7.0-7.7
  • Fix number format when value is exponential (0.0000001 is now formatted as 0 and not '1e-7')
  • Docs: fix 'Development' section for Kibana and OpenSearch Dashboards (osd branch)

v1.13.2

08 Jun 21:24
Compare
Choose a tag to compare
  • Add support for Kibana 8.0, 8.1, 8.2 and 8.3
  • Fix compatibility with Kibana 7.16.0, 7.16.1, 7.16.2 and 7.17.4

v1.13.1

15 Mar 22:45
Compare
Choose a tag to compare
  • Add support for OpenSearch Dashboards (fix issue #221)
  • Fix "Show metrics for every bucket/level" when there are other metric aggregations than "Count" for Kibana 7.14+ (fix issue #262)

v1.13.0

21 Feb 23:36
Compare
Choose a tag to compare
  • Add support for Kibana 7.16 and 7.17 (thanks to @cpiment!)
  • New option: "Sort split cols". Useful to get a natural columns order with "Split Cols" bucket (fix issue #150)
  • Fix 'Show metrics for every bucket/level' for Kibana 7.14+ (fix issue #247)
  • Fix aggConfig resolution for complex aggregations for Kibana 7.12+ (fix issue #239)
  • Fix col() function, when used with customColPosition (fix issue #243)
  • Fix "column total" for computed columns per split column (fix issue #185)
  • Fix column reference by label with 'Compute total using formula' (fix issue #206)
  • Fix case where totalHits=0 but table is not empty (typically when there is a "Split Rows" bucket with "Filters" aggregation)
  • Fix template context on column total: timeRange, totalHits, total[i] are now available
  • Several fixes on timeRange variable:
    • fix date rounding
    • no more blocking error if timeRange computation fails
    • fix timeRange computation when from/to date contains '||'
  • Document Table: change 'Field' to 'Sort Field' label for Kibana 7.7+

NB: Since Kibana 8.0 is out, packages for Kibana 5.5 to 6.5 are not maintained anymore.
NB2: Due to a weird Angularjs error, enhanced-table plugin is not compatible with Kibana 7.16.0, 7.16.1 and 7.16.2. But it is compatible with Kibana 7.16.3.

v1.12.2

22 Dec 08:34
Compare
Choose a tag to compare
  • Add support for Kibana 7.15 (thanks to @cpiment!)

v1.12.1

20 Dec 22:54
Compare
Choose a tag to compare
  • Add support for Kibana 7.14 (thanks to @cpiment!)

v1.12.0

09 Dec 08:07
Compare
Choose a tag to compare
  • Add support for Kibana 7.12 and 7.13 (thanks to @cpiment!)