- Add auto closing tags.
- Prevent potential double decoration of a language service.
- Allow editors to configure plugin. Requires TS 3.1.4+ and editor support.
- Fix tag highlighting when using TS 3.1+.
- Fix some false positive reporting for styles. Thanks @csvn!
- Tag matching highlighting. Requires VS Code 1.30+
- Picked up new styled components version which includes some important fixes and additions.
- Pick up new html service version with bug fixes and features like vendor info.
- Pick up new decorator library version to fix a possible state corruption error.
- Disable formatting in html that contains a style block. There is an annoying bug that may corrupt the html when running format on these blocks. Better to disable formatting in them for now.
- Remove TS as peerDep.
- Fixing false errors when using placeholders in style block.
- Error reporting and quick fixes for css in style blocks. Thanks @justinribeiro!
- Use more consistent look for quick info hover. Thanks @justinribeiro!
- Return css quickInfo inside styled blocks. Thanks @justinribeiro!
- Added folding support.
- Don't return signature help inside html template strings.
- Added css IntelliSense inside of
<style>
tags. Thanks @justinribeiro!
- Add completion entry details for tag completions.
- Don't remove newlines in empty html block.
- Also make sure we don't have a runtime dep on TS for hover.
- Make sure we don't have a runtime dep on TS for completion items
- Do not take run time dependency on TS.
- Fix auto import completions not showing up when using plugin with TS 2.6.2+
- Support for VS 2017
- Initial release