Skip to content

Commit d77becb

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/prettier-3.7.3
2 parents babd874 + e9284a3 commit d77becb

File tree

7 files changed

+438
-215
lines changed

7 files changed

+438
-215
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). If you introduce breaking changes, please group them together in the "Changed" section using the **BREAKING:** prefix.
66

7-
## [Unreleased]
7+
## [v1.18.0] - 2025-12-01
88

99
### Added
1010

11-
- Added the ability to sort columns in data viewer and view column properties ([#1622](https://github.com/sassoftware/vscode-sas-extension/pull/1622))
11+
- Add the ability to sort columns in data viewer and view column properties ([#1622](https://github.com/sassoftware/vscode-sas-extension/pull/1622))
12+
- Add code comment collapsing ([#1638](https://github.com/sassoftware/vscode-sas-extension/pull/1638))
13+
- Add ability to view dataset properties ([#1631](https://github.com/sassoftware/vscode-sas-extension/pull/1631))
14+
15+
### Fixed
16+
17+
- Fix light/dark theme toggling ([#1701](https://github.com/sassoftware/vscode-sas-extension/pull/1701))
18+
- Add name checking for duplicates on drag and drop ([#1665](https://github.com/sassoftware/vscode-sas-extension/pull/1665))
1219

1320
## [v1.17.0] - 2025-09-26
1421

client/package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ssh2": "^1.17.0",
2121
"uuid": "^13.0.0",
2222
"vscode-languageclient": "^10.0.0-next.2",
23-
"zustand": "^5.0.8"
23+
"zustand": "^5.0.9"
2424
},
2525
"devDependencies": {
2626
"@types/react": "^19.2.7",

0 commit comments

Comments
 (0)