chore(release): 32.8.0
This commit is contained in:
parent
bb9a172cad
commit
13554ca10a
2 changed files with 34 additions and 1 deletions
33
CHANGELOG.md
Normal file
33
CHANGELOG.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [32.8.0](https://github.com/material-theme/vsc-material-theme/compare/v2.7.0...v32.8.0) (2020-09-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add support for tree's guidelines ([19a383f](https://github.com/material-theme/vsc-material-theme/commit/19a383fd0624b309fdcaee71320cf0f678da71df))
|
||||
* Improve PHP support ([df892e4](https://github.com/material-theme/vsc-material-theme/commit/df892e4ae4319fca39e5e14b76953657ba8ecbc2))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix comment punctuation highlight ([e241a62](https://github.com/material-theme/vsc-material-theme/commit/e241a62161a905d385d697c2fae1e28d667747ca))
|
||||
* fix css properties name color ([02b0ba5](https://github.com/material-theme/vsc-material-theme/commit/02b0ba509dd34148b8b72b31a763474d2dcadfba))
|
||||
* Fix inputs selection background ([228a44c](https://github.com/material-theme/vsc-material-theme/commit/228a44c2931f717950375ed622ce9b4ba87995bd)), closes [#362](https://github.com/material-theme/vsc-material-theme/issues/362)
|
||||
* Fix meta.function-call highlight ([89afb87](https://github.com/material-theme/vsc-material-theme/commit/89afb87ab55e88d58e9604c73bf6463c21e69d78))
|
||||
* Fix punctuation color ([1e549ef](https://github.com/material-theme/vsc-material-theme/commit/1e549eff08d320f75a74d7e78aca539ddc2cd987)), closes [#332](https://github.com/material-theme/vsc-material-theme/issues/332)
|
||||
* Fix punctuation color regression ([306d6d7](https://github.com/material-theme/vsc-material-theme/commit/306d6d738008f33b8afea55edd0fd867ec0a357a))
|
||||
* fix quickpanel foreground color ([251f601](https://github.com/material-theme/vsc-material-theme/commit/251f601cfd610cbcde71634332d9d04c4b410617)), closes [#469](https://github.com/material-theme/vsc-material-theme/issues/469)
|
||||
* Fix search highlight matched result color ([0a66c2c](https://github.com/material-theme/vsc-material-theme/commit/0a66c2c06acd296fc0e1cb848956dc99c9daeffb)), closes [#358](https://github.com/material-theme/vsc-material-theme/issues/358)
|
||||
* Fix squiggles colors to match overview rulers ([532a664](https://github.com/material-theme/vsc-material-theme/commit/532a664b09bca4ad98b714360d84f8e14c342570)), closes [#336](https://github.com/material-theme/vsc-material-theme/issues/336)
|
||||
* Fix terminal cursor color ([8912ca3](https://github.com/material-theme/vsc-material-theme/commit/8912ca384e9adbbee487fd6c849e2ba49df7290a))
|
||||
* improve color contrast on lighter variants ([d8d6647](https://github.com/material-theme/vsc-material-theme/commit/d8d66479304d0936f2824584b097ad1f9ca31e71))
|
||||
* Improve find highlight ([4f70e18](https://github.com/material-theme/vsc-material-theme/commit/4f70e18cc76d34bc205bc4e11c9ab1f92123e074))
|
||||
* improve functions colors ([fa5322f](https://github.com/material-theme/vsc-material-theme/commit/fa5322f319ddec67ae18faeaac57f37b7393f4ca))
|
||||
* Improve JSX text readability ([1efecfe](https://github.com/material-theme/vsc-material-theme/commit/1efecfe36b9e3063f4545c8706f4cb37ce797322))
|
||||
* input selection background ([20b2a0a](https://github.com/material-theme/vsc-material-theme/commit/20b2a0aac070b7625c96a1ce922093dcb198c84f))
|
||||
* input validation borders opacity ([e6d8c3f](https://github.com/material-theme/vsc-material-theme/commit/e6d8c3f27344f56269d89612d4c2cbf4b5b01e4f)), closes [#481](https://github.com/material-theme/vsc-material-theme/issues/481)
|
||||
* type scopes highlight ([ae7cfd2](https://github.com/material-theme/vsc-material-theme/commit/ae7cfd273516b0c91eae7700b32462346d3d36ec))
|
||||
* Update generator and made new groups ([4b1db4e](https://github.com/material-theme/vsc-material-theme/commit/4b1db4e3fe8c205c31753844efaa66d922155da8))
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vsc-material-theme",
|
||||
"displayName": "Material Theme",
|
||||
"description": "The most epic theme now for Visual Studio Code",
|
||||
"version": "32.7.0",
|
||||
"version": "32.8.0",
|
||||
"publisher": "Equinusocio",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Mattia Astorino [@equinusocio]",
|
||||
|
|
Loading…
Reference in a new issue