Skip to content

Commit 1ed8ed9

Browse files
update changelog.md for v1.9.0 release (#120)
1 parent 0a06be8 commit 1ed8ed9

File tree

1 file changed

+49
-5
lines changed

1 file changed

+49
-5
lines changed

CHANGELOG.md

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
See [releases](https://github.com/RandomFractals/vscode-data-table/releases) for source code and `vscode-data-table.vsix` extension package download.
44

5+
## v1.9.0 - [2022-04-02]
6+
- [#44](https://github.com/RandomFractals/vscode-data-table/issues/44)
7+
Add Save as CSV or JSON options
8+
- [#53](https://github.com/RandomFractals/vscode-data-table/issues/53)
9+
Add data search option
10+
- [#59](https://github.com/RandomFractals/vscode-data-table/issues/59)
11+
Add subtle table cell borders
12+
- [#64](https://github.com/RandomFractals/vscode-data-table/issues/64)
13+
Add rows/columns count display
14+
- [#70](https://github.com/RandomFractals/vscode-data-table/issues/70)
15+
Add binned graphs to column headers
16+
- [#87](https://github.com/RandomFractals/vscode-data-table/issues/87)
17+
Align top Data Summary column type svg icon
18+
- [#102](https://github.com/RandomFractals/vscode-data-table/issues/102)
19+
Add padding to Data Summary view and patch column type display
20+
- [#103](https://github.com/RandomFractals/vscode-data-table/issues/103)
21+
Add World Countries Leaflet Map notebook example to built-in Notebook Examples
22+
- [#107](https://github.com/RandomFractals/vscode-data-table/issues/107)
23+
Update vscode, ts, webpack and renderer api dependencies to latest vscode v1.62.0
24+
- [#108](https://github.com/RandomFractals/vscode-data-table/issues/108)
25+
Update observable inputs, plot, d3, htl, arquero, apache arrow, and fast xml parser dependencies to latest
26+
- [#109](https://github.com/RandomFractals/vscode-data-table/issues/109)
27+
Update recommendations in extensions.json
28+
- [#110](https://github.com/RandomFractals/vscode-data-table/issues/110)
29+
Add Iris dataset Python Jupyter notebook example
30+
- [#113](https://github.com/RandomFractals/vscode-data-table/issues/113)
31+
Update arquero library to v4.8.8
32+
- [#114](https://github.com/RandomFractals/vscode-data-table/issues/114)
33+
Register text/x-json mime type for the REST book examples to work
34+
- [#115](https://github.com/RandomFractals/vscode-data-table/issues/115)
35+
Add Flat Data Grid renderer
36+
- [#116](https://github.com/RandomFractals/vscode-data-table/issues/116)
37+
Update vscode, libs, and dev dependencies to latest
38+
- [#117](https://github.com/RandomFractals/vscode-data-table/issues/117)
39+
Refine Data Summary table rendering
40+
- [#118](https://github.com/RandomFractals/vscode-data-table/issues/118)
41+
Installed extension, and still no option to render table with data-table?
42+
- [#119](https://github.com/RandomFractals/vscode-data-table/issues/119)
43+
Add instructions for the custom vscode notebook kernel devs to declare data table renderers dependency
44+
- [#120](https://github.com/RandomFractals/vscode-data-table/issues/120)
45+
Package and publish new Flat Data Grid renderer release
46+
- [#121](https://github.com/RandomFractals/vscode-data-table/issues/121)
47+
Add notebookRenderer keyword for the new Search Marketplace prompt
48+
549
## v1.8.0 - [2021-08-13]
650
- [#92](https://github.com/RandomFractals/vscode-data-table/issues/92)
751
Update dev dependencies and vscode engine to v1.59.0
@@ -22,7 +66,7 @@ Add consistent notebook Language type suffixes to built-in .ipynb Notebook Examp
2266
- [#100](https://github.com/RandomFractals/vscode-data-table/issues/100)
2367
Add Random Fractals Inc. data, geo and notebook extensions to recommendations in .vscode/settings.json
2468
- [#101](https://github.com/RandomFractals/vscode-data-table/issues/101)
25-
Package and publish v1.8.0 built-in Notebook Examples and Text Output update release
69+
Package and publish v1.8.0 built-in Notebook Examples and Text Output update release
2670

2771
## v1.7.0 - [2021-08-05]
2872
- [#82](https://github.com/RandomFractals/vscode-data-table/issues/82)
@@ -58,7 +102,7 @@ Rename renderer entry point to data table renderer
58102
- [#68](https://github.com/RandomFractals/vscode-data-table/issues/68)
59103
Add Observable htl library for implementating data summary and other alternative view/save data UX
60104
- [#69](https://github.com/RandomFractals/vscode-data-table/issues/69)
61-
Add XPath Notebook example and info to Recommended Extensions section in docs
105+
Add XPath Notebook example and info to Recommended Extensions section in docs
62106
- [#71](https://github.com/RandomFractals/vscode-data-table/issues/71)
63107
Add XML data table display
64108
- [#73](https://github.com/RandomFractals/vscode-data-table/issues/73)
@@ -74,7 +118,7 @@ Add Observable Data Table Viewer JS notebook to /notebooks
74118
- [#79](https://github.com/RandomFractals/vscode-data-table/issues/79)
75119
Add Observable Data Table Viewer OJS and OJS Inspector previews to docs
76120
- [#80](https://github.com/RandomFractals/vscode-data-table/issues/80)
77-
Add new Data Summary view info to docs
121+
Add new Data Summary view info to docs
78122
- [#81](https://github.com/RandomFractals/vscode-data-table/issues/81)
79123
Package and publish v1.6.0 release with new Data Summary view and updated notebook examples
80124

@@ -94,7 +138,7 @@ Enable incremental table row creation and data loading on table scroll
94138
- [#63](https://github.com/RandomFractals/vscode-data-table/issues/63)
95139
Update vscode and notebooks api dependencies to latest
96140
- [#65](https://github.com/RandomFractals/vscode-data-table/issues/65)
97-
Package and publish v1.5.0 release with table UI enhancements
141+
Package and publish v1.5.0 release with table UI enhancements
98142

99143
## v1.4.0 - [2021-07-23]
100144
- [#43](https://github.com/RandomFractals/vscode-data-table/issues/43)
@@ -184,7 +228,7 @@ Change generated json code renderer to basic html table renderer
184228
- [#11](https://github.com/RandomFractals/vscode-data-table/issues/11)
185229
Add placeholder Data Table view renderer pic to docs
186230
- [#12](https://github.com/RandomFractals/vscode-data-table/issues/12)
187-
Change basic html table renderer to use Observable Inputs.table for now
231+
Change basic html table renderer to use Observable Inputs.table for now
188232
- [#13](https://github.com/RandomFractals/vscode-data-table/issues/13)
189233
Add dev log and data table extension build info to docs
190234
- [#15](https://github.com/RandomFractals/vscode-data-table/issues/15)

0 commit comments

Comments
 (0)