-
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.16.0](0.15.0...0.16.0) (2023-05-22) ### Bug Fixes * add case for SingularBox components ([415afeb](415afeb)) * disable lto (not well supported) ([4af7e7a](4af7e7a)) * don't double-negate negative values ([fc7c0d0](fc7c0d0)) * inline flex ([7af8892](7af8892)) * prefer multispace over space to better line up with jsx strings ([8be0b60](8be0b60)) ### Features * add a number of peer modifiers ([13b3692](13b3692)) * add accent plugin ([2714ce5](2714ce5)) * add alpha to bg plugin ([f15e159](f15e159)) * add alpha to placeholder ([a40c334](a40c334)) * add alpha to ring and support opacity and inset ([f3fd0a5](f3fd0a5)) * add bg attachment plugin support ([5b0ed0b](5b0ed0b)) * add bg opacity plugin support ([ab69a21](ab69a21)) * add caret plugin ([b7e22ed](b7e22ed)) * add columns plugin ([9d81033](9d81033)) * add decoration plugin ([86d4ada](86d4ada)) * add not-disabled modifier ([9b509a2](9b509a2)) * add outline color ([08a2ea0](08a2ea0)) * add text opacity plugin support ([64d5f32](64d5f32)) * add transparency to text plugin ([b71861a](b71861a)) * add whitespace-break-spaces support ([a5b122f](a5b122f)) * change error handler in test vs in plugin ([5c4fd8f](5c4fd8f)) * change error handler in test vs in plugin ([b387b94](b387b94)) * make opacity accept arbitrary values ([b5fbf02](b5fbf02)) * overhaul border plugin ([8f67035](8f67035)) * support border-s and border-e plugins ([22041b3](22041b3)) * support symmetrical border spacing ([a627487](a627487))
- Loading branch information
1 parent
757986e
commit db4f1d0
Showing
3 changed files
with
40 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.15.0", | ||
"version": "0.16.0", | ||
"description": "An experimental transpiler to bring tailwind macros to SWC rocket", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|