-
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.8.0](0.7.2...0.8.0) (2022-11-04) ### Bug Fixes * clean up some more snapshots ([071d463](071d463)) * correct lookup for top, bottom, left, and right plugins ([eec214c](eec214c)) * get screen dynamically form config ([f5c6f16](f5c6f16)) * parse expressions marked as important with no value ([16c023f](16c023f)) * support standalone `shadow` plugin ([7ca223a](7ca223a)) * use parser for divide plugin and handle `divide` ([7e77e9f](7e77e9f)) ### Features * add `self` plugin ([cc93a27](cc93a27)) * add additional functions to grid plugin ([b81146c](b81146c)) * add animate plugin ([6f2eabe](6f2eabe)) * add pointer events plugin ([38b9208](38b9208)) * add strict mode ([e85d0d1](e85d0d1)) * add support for tailwind css reset and forms ([82e3fbc](82e3fbc)) * add the fill plugin ([eaf3ef2](eaf3ef2)) * add the gap-x and gap-y plugins ([6ea516d](6ea516d)) * add the inset plugin ([6d192b5](6d192b5)) * add the leading plugin ([4d15fd6](4d15fd6)) * add the object plugin ([e420c5d](e420c5d)) * add the whitespace plugin ([5386680](5386680)) * add truncate plugin ([eb143cf](eb143cf)) * add whole load of new modifiers ([f42e43d](f42e43d)) * improve spans for error handling ([b3a57cf](b3a57cf)) * support border-style in divide plugin ([9c15739](9c15739)) * support transparency in the parser ([2ea75e7](2ea75e7))
- Loading branch information
1 parent
59d5376
commit 41f7b5f
Showing
3 changed files
with
37 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.7.2", | ||
"version": "0.8.0", | ||
"description": "An experimental transpiler to bring tailwind macros to SWC rocket", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|