Skip to content

Releases: wixplosives/stylable-intelligence

v0.5.1

09 Mar 11:15
Compare
Choose a tag to compare

Bug fix

  • No longer issues false diagnostic on Stylable vars containing uppercase letters

v0.5.0

11 Feb 17:47
Compare
Choose a tag to compare

Bug fix

Integrate fixes in @stylable/language-service (#282)

  • refactor diagnostics mechanism
  • improve native css integration
  • improve stylable at-rules syntax highlighting

v0.4.2

09 Feb 11:44
Compare
Choose a tag to compare

Infrastructure

  • Extract language-service to separate package in the Stylable mono-repo
  • Update all dependencies to latest stable

v0.4.1

26 Nov 11:01
Compare
Choose a tag to compare

Bug fixes

  • The latest version of stylable provides following bug fixes:
    • New selector scoping mechanism which handles edge cases much better, and is a lot easier to debug
    • Cache resolution requests for a performance improvement
  • Upgrade all dependencies to latest stable

v0.4.0

16 Jul 09:10
Compare
Choose a tag to compare

Infrastructure

  • replace kissfs file system implementation with @file-services
  • allow building the project on osx platform
  • replace to/from vscode path utils with vscode-uri
  • disable service unit tests for the moment (cross-os issue)

Code improvements

  • remove unneeded languages from extension client documentSelector config
  • added guards against non-stylable files in the service provider

v0.3.11

19 Dec 11:24
Compare
Choose a tag to compare

Bug fix

  • Fix crash due to fsevents issue with the new vscode insider edition (node 10)

Note: This version was released manually and with a hacky work-around. See issue #272

v0.3.10

19 Dec 11:27
Compare
Choose a tag to compare

Stylable feature support

  • Add partial support for new scoping feature (st-scope) in Stylable, missing support detailed in issue #270

v0.3.9

27 Nov 11:29
Compare
Choose a tag to compare

Security fix

  • update dependencies following event-stream package vulnerability

v0.3.8

22 Nov 16:22
Compare
Choose a tag to compare
  • Update @stylable/core dependency
  • Fix broken typings for newly specified state type in Stylable

v0.3.6

28 Aug 21:43
Compare
Choose a tag to compare
  • Upgrade @stylable/core version to v0.1.8