Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.16.0] - 2022-06-26

Changed

  • Add github actions ci
  • Add sponsor link for stylus project
  • Bump stylus to v0.58.1
  • Bump vscode-css-languageservice to v6.0.1
  • Bump vsce to v2.9.2
  • Bump typescript to v4.7.4
  • Drop conventional-github-releaser and cz-conventional-changelog

[1.15.0] - 2021-12-18

Fixed

  • Fix color preview not functioning properly when using hex values, close #96
  • Upgrade stylus and vscode-css-languageservice to latest version

[1.14.1] - 2021-11-25

Fixed

  • Fix duplicated color preview square shown, close #65

[1.14.0] - 2021-11-22

Fixed

  • Fix css variables and at_rule syntax highlight

Added

  • var() and calc() css builtin function autocomplete support
  • color picker support, to fix #51

Changed

  • Change css function automplete behavior, set cursor into the position between parens
  • Bump vscode-css-languageservice from v5.1.4 to v5.1.8