-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.12.0](0.11.1...0.12.0) (2022-12-27) ### Bug Fixes * allow the macro to support enums without subcommands ([3ddd529](3ddd529)) * improve suggestion in text plugin ([497a8b1](497a8b1)) * only inject import if actually importing TailwindStyle ([1dadff6](1dadff6)) * revert span offset fix ([9cb7a36](9cb7a36)) ### Features * add alternative suggestions for array plugins ([1a722ad](1a722ad)) * add alternative suggestions for array_map plugins ([b35e853](b35e853)) * add alternative suggestions for simple_lookup_map plugins ([0137a45](0137a45)) * add auto plugin ([4c24526](4c24526)) * add proper error handling for bad plugin params ([66d6fb1](66d6fb1)) * add styled-components engine ([79bd086](79bd086)) * expose suggestions on swc error handler ([b14872c](b14872c)) * have simple_lookup plugins suggest alternatives ([62ec998](62ec998)) * make a bunch of plugins support arbitrary parameters ([21dbe0b](21dbe0b)) * support full recovery when parsing plugins ([4f78b54](4f78b54)) * support style injection for styled-components ([79ba0ff](79ba0ff))
- Loading branch information
1 parent
7de1756
commit 459bdc0
Showing
3 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "stailwc", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "An experimental transpiler to bring tailwind macros to SWC rocket", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|