Skip to content

Releases: panorama-languages-support/vscode-panorama-css

0.4.2

21 Feb 18:54
Compare
Choose a tag to compare

[0.4.2] - 2022-02-21

Changed

  • Updated links after repository move
    • Now under the org for Panorama languages support

0.4.1

21 Feb 07:21
Compare
Choose a tag to compare

[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

15 Feb 05:16
Compare
Choose a tag to compare

[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)

Fixed

  • Properties in MDN and Panorama now show the appropriate Panorama-specific descriptions and a reference to VDC

0.3.0

22 Aug 00:55
Compare
Choose a tag to compare

[0.3.0] - 2021-08-21

Added

  • SCSS support for Chaos Engine

Changed

  • Shiny new readme :)

0.2.2

11 Aug 00:06
Compare
Choose a tag to compare

[0.2.2] - 2021-08-10

Changed

Fixed

  • Add more missing tag names
  • Add missing transform keyword
  • Color line comments
    • These still show as errors, which cannot be remedied without defining Panorama CSS as its own language

0.2.1

07 Aug 22:05
Compare
Choose a tag to compare

Fixed:

  • Fixed issues with CSGO and Chaos specific panel coloring
  • Added most properties to value syntax coloring (for properties like transition-property that accepted other properties as values)
  • Fixed some Panorama values not being colored
  • Proper coloring for functions such as gradient

0.2.0

06 Aug 04:27
Compare
Choose a tag to compare

Added:

  • CSGO and Chaos specific panels to tmLanguage, for proper coloring
  • Some useful snippets (gradients especially)
  • Add syntax fields in css custom data for usage descriptions

Fixed:

  • Remedied some incorrect property descriptions

Changed:

  • Lowered the verboseness of some property descriptions, as they have a reference to the VDC doc and now syntax descriptions

0.1.0

05 Aug 08:32
Compare
Choose a tag to compare

First release. Added

  • tmLanguage grammar for syntax coloring
  • CSS custom data for property, pseudo-selector, and @define completion and hover documentation