Skip to content

Commit

Permalink
version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand committed Jan 29, 2024
1 parent a4c6ff4 commit 2c66297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project is a Kibana plugin that provides two visualizations:
- Ability to compute column total using formula
- Support for numeric pretty format using [Numeral.js](http://numeraljs.com/#format) (ex: `0,0.00`)
- Support for date pretty format using [Moment.js](http://momentjs.com/docs/#/displaying/format/) (ex: `YYYY-MM-DD`)
- Support for duration pretty format using Kibana duration format
- Support for duration pretty format using Kibana duration format (with same options than Kibana Duration format)
- Support for column alignment (ex: `left`, `right`)
- Support for template rendering using [Handlebars](https://handlebarsjs.com/guide/expressions.html) (ex: `<strong>{{value}}</strong>`)
- Template can reference other columns (ex: `<span style="color: {{col0}}">{{value}}</span>`)
Expand Down Expand Up @@ -58,7 +58,7 @@ This project is a Kibana plugin that provides two visualizations:
- Add a row number column
- Ability to add the visualization to a Canvas workpad (Kibana 7.9+)
- Ability to use dashboard drilldowns (Kibana 7.9+)
- Kibana supported versions: all versions from 5.5 to 8.10
- Kibana supported versions: all versions from 5.5 to 8.12
- OpenSearch Dashboards supported versions : all versions from 1.x to 2.x

## Demo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enhanced-table",
"version": "1.13.5",
"version": "1.14.0",
"description": "This visualization plugin is like a Data Table, but with enhanced features like computed columns, filter bar and pivot table",
"license": "Apache-2.0",
"homepage": "https://github.com/fbaligand/kibana-enhanced-table",
Expand Down

0 comments on commit 2c66297

Please sign in to comment.