Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand committed Feb 25, 2018
1 parent d51a9b5 commit 4b7ea83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This Kibana visualization plugin is like a Data Table, but with enhanced feature
- Hide some table columns (ex: `0,1` hides columns 0 and 1)
- Add a filter bar (ex: `cat` filter will display only rows that contain "cat"). Works also with numeric and date columns.
- Hide export links (ex: when enabled, it will hide "Raw" and "Formatted" export links)
- Compatible with Kibana 5.5, 5.6, 6.0 and 6.1
- Kibana supported versions : 5.5, 5.6, 6.0, 6.1 and 6.2


## 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": "0.4.1",
"version": "0.5.0",
"description": "This visualization plugin is like a Data Table, but with enhanced features like computed columns and filter bar",
"main": "index.js",
"kibana": {
Expand Down

0 comments on commit 4b7ea83

Please sign in to comment.