-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.0.7] - 2019-07-26 | ||
|
||
New features/bugfixes by contributor jmp0x00, thanks!! | ||
Conversion to typescript | ||
Updated all packages | ||
CircleCI added to publishing | ||
|
||
# (previous) Changelog | ||
|
||
|Version|Changes| | ||
|-------|-----------| | ||
|0.0.1 | first release | | ||
|0.0.2 | NEW: Added option for a cell or row to link to another page| | ||
| | NEW: Supports Clickable links inside table | | ||
| | BUGFIX: Fixed missing CSS files | | ||
| | BUGFIX: CSS files now load when Grafana has a subpath| | ||
| | NEW: Added multi-column sorting - sort by any number of columns ascending/descending| | ||
| | NEW: Column Aliasing - modify the name of a column as sent by the datasource| | ||
| | NEW: Column width hints - suggest a width for a named column| | ||
|0.0.3 | BUGFIX: Saving State should now work - wrong option was in the datatable constructor| | ||
| | NEW: Export options for Clipboard/CSV/PDF/Excel/Print| | ||
| | BUGFIX: Columns from datasources other than JSON can now be aliased| | ||
| | BUGFIX: No data now clears table (issue #5)| | ||
|0.0.4 | NEW: Now autoscrolls horizontally if number of columns is wider| | ||
| | than the rendered panel (issue #6)| | ||
|0.0.5 | BUGFIX: SystemJS path changes for Grafana > 4.6| | ||
|0.0.6 | BUGFIX: Compatibility for v5| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters