|
2 | 2 |
|
3 | 3 | See [releases](https://github.com/RandomFractals/tabular-data-viewer/releases) for source code and `tabular-data-viewer-x.x.x.vsix` extension package download. |
4 | 4 |
|
| 5 | +## v1.3.0 - [2022-01-08] |
| 6 | +- [#31](https://github.com/RandomFractals/tabular-data-viewer/issues/31) |
| 7 | +Resolve reopening table view for a data file after tab close |
| 8 | +- [#47](https://github.com/RandomFractals/tabular-data-viewer/issues/47) |
| 9 | +Move viewTable command registration to commands/viewTable.ts |
| 10 | +- [#48](https://github.com/RandomFractals/tabular-data-viewer/issues/48) |
| 11 | +Add Open Data File command with quick input prompt |
| 12 | +- [#49](https://github.com/RandomFractals/tabular-data-viewer/issues/49) |
| 13 | +Use tableschema-js for data loading instead of d3-dsv |
| 14 | +- [#50](https://github.com/RandomFractals/tabular-data-viewer/issues/50) |
| 15 | +Use table.iter api with readable stream for loading large data files |
| 16 | +- [#54](https://github.com/RandomFractals/tabular-data-viewer/issues/54) |
| 17 | +Update Tabulator tables library to v5.0.10 |
| 18 | +- [#55](https://github.com/RandomFractals/tabular-data-viewer/issues/55) |
| 19 | +Use table.getRows('active') in scroll to last/first row |
| 20 | +- [#56](https://github.com/RandomFractals/tabular-data-viewer/issues/56) |
| 21 | +Add large data files for testing data loading and table view display |
| 22 | +- [#57](https://github.com/RandomFractals/tabular-data-viewer/issues/57) |
| 23 | +Add rows/columns count, file size and data load time display to vscode status bar |
| 24 | +- [#58](https://github.com/RandomFractals/tabular-data-viewer/issues/58) |
| 25 | +Investigate slow Tabulator table data loading and Virtual DOM configuration |
| 26 | +- [#59](https://github.com/RandomFractals/tabular-data-viewer/issues/59) |
| 27 | +Switch to Papa Parse for CSV data loading and parsing in a worker thread |
| 28 | +- [#60](https://github.com/RandomFractals/tabular-data-viewer/issues/60) |
| 29 | +Add paging for large data files |
| 30 | +- [#61](https://github.com/RandomFractals/tabular-data-viewer/issues/61) |
| 31 | +Package and publish data streaming update release |
5 | 32 | ## v1.2.0 - [2021-12-28] |
6 | 33 | - [#44](https://github.com/RandomFractals/tabular-data-viewer/issues/44) |
7 | 34 | Resolve webview UI toolkit bundling and loading |
|
0 commit comments