- Pick up latest
typescript-template-language-service-decorator
with fix for TS 5.0 - Mark package as deprecated in favor of https://github.com/styled-components/typescript-styled-plugin.
- Include completion spans in responses. Thanks @jasonwilliams!
- Don't trigger completions when opening template tags. Thanks @jasonwilliams!
- Update emmet. Thanks @jasonwilliams!
- Enable IntelliSense in
keyframes
. Thanks @jasonwilliams!
- Apply in
keyframes
by default. Thanks @jasonwilliams!
- Pick up new language service version. Thanks @hantatsang and @jasonwilliams!
- Pick up new language service version. Thanks @apust!
- Pick up new language service version.
- Support for dynamically changing configuration.
- Only enable plugin for TS 3.0+ in order to support automatically enabling plugin for workspace TS versions.
- Mark color completions with the
'color'
kindModifier
. This allows editors to render the color previews inline. - Fix more false positive errors.
- Pick up new decorator library version to fix a possible state corruption error.
- Fixed some false positive errors when using a placeholder in a contexual selector. Thanks @lukyth!
- Apply in
injectGlobal
orcreateGlobalStyle
by default. Thanks @scf4!
- Add folding support.
- Remove TS as peerDep.
- Allow language service to be consumed by other libraries.
- Fix some false error reports around creative uses of placeholders.
- Support for emotion style typescript declarations.
- Picked up new CSS version. Brings improved suggestions and better documentation.
- Fixed
width: ${1}%;
incorrectly reported as an error.
- Fixed case where a placeholder that looked like a mixin was incorrectly reported as an error.
- Fixed some cases where placeholder usage was incorrectly reported as an error.
- Added emmet suggestions. Thanks @ramya-rao-a!
- Small fix for suggestions inside of nested selectors.
- Add quick fixes for misspelled property names.
- Fixed false error when placeholder is used as a selector.
- Fix suggestions inside of nested selectors. Thanks @aczekajski!
- Cache completion entries so we don't recompute them as often.
- Added basic support for completion entry details
- Fix auto import completions not showing up when using plugin with TS 2.6.2+
- Fix cases where placeholder is followed by a trailing semicolon. Thanks @kingdaro!
- Do not take runtime dependecy on TypeScript.
- Fix bug that could cause errors not to be reported when on the last line of a block.
- Compile to ES5 to support regular Visual Studio
- Support for nested classes. Thanks @asvetliakov!
- Support for styled properties, such as
MyButton.extend...
. Thanks @asvetliakov! - Fix a bug that could cause errors to stop being reported.
- Fix empty value error being showing when using placeholder for value in multiline template strings.
- Fix multiline strings with placeholders.
- Initial support for strings with placeholders.
- Disable empty ruleset lint error by default
- Fix styled completions showing on character immediately before start of string
- Supprt
css
tag by default. - Remove a bunch of files from published npm package.
- Initial release