Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update - v0.3.1 #26

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

## [Unreleased]

## [0.3.1] - 2023-12-16

### Added

- Added an action to create a new empty file
- Added folding imports
- Added a handler for brackets and buckets
Expand All @@ -15,12 +18,14 @@
- Restarting the lsp-server after changing the settings

### Fixed

- Fixed linear marker preview
- Fixed line marker performance warning

## [0.2.7] - 2023-11-15

### Fixed

- export error;
- repetition error;
- conditional element error;
Expand All @@ -29,6 +34,7 @@
## [0.2.6] - 2023-11-13

### Fixed

- color error for hex colors with alpha channel;
- state declaration error;
- export error;
Expand All @@ -40,4 +46,10 @@
- gradient declaration error;

### Added

- added highlighting of numeric values with units;

[Unreleased]: https://github.com/kizeevov/slint-idea-plugin/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/kizeevov/slint-idea-plugin/compare/v0.2.7...v0.3.1
[0.2.7]: https://github.com/kizeevov/slint-idea-plugin/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/kizeevov/slint-idea-plugin/commits/v0.2.6
Loading