Skip to content

Commit

Permalink
chore: release v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Aug 15, 2023
1 parent aed7663 commit 7ae7716
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 0.3.5 (2023-08-15)


### Bug Fixes

* cannot find module @babel/core ([aed7663](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/aed7663b7638d41988106549c862b783d67e36b2))
* Error deleted all comments ([207993e](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/207993e34c8612340c7c497bd26d7dc73e4a306b))
* Fixed bug when used in vite ([167d4e5](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/167d4e562e4862ae04c426b3d15d5d034d897612))
* Fixed plugin-syntax-jsx missing ([119ff82](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/119ff82b30abaa2ec7dec055b3ab4c82428c26dc))
* JSX only supports Typescript4.7+ ([da39123](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/da391235649726007369d1384d2583550fbaec0e))
* package type error ([c313397](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/c3133977a27a53688523e78bd0ff1c92bf1062fa))
* Remove clsx that is not actually useful ([efb7660](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/efb76602f4d08a80e1f0d7cea38c02d012c86c64))


### Features

* automatic clsx addition is supported ([c247de4](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/c247de4f998f17ebed40fa561d5ae1e7dbaddef4))
* Compact package size ([b5e8b81](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/b5e8b81c6e698bc43ddd0320dbc35fba68353f6f))
* Compatible with Typescript3.8 and below ([eb4d500](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/eb4d500471b121c732c8770a23c03ad0f1ca2d39))
* Function calls are ignored in nonstatic mode ([94e3144](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/94e314496e6c362988e7e7ad708c6e04ad4b1d3b))
* JSX is named more generally ([bd26460](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/bd26460cc9ef8a7bd491ffb0fd24a28a54da2e0a))
* JSX supports both preserve and react-native ([c0bad8d](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/c0bad8db789ca59ea629dbefd439240a9e2f97ee))
* JSX with react17 support ([b2a671e](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/b2a671e9b484a2c5147fc857241d9c39dbcf4194))
* Removes comments for ignoring ([886d163](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/886d1633c114be4c21c7b0169b7d2d7ae18fa82f))
* Static mode supported ([fd8499e](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/fd8499e9c64279f7ded7a0c171cf327c4a361a96))
* Strict mode and global ignore are supported ([f5c343e](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/f5c343e50f6d9805a50ff034742740d5e4a99558))
* Support Typescript ([5c4a3c0](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/5c4a3c0d05090965fee77ec1a5d4bf22891172f1))


### Performance Improvements

* Clean up extra blank lines ([491b490](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/491b4904d203c560c08de664750bb1bb918d2bcb))
* Improve the efficiency of clsx ignore global search ([cb16d04](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/cb16d04948f15a9d1e70ebfbf3eec38b676599e9))
* Optimize importing modules ([5a0aab7](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/5a0aab7b1889268b42623b1d21f89a771d28a21f))
* Removes handling of JSXEmptyExpression ([74736d4](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/commit/74736d4e20a8be6b2a36b4375c430809f3244070))



## [0.3.4](https://github.com/zjxxxxxxxxx/babel-plugin-clsx/compare/v0.3.3...v0.3.4) (2023-06-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-clsx",
"version": "0.3.4",
"version": "0.3.5",
"description": "Add `clsx()` automatically to `className` in `React` and support `Typescript`.",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit 7ae7716

Please sign in to comment.