tailwind-typescript-plugin 1.4.1-beta.30 → 1.4.1-beta.32

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +227 -1173
  3. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.4.0-beta.25](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/compare/v1.4.0-beta.24...v1.4.0-beta.25) (2026-02-18)
2
+
3
+ ### ✨ Features
4
+
5
+ * add e2e test ([4f021c9](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/4f021c9cfa82209a6c8bfca1a831d25092c736f7))
6
+
7
+ ### ✅ Tests
8
+
9
+ * **conflict-detection:** add tests for nested prefix handling ([302f2ff](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/302f2ffe5f19041802a83fc8d3a6a54c66f8c507))
10
+
11
+ ### 🔧 Chores
12
+
13
+ * add node filter optimization for extractors ([0e419b9](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/0e419b9e797930673c5a6db679cc85c2c7c9178f))
14
+ * improve error handling ([80566b2](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/80566b2de85161642dde3fce51b5b1bc910ea1ea))
15
+ * move postcss and tailwindcss to peer dependencies ([9127e95](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/commit/9127e95738c85192e4fc16190b9a650ba1f4c333))
16
+
1
17
  ## [1.4.0-beta.24](https://github.com/IvanRodriCalleja/tailwind-typescript-plugin/compare/v1.4.0-beta.23...v1.4.0-beta.24) (2026-01-02)
2
18
 
3
19
  ### ✨ Features