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
- Extended color preview support to JavaScript, TypeScript, and JSX/TSX React files.
- Improved syntax matching for HSL color values across supported languages.
- Modified the color preview box to be more aligned in the middle of the line.
- Upgraded several dev dependencies to their latest versions and added type definitions for
semver
as they seemed to be missing.
- News content security policy to hopefully actually show the demonstration image AGAIN. Turns out it also resolves to a different host name, so I had to add that one too.
- News content security policy to hopefully actually show the demonstration image.
- Feature to convert HEX colors to HSL in the correct syntax.
- Added internal feature to hassle and annoy users to see what's new in the extension.
- Actually added
postcss
this time, didn't save the file before committing.
- Support for additional languages:
tailwindcss
- Thanks to @alexeira. - Support for additional languages:
less
,postcss
,scss
.
- Refactored language support to use
ENABLED_LANGUAGES
array, improving maintainability.
- Initial release of the extension.