Skip to content

Commit

Permalink
chore: bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braem committed Feb 21, 2022
1 parent 76bc88c commit 9995e23
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is loosely 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).

## [0.4.1] - 2022-02-21
### Added
- Javascript snippet for Panorama's panel fetch function $()
- Section on how to get Panorama JS type support

### Fixed
- Fixed line comment toggling not working and possibly other issues related to a missing language configuration

### Changed
- Added placeholder icons for Panorama CSS/SCSS languages
- Same as the package's icon for now (help wanted!)

## [0.4.0] - 2022-02-14
### Changed
- Panorama CSS/SCSS are now their own languages, which allows for better completion and validation
Expand Down
15 changes: 9 additions & 6 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## [0.4.0] - 2022-02-14
### Changed
- Panorama CSS/SCSS are now their own languages, which allows for better completion and validation
- Lots of bloat removed so that only Panorama supported properties/selectors/etc. are present
- Now Link to VDC and MDN (where applicable)
## [0.4.1] - 2022-02-21
### Added
- Javascript snippet for Panorama's panel fetch function $()
- Section on how to get Panorama JS type support

### Fixed
- Properties in MDN and Panorama now show the appropriate Panorama-specific descriptions and a reference to VDC
- Fixed line comment toggling not working and possibly other issues related to a missing language configuration

### Changed
- Added placeholder icons for Panorama CSS/SCSS languages
- Same as the package's icon for now (help wanted!)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "panorama-css",
"displayName": "Panorama CSS Support",
"description": "Support for the Panorama subset of CSS3.",
"version": "0.4.0",
"version": "0.4.1",
"publisher": "braemie",
"author": {
"name": "Brae Stoltz",
Expand Down

0 comments on commit 9995e23

Please sign in to comment.