- Fixed missed dependencies in the extension bundle
- Enhanced the highlighting for warnings, such as unknown property, descriptor, or at-rule, to emphasize the entire identifier instead of just a single character
- Bumped csstree-validator version to 4.0.1 (css-tree 3.0.0)
- Added support for the
@container
,@starting-style
,@scope
,@position-try
and@layer
at-rules - Added support for
layer
,layer()
andsupports()
in the@media
at-rule - Added CSS Nesting support (requires
@nest
or&
selector, relaxed syntax is not supported yet) - Added support for CSS wide keywords
revert
andrevert-layer
- Added new units according to current state of CSS Values and Units 4:
rex
,cap
,rcap
,rch
,ic
,ric
,lh
,rlh
,vi
,vb
,sv*
,lv*
,dv*
- Added container relative length units from CSS Containment 3:
cqw
,cqh
,cqi
,cqb
,cqmin
,cqmax
- Aligned
<'font'>
to CSS Fonts 4 - Aligned
<color>
to CSS Color 5 - Many new CSS properties and fixes in syntaxes
- Added support for the
- Bumped csstree-validator version to 2.0.0 (css-tree 1.1.1)
- Added validation for at-rules: prelude and descriptors
- Bumped csstree-validator version to 1.6.0 (css-tree 1.0)
- Bumped csstree-validator version to 1.5.1
- Bumped csstree-validator version to 1.4.0
- Bumped csstree-validator version to 1.3.1
- Bumped csstree-validator version to 1.2.2 (enhanced tolerance parsing mode)
- Bumped csstree-validator version to 1.2.1 (enhanced tolerance parsing mode)
- Bumped csstree-validator version to 1.2.0 (supports tolerance parsing mode)
- Pinned css-tree version to 1.0.0-alpha19
- Improved accuracy and fixed edge-cases
- Updated TypeScript version to 2.4
- Updated csstree-validator version to 1.0.8
- Improved highlighting range calculation
- Updated TypeScript version to 2.0.3
- Updated csstree-validator version to 1.0.5
- Fixed readme
- Updated csstree-validator version to 1.0.4
- Improved highlighting range calculation
- Renamed repo
- Updated csstree-validator version to 1.0.3
- Added
TextDocuments.onDidClose
support (#1) - Code refactoring
- Initial release - base validation with csstree-validator 1.0.1