@unocss/transformer-attributify-jsx 0.50.7 → 0.51.0

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,6 +68,8 @@ export default defineConfig({
68
68
 
69
69
  ## Caveats
70
70
 
71
+ If you encounter any issues with this package, there is [@unocss/transformer-attributify-jsx-babel](https://github.com/unocss/unocss/tree/main/packages/transformer-attributify-jsx-babel) package that uses Babel to transform JSX.
72
+
71
73
  > ⚠️ The rules are almost the same as those of `preset-attributify`, but there are several precautions
72
74
 
73
75
  ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/transformer-attributify-jsx",
3
- "version": "0.50.7",
3
+ "version": "0.51.0",
4
4
  "description": "Support valueless attributify in JSX/TSX.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@unocss/core": "0.50.7"
36
+ "@unocss/core": "0.51.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "magic-string": "^0.30.0"