Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Jul 26, 2019
1 parent 1dbb8df commit ea7c34c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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|
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,24 +180,3 @@ make rpm
#### Acknowledgements

This panel is based on the "Table" panel by GrafanaLabs

#### 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|

0 comments on commit ea7c34c

Please sign in to comment.