tailwind-typescript-plugin 1.3.1-beta.5 → 1.4.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.4.0-beta.1](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/compare/v1.3.0...v1.4.0-beta.1) (2025-11-26)
|
|
2
|
+
|
|
3
|
+
### ✨ Features
|
|
4
|
+
|
|
5
|
+
* add duplicate class detection ([8ffcee9](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/8ffcee91120c4a8c69cb92e223253ead4a296101))
|
|
6
|
+
|
|
7
|
+
### 📚 Documentation
|
|
8
|
+
|
|
9
|
+
* add variable resolution feature documentation ([9461272](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/94612728d635aeb1319fd98a614f32119a0dd3f5))
|
|
10
|
+
|
|
11
|
+
### 🔧 Chores
|
|
12
|
+
|
|
13
|
+
* add release branch for semantic-release ([097e25a](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/097e25ab400aa7fbd8c5ddfadd32a21941175b6f))
|
|
14
|
+
* configure semantic-release for beta prereleases ([b3f1513](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/b3f1513e788af1abd1e4c240c71f495ebe62a58f))
|
|
15
|
+
|
|
1
16
|
## [1.3.0](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/compare/v1.2.0...v1.3.0) (2025-11-25)
|
|
2
17
|
|
|
3
18
|
### ✨ Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwind-typescript-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-beta.1",
|
|
4
4
|
"description": "TypeScript Language Service plugin that validates Tailwind CSS class names in JSX/TSX files. Catches typos and invalid classes in real-time with support for tailwind-variants and class-variance-authority.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|