# Change Log

All notable changes to the extension will be documented in this file.

## [2.0.14] - 2026-02-12

- Update deps for a security vulnerability

## [2.0.13] - 2025-01-24

- Update deps for a security vulnerability

## [2.0.12] - 2025-01-01

- Fixed escape character breaking css intellisense

## [2.0.11] - 2024-11-06

- Added maud support (."container")
- Fixed parser regex
- Updated dependencies

## [2.0.10] - 2024-06-12

- Added variable substitution for `${fileExtname}`
- Updated documentation
- Ported config to typescript

## [2.0.9] - 2024-02-01

- Added optional auto validation
- Added variable substitution for local style sheets
- Added feedback for clear cache
- Updated documentation
- Updated dependencies

## [2.0.7] - 2024-01-23

- Build fixes
- Updated dependencies

## [2.0.6] - 2024-01-01

- Go to definition support
- Ported to custom parser
- Fixed word range for selectors

## [1.14.1] - 2023-12-28

- Added glob support for local files
- Initial support for lit css
- Match on patterns with a colon in addition to equals
- Ported to rollup & fast-glob
- Updated dependencies

## [1.13.1] - 2022-07-31

- Updated sponsor field

## [1.13.0] - 2022-06-13

- Added sponsor field

## [1.12.2] - 2022-05-05

- Update dependencies

## [1.11.0] - 2022-02-06

- Update dependencies
- Added source file name to completion list

## [1.10.2] - 2021-02-10

- Update dependencies

## [1.9.1] - 2021-01-17

- Update documentation

## [1.9.0] - 2021-01-16

- Added Clear Cache command
- Added file cache
- Update documentation

## [1.8.1] - 2021-01-15

- Added ${fileBasenameNoExtension} setting variable

## [1.8.0] - 2021-01-11

- Added validate command
- Allow multi level inheritance

## [1.7.2] - 2021-01-10

- Update internals

## [1.7.1] - 2021-01-09

- Update documentation

## [1.7.0] - 2021-01-09

- Removed validation

## [1.6.3] - 2021-01-07

- Added Handlebars inheritance (https://jknack.github.io/handlebars.java/reuse.html)
- Update documentation
- Internal refactoring

## [1.6.2] - 2021-01-04

- Handle file watcher create events
- Update documentation

## [1.6.1] - 2020-12-31

- Update documentation
- Update dependencies

## [1.6.0] - 2020-12-29

- Updated settings

## [1.5.0] - 2020-12-28

- Added `css.validation` setting

## [1.4.5] - 2020-12-28

- Update documentation

## [1.4.4] - 2020-12-27

- Fixed regex

## [1.4.3] - 2020-12-27

- Fixed regex

## [1.4.2] - 2020-12-26

- Update documentation

## [1.4.1] - 2020-12-26

- Validates startup and newly opened documents

## [1.4.0] - 2020-12-26

- Added validation
- Added @extends('base') tag for inheritance
- Added integration test

## [1.3.3] - 2020-12-22

- Fixed watcher bug
- Fixed cleanup

## [1.3.2] - 2020-12-22

- Update documentation

## [1.3.1] - 2020-12-22

- Unified path handling
- Fixed recursion bug for template inheritance

## [1.3.0] - 2020-12-21

- Update documentation
- Update to VS Code 1.52

## [1.2.5] - 2020-12-20

- Added initial template inheritance support for Twig and Mustache like template engines
