Skip to content

Releases: wixplosives/stylable-intelligence

v0.2.6

25 Apr 11:20
Compare
Choose a tag to compare

Diagnostics

  • Turned off diagnostic messages for server language traces

v0.2.5

17 Apr 10:53
Compare
Choose a tag to compare

Bug fix

  • Fix bug causing Stylable diagnosis to run on other file types

v0.2.4

16 Apr 12:20
Compare
Choose a tag to compare

Bug fix

  • Color providers (color picker icons) no longer appear twice

Infrastructure

  • Further restructuring of the project for better maintainability

v0.2.3

13 Mar 17:39
Compare
Choose a tag to compare

Documentation

  • Main README.md now describes the extension, all development related content moved to dev.md

v0.2.2

13 Mar 09:19
Compare
Choose a tag to compare

Pseudo-class support:

  • Add completions for state type definitions
  • Add completions for type validators
  • Add completions for state selector enum options

v0.2.0

12 Mar 11:03
Compare
Choose a tag to compare

Development Infrastructure

  • The intelligence service can now receive it's require function externally
  • Many version updated to latest, including:
    • VSCode language services v4.0.0
    • TypeScript v2.7.2
    • Webpack v4.1.0

v0.1.6

25 Feb 13:15
Compare
Choose a tag to compare
  • Fixed a bug that caused syntax highlighting to not show on stylable files

v0.1.2

22 Feb 14:15
Compare
Choose a tag to compare

Pseudo-Classes with Parameters

Added basic support:

  • Completions:
    • Selectors ending with a pseudo-class with a parameter will complete with parenthesis now
  • Hinting:
    • Inside a selector with a pseudo-class, hint the state type and validators used
    • In a state definition, hint available types

Still missing features: #179

v0.1.0

22 Feb 09:57
Compare
Choose a tag to compare
  • Major project structure refactor to improve developer experience, performance and usability.