Skip to content

v1.10.0

Compare
Choose a tag to compare
@fbaligand fbaligand released this 04 Oct 23:27
· 104 commits to master since this release
  • Add support for Kibana 7.9
  • Migration to Kibana new platform (Kibana 7.9+)
    • No need anymore to rebuild "optimize" folder when plugin is installed
    • Ability to add Enhanced Table visualization to a Canvas workpad (fix #123)
    • Ability to use dashboard drilldowns
  • Add 'Rows computed CSS' feature (fix #58, Kibana 7.0+)
  • Add 'Cell computed CSS' computed column feature (fix #58, Kibana 7.0+)
  • Add 'Add row number column' option feature (fix #76)
  • Add 'isArray' function for formulas
  • uniq/sort functions now support a single value (not an array), that is useful for Top Hit metrics that can have only one value
  • Fix Document Table visualization filtering buttons (fix #129, Kibana 7.7+)
  • Fix Document Table double "Data" tab display (Kibana 7.8+)
  • Fix i18n keys (Kibana 7.4+)
  • Add i18n support for Filter bar labels
  • Fix error labels to always include formula type and input formula
  • Display an error if computed column formula is not defined
  • Show a nice error notification when formula computation fails
  • Fix col(colRef, defaultValue) function for columns where value is undefined