File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ 0.5.0] ( https://github.com/zjxxxxxxxxx/babel-plugin-clsx/compare/v0.4.1...v0.5.0 ) (2025-11-30)
2+
3+
4+ ### Features
5+
6+ * Modify ignored token ([ #12 ] ( https://github.com/zjxxxxxxxxx/babel-plugin-clsx/issues/12 ) ) ([ f0681d0] ( https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/f0681d0ee307bd6235cc5d990c382fa58d91fcf6 ) )
7+ * remove option static ([ #11 ] ( https://github.com/zjxxxxxxxxx/babel-plugin-clsx/issues/11 ) ) ([ 56a285c] ( https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/56a285c4518e0baa77e77b84bd5fa902ae63dbfc ) )
8+
9+
10+
111## [ 0.4.1] ( https://github.com/zjxxxxxxxxx/babel-plugin-clsx/compare/v0.4.0...v0.4.1 ) (2025-11-28)
212
313
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-clsx" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Add clsx() automatically to className in React and support Typescript." ,
55 "main" : " ./index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "baseUrl" : " ./" ,
44 "target" : " ESNext" ,
5- "typeRoots" : [" node_modules" , " node_modules/@types" ],
6- "types" : [" @jest/globals" ],
75 "paths" : {
6+ "react/index" : [" node_modules/@types/react/index" ],
87 "react" : [" ../jsx/react" ],
98 "react/jsx-runtime" : [" ../jsx/jsx-runtime" ],
109 "react/jsx-dev-runtime" : [" ../jsx/jsx-dev-runtime" ]
You can’t perform that action at this time.
0 commit comments