Skip to content

Commit 60c17ca

Browse files
changelog update for v1.5.0 release (#65)
1 parent bc9c287 commit 60c17ca

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.5.0 - [2021-07-25]
6+
- [#52](https://github.com/RandomFractals/vscode-data-table/issues/52)
7+
Use vscode panel border color for table header box shadow
8+
- [#57](https://github.com/RandomFractals/vscode-data-table/pull/57)
9+
Import styles from css file
10+
- [#58](https://github.com/RandomFractals/vscode-data-table/pull/58)
11+
Highlight row on hover
12+
- [#60](https://github.com/RandomFractals/vscode-data-table/pull/60)
13+
Use cursor:pointer for header instead of resize
14+
- [#61](https://github.com/RandomFractals/vscode-data-table/pull/61)
15+
Fix header sorting symbol being too close to the text
16+
- [#62](https://github.com/RandomFractals/vscode-data-table/issues/62)
17+
Enable incremental table row creation and data loading on table scroll
18+
- [#63](https://github.com/RandomFractals/vscode-data-table/issues/63)
19+
Update vscode and notebooks api dependencies to latest
20+
- [#65](https://github.com/RandomFractals/vscode-data-table/issues/65)
21+
Package and publish v1.5.0 release with table UI enhancements
22+
523
## v1.4.0 - [2021-07-23]
624
- [#43](https://github.com/RandomFractals/vscode-data-table/issues/43)
725
Apply vscode editor scrollbar styles to plain text display

0 commit comments

Comments
 (0)