-
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.15.0](0.14.0...0.15.0) (2023-02-20) ### Bug Fixes * include d.ts file in npm package ([b3cc831](b3cc831)) * rename flex-nowrap ([1db8d6d](1db8d6d)) * rename grid-auto-flow col to column ([b54c3cb](b54c3cb)) * rename iterms-stretch to items-stretch ([95c423d](95c423d)) ### Features * allow parser to handle infinitely nested plugin segments ([1b96169](1b96169)) * make auto_cols plugin support arbitrary CSS ([f7df759](f7df759)) * make auto-rows plugin support arbitrary CSS ([41ed335](41ed335)) * make basis plugin support arbitrary CSS ([c7288f8](c7288f8)) * make col plugin support arbitrary CSS ([c3d7b19](c3d7b19)) * make flex plugin support arbitrary CSS ([ca48c18](ca48c18)) * make grid-col utilities support arbitrary CSS ([f4e038a](f4e038a)) * make grid-row utilities support arbitrary CSS ([70ff15b](70ff15b)) * make grow plugin support arbitrary css ([acf02bc](acf02bc)) * make order plugin support arbitrary CSS ([dd7656b](dd7656b)) * make row plugin support arbitrary CSS ([70b279c](70b279c)) * make shrink plugin support arbitrary CSS ([1e20218](1e20218)) * support content subcommands ([41b4d60](41b4d60))
- Loading branch information
1 parent
e039667
commit 82a5633
Showing
3 changed files
with
31 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.14.1", | ||
"version": "0.15.0", | ||
"description": "An experimental transpiler to bring tailwind macros to SWC rocket", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|