Releases: fbaligand/kibana-enhanced-table
Releases · fbaligand/kibana-enhanced-table
v1.6.0
- 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
- 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
- Add support for Kibana 7.3
v1.4.2
- Kibana 7.x: fix 'Filter for value' feature when table is sorted (#53)
v1.4.1
- Add support for Kibana 7.2
- Fix column reference by label (#52)
v1.4.0
- '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
- Kibana 7.x: fix 'Filter for value' feature when not on first page (#47)
v1.3.0
- '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
- Add support for Kibana 7.0
- Fix error notification on Kibana 6.x
- Fix lint issues
v1.1.0
- 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