🚀 windicss/windicss - Release Notes
v3.5.1 (2022-03-03)
### Bug Fixes
* fix default colors to set renamed colors ([#721](https://github.com/windicss/windicss/issues/721)) ([1521873](https://github.com/windicss/windicss/commit/1521873))
* fix not use renamed colors ([82c687c](https://github.com/windicss/windicss/commit/82c687c))
### Features
* add default colors provided by Tailwind CSS v3 ([e0f435b](https://github.com/windicss/windicss/commit/e0f435b))
Thanks @oekazuma
v3.5.0 (2022-02-26)
### Bug Fixes
* remove menu element styles ([#717](https://github.com/windicss/windicss/issues/717)) ([efcb114](https://github.com/windicss/windicss/commit/efcb114))
### Features
* add border-x and border-y utility classes ([#711](https://github.com/windicss/windicss/issues/711)) ([#714](https://github.com/windicss/windicss/issues/714)) ([f5ef5f5](https://github.com/windicss/windicss/commit/f5ef5f5))
* add various TW3 utility classes ([#718](https://github.com/windicss/windicss/issues/718)) ([d8a48e0](https://github.com/windicss/windicss/commit/d8a48e0))
* align outline utility classes ([#716](https://github.com/windicss/windicss/issues/716)) ([321b2d6](https://github.com/windicss/windicss/commit/321b2d6))
* improve TW3 color support ([#710](https://github.com/windicss/windicss/issues/710)) ([67802fe](https://github.com/windicss/windicss/commit/67802fe))
### Performance Improvements
* optimize utils/color.ts ([#708](https://github.com/windicss/windicss/issues/708)) ([c6d5094](https://github.com/windicss/windicss/commit/c6d5094))
v3.4.4 (2022-02-22)
### Bug Fixes
* StyleSheet sort makes plugin doesn't work as expected ([#666](https://github.com/windicss/windicss/issues/666)) ([#669](https://github.com/windicss/windicss/issues/669)) ([f512a3c](https://github.com/windicss/windicss/commit/f512a3c))
* **cli:** Preflight not working with CLI, close [#514](https://github.com/windicss/windicss/issues/514) ([#673](https://github.com/windicss/windicss/issues/673)) ([26a6c71](https://github.com/windicss/windicss/commit/26a6c71))
* **cli:** whitespace and line-break support to style block ([#697](https://github.com/windicss/windicss/issues/697)) ([c5c02af](https://github.com/windicss/windicss/commit/c5c02af))
* **jsx:** add missing attribute declaration in jsx ([#680](https://github.com/windicss/windicss/issues/680)) ([ebb6273](https://github.com/windicss/windicss/commit/ebb6273))
### Features
* add sizes in cm, mm, in, pt, pc ([#698](https://github.com/windicss/windicss/issues/698)) ([ab224f9](https://github.com/windicss/windicss/commit/ab224f9))
v3.4.3 (2022-01-17)
### Bug Fixes
* ClassParser incorrectly end group with jsx functional component content ([#660](https://github.com/windicss/windicss/issues/660)) ([0be1b2c](https://github.com/windicss/windicss/commit/0be1b2c))
* Maximum call stack size exceeded at guessClassName ([#665](https://github.com/windicss/windicss/issues/665)) ([d612389](https://github.com/windicss/windicss/commit/d612389))
### Features
* support gap property in flex attribute ([#582](https://github.com/windicss/windicss/issues/582)) ([#652](https://github.com/windicss/windicss/issues/652)) ([a755743](https://github.com/windicss/windicss/commit/a755743))
v3.4.2 (2021-12-29)
### Features
* add '.accent-x' utility class ([#637](https://github.com/windicss/windicss/issues/637)) ([4fc1ede](https://github.com/windicss/windicss/commit/4fc1ede))
* add 'file:' variant ([#636](https://github.com/windicss/windicss/issues/636)) ([9529357](https://github.com/windicss/windicss/commit/9529357))
* add 'marker:' variant ([#635](https://github.com/windicss/windicss/issues/635)) ([ff6f698](https://github.com/windicss/windicss/commit/ff6f698))
v3.4.1 (2021-12-27)
### Features
* re-add ability to customize box shadow size ([#631](https://github.com/windicss/windicss/issues/631)) ([c643798](https://github.com/windicss/windicss/commit/c643798))
* remove 'button:focus' from preflight ([#630](https://github.com/windicss/windicss/issues/630)) ([2ad4e96](https://github.com/windicss/windicss/commit/2ad4e96))
v3.4.0 (2021-12-17)
## Features
* add .aspect-{ratio} classes ([#600](https://github.com/windicss/windicss/issues/600)) ([6aa033c](https://github.com/windicss/windicss/commit/6aa033c))
* add '.basis-x' utility classes ([#611](https://github.com/windicss/windicss/issues/611)) ([8652bce](https://github.com/windicss/windicss/commit/8652bce))
* add '.columns-x' utility and friends classes ([#606](https://github.com/windicss/windicss/issues/606)) ([14edb4c](https://github.com/windicss/windicss/commit/14edb4c))
* add '.decoration-x' utility classes ([#601](https://github.com/windicss/windicss/issues/601)) ([a6d8a5a](https://github.com/windicss/windicss/commit/a6d8a5a))
* add '.touch-x' and '.scroll-x' utility classes ([#609](https://github.com/windicss/windicss/issues/609)) ([295e934](https://github.com/windicss/windicss/commit/295e934))
* add '.will-change-x' utility class ([#608](https://github.com/windicss/windicss/issues/608)) ([c10216c](https://github.com/windicss/windicss/commit/c10216c))
* add 'portrait:' and 'landscape:' variants ([#612](https://github.com/windicss/windicss/issues/612)) ([16ad9be](https://github.com/windicss/windicss/commit/16ad9be))
* add ability to use opacity values for box-shadows ([#614](https://github.com/windicss/windicss/issues/614)) ([f1ba9e3](https://github.com/windicss/windicss/commit/f1ba9e3))
* add new colors from Tailind v3 ([#616](https://github.com/windicss/windicss/issues/616)) ([c58e720](https://github.com/windicss/windicss/commit/c58e720))
## New Contributors
* @Techassi made their first contribution in https://github.com/windicss/windicss/pull/603
* @xorik made their first contribution in https://github.com/windicss/windicss/pull/616
**Full Changelog**: https://github.com/windicss/windicss/compare/v3.3.0...v3.4.0
v3.3.0 (2021-12-13)
### Bug Fixes
* sticky prefix order ([#565](https://github.com/windicss/windicss/issues/565)) ([a53dea4](https://github.com/windicss/windicss/commit/a53dea4))
* **parser:** fix wrong layer combination ([#584](https://github.com/windicss/windicss/issues/584)) ([9d82a92](https://github.com/windicss/windicss/commit/9d82a92))
* add default content to pseudo element with `contents` ([#547](https://github.com/windicss/windicss/issues/547)) ([9db311a](https://github.com/windicss/windicss/commit/9db311a))
* skip empty content utility ([#546](https://github.com/windicss/windicss/issues/546)) ([54fc77f](https://github.com/windicss/windicss/commit/54fc77f))
* transform-attribute-order ([#596](https://github.com/windicss/windicss/issues/596)) ([26fe621](https://github.com/windicss/windicss/commit/26fe621))
v3.2.1 (2021-11-01)
### Bug Fixes
* border side prefix match ([#536](https://github.com/windicss/windicss/issues/536)) ([42e5590](https://github.com/windicss/windicss/commit/42e5590))
v3.2.0 (2021-10-27)
### Bug Fixes
* create output directory when it doesn't exist ([#499](https://github.com/voorjaar/windicss/issues/499)) ([37faf6c](https://github.com/voorjaar/windicss/commit/37faf6c))
* should not compile the standard classes when using prefix ([#534](https://github.com/voorjaar/windicss/issues/534)) ([0910829](https://github.com/voorjaar/windicss/commit/0910829))
* some fuzzy class names will also be incorrectly matched (close [#484](https://github.com/voorjaar/windicss/issues/484)) ([#486](https://github.com/voorjaar/windicss/issues/486)) ([7dd80bd](https://github.com/voorjaar/windicss/commit/7dd80bd))
v3.1.9 (2021-10-04)
### Bug Fixes
* move Console to utils/tools, so cli/utils isnt build into main entry ([#488](https://github.com/voorjaar/windicss/issues/488)) ([2ef692c](https://github.com/voorjaar/windicss/commit/2ef692c))
v3.1.8 (2021-09-27)
### Features
* export sky palette in default colors (closes [#425](https://github.com/voorjaar/windicss/issues/425)) ([#426](https://github.com/voorjaar/windicss/issues/426)) ([a042e03](https://github.com/voorjaar/windicss/commit/a042e03))
* support for parsing array of style objects, fix [#439](https://github.com/voorjaar/windicss/issues/439) ([#476](https://github.com/voorjaar/windicss/issues/476)) ([c62225f](https://github.com/voorjaar/windicss/commit/c62225f))
v3.1.7 (2021-08-09)
### Bug Fixes
* interpret order should follow add components order [#345](https://github.com/voorjaar/windicss/issues/345) ([3642e3c](https://github.com/voorjaar/windicss/commit/3642e3c))
* plugins types declaration file path ([#408](https://github.com/voorjaar/windicss/issues/408)) ([c944e95](https://github.com/voorjaar/windicss/commit/c944e95))
### Features
* add variant for the `::file-selector-button` pseudo-element ([#388](https://github.com/voorjaar/windicss/issues/388)) ([e408af1](https://github.com/voorjaar/windicss/commit/e408af1))
* handle fraction for padding and margin, close [#415](https://github.com/voorjaar/windicss/issues/415) ([#416](https://github.com/voorjaar/windicss/issues/416)) ([97bd126](https://github.com/voorjaar/windicss/commit/97bd126))
v3.1.6 (2021-07-26)
### Bug Fixes
* Container utilities should only output standard min-width rules ([#402](https://github.com/voorjaar/windicss/issues/402)) ([c5ef685](https://github.com/voorjaar/windicss/commit/c5ef685))
* don't merge font family array, close [#363](https://github.com/voorjaar/windicss/issues/363) ([bed55f6](https://github.com/voorjaar/windicss/commit/bed55f6))
* skip false content utility, close [#403](https://github.com/voorjaar/windicss/issues/403) ([6e94892](https://github.com/voorjaar/windicss/commit/6e94892))
* **wrapWithVariants:** forgiving for applying variants ([33a7434](https://github.com/voorjaar/windicss/commit/33a7434))
* Typo in animation-iteration-count breaks animation repeat utilities ([#400](https://github.com/voorjaar/windicss/issues/400)) ([23b1fa9](https://github.com/voorjaar/windicss/commit/23b1fa9))
v3.1.5 (2021-07-12)
### Bug Fixes
* add sky color ([#384](https://github.com/voorjaar/windicss/issues/384)) ([33495a8](https://github.com/voorjaar/windicss/commit/33495a8))
* add whitespaces around operators in arbitrary calc ([#390](https://github.com/voorjaar/windicss/issues/390)) ([1c70709](https://github.com/voorjaar/windicss/commit/1c70709))
* minmax with brackets, close [#367](https://github.com/voorjaar/windicss/issues/367) ([26078c0](https://github.com/voorjaar/windicss/commit/26078c0))
* plugin loading resets variants [#330](https://github.com/voorjaar/windicss/issues/330) ([#381](https://github.com/voorjaar/windicss/issues/381)) ([db1facc](https://github.com/voorjaar/windicss/commit/db1facc))
v3.1.4 (2021-07-02)
### Bug Fixes
* data uris without quotes and escaping ([#365](https://github.com/voorjaar/windicss/issues/365)) ([a1ed75c](https://github.com/voorjaar/windicss/commit/a1ed75c))
* grid-auto-flow, close [#343](https://github.com/voorjaar/windicss/issues/343) ([#355](https://github.com/voorjaar/windicss/issues/355)) ([978432c](https://github.com/voorjaar/windicss/commit/978432c))
* update condition for end group in ClassParser ([#338](https://github.com/voorjaar/windicss/issues/338)) ([5dfea68](https://github.com/voorjaar/windicss/commit/5dfea68))
v3.1.3 (2021-06-08)
### Bug Fixes
* function like utiity broke parse [#325](https://github.com/voorjaar/windicss/issues/325) ([5a962db](https://github.com/voorjaar/windicss/commit/5a962db))
v3.1.2 (2021-06-07)
### Bug Fixes
* 'T' is defined but never used ([fe21be7](https://github.com/voorjaar/windicss/commit/fe21be7))
* fill-none and stroke-none ([2610598](https://github.com/voorjaar/windicss/commit/2610598))
* jsx syntax regex problem [#304](https://github.com/voorjaar/windicss/issues/304) ([b9dc6e7](https://github.com/voorjaar/windicss/commit/b9dc6e7))
* nest class should not been generated on demand ([282e2d4](https://github.com/voorjaar/windicss/commit/282e2d4))
* parse classes in quotes [#315](https://github.com/voorjaar/windicss/issues/315) ([d78624e](https://github.com/voorjaar/windicss/commit/d78624e))
* some bad classes may cause all classes failed ([44301ff](https://github.com/voorjaar/windicss/commit/44301ff))
* variant not exist [#320](https://github.com/voorjaar/windicss/issues/320) ([a1423cf](https://github.com/voorjaar/windicss/commit/a1423cf))
### Features
* types for jsx ([3cfb705](https://github.com/voorjaar/windicss/commit/3cfb705))
v3.1.1 (2021-06-04)
### Bug Fixes
* gradients with current or transparent stopped working [#317](https://github.com/voorjaar/windicss/issues/317) ([504a740](https://github.com/voorjaar/windicss/commit/504a740))
* group-hover is not supported in attributify mode [#308](https://github.com/voorjaar/windicss/issues/308) ([dd38673](https://github.com/voorjaar/windicss/commit/dd38673))
* long variants support in attributify ([98fa584](https://github.com/voorjaar/windicss/commit/98fa584))
### Features
* support change separator in attributify ([264afe6](https://github.com/voorjaar/windicss/commit/264afe6))
v3.1.0 (2021-06-04)
### Bug Fixes
* animation order ([91f3f2d](https://github.com/voorjaar/windicss/commit/91f3f2d))
* border color in rtl mode ([ab3e987](https://github.com/voorjaar/windicss/commit/ab3e987))
* build snapshots ([c20816a](https://github.com/voorjaar/windicss/commit/c20816a))
* customize colors not working in typography ([173f6ae](https://github.com/voorjaar/windicss/commit/173f6ae))
* shouldn't include negative scroll snap completions ([61967a8](https://github.com/voorjaar/windicss/commit/61967a8))
* snapshot ([d905610](https://github.com/voorjaar/windicss/commit/d905610))
* snapshots ([b81be68](https://github.com/voorjaar/windicss/commit/b81be68))
### Features
* add animate-ease duration delay utilities ([ee20f09](https://github.com/voorjaar/windicss/commit/ee20f09))
* add animation ease function utilities ([fc956f5](https://github.com/voorjaar/windicss/commit/fc956f5))
* add animation fillmode playstate utilities ([f4e64fb](https://github.com/voorjaar/windicss/commit/f4e64fb))
* add animation iteration count utilities ([09b76f7](https://github.com/voorjaar/windicss/commit/09b76f7))
* add color and opacity handler config ([5732297](https://github.com/voorjaar/windicss/commit/5732297))
* add keyframes implement ([368f07c](https://github.com/voorjaar/windicss/commit/368f07c))
* add more animation utilities config ([05bbc44](https://github.com/voorjaar/windicss/commit/05bbc44))
* add more gradient color defaults ([641aa73](https://github.com/voorjaar/windicss/commit/641aa73))
* add more missed opacity utilities ([5e5f766](https://github.com/voorjaar/windicss/commit/5e5f766))
* add opacity handler ([2bb5091](https://github.com/voorjaar/windicss/commit/2bb5091))
* add time handler ([fed57a5](https://github.com/voorjaar/windicss/commit/fed57a5))
* support border side color and opacity ([0cac09d](https://github.com/voorjaar/windicss/commit/0cac09d))
* support color opacity group ([8e45c5c](https://github.com/voorjaar/windicss/commit/8e45c5c))
* support define animation with object ([bae4514](https://github.com/voorjaar/windicss/commit/bae4514))
v3.0.12 (2021-05-24)
### Bug Fixes
* add default content utility ([b8666e1](https://github.com/voorjaar/windicss/commit/b8666e1))
* negative completion in scroll-snap ([2d61d93](https://github.com/voorjaar/windicss/commit/2d61d93))
* remove DEFAULT RTL DARK completion ([7a5bcf1](https://github.com/voorjaar/windicss/commit/7a5bcf1))
### Features
* add content utility ([0c748fe](https://github.com/voorjaar/windicss/commit/0c748fe))
* add string handler ([f62151a](https://github.com/voorjaar/windicss/commit/f62151a))
* support add completion in addDynamic api ([893d9c2](https://github.com/voorjaar/windicss/commit/893d9c2))
### Performance Improvements
* use default colors ([c92ff84](https://github.com/voorjaar/windicss/commit/c92ff84))
v3.0.11 (2021-05-24)
### Features
* support dark mode in typography ([30865a8](https://github.com/voorjaar/windicss/commit/30865a8))
* support include and exclude option in config file [#302](https://github.com/voorjaar/windicss/issues/302) ([6238b18](https://github.com/voorjaar/windicss/commit/6238b18))
v3.0.10 (2021-05-24)
### Bug Fixes
* prose order ([4f4db8e](https://github.com/voorjaar/windicss/commit/4f4db8e))
### Features
* add `rpx` unit for value auto-infer ([7b9a290](https://github.com/voorjaar/windicss/commit/7b9a290))
* add rtl styles [#286](https://github.com/voorjaar/windicss/issues/286) ([e261aaa](https://github.com/voorjaar/windicss/commit/e261aaa))
* support add dynamic respectSelector option ([9c26eac](https://github.com/voorjaar/windicss/commit/9c26eac))
* support attributify prefix ([c2a8c1f](https://github.com/voorjaar/windicss/commit/c2a8c1f))
* support rtl in typography [#286](https://github.com/voorjaar/windicss/issues/286) ([2fb809d](https://github.com/voorjaar/windicss/commit/2fb809d))
### Performance Improvements
* remove unused marker ([24d4779](https://github.com/voorjaar/windicss/commit/24d4779))
### Reverts
* typography marker style ([19d0d2b](https://github.com/voorjaar/windicss/commit/19d0d2b))
v3.0.9 (2021-05-19)
### Bug Fixes
* fire twice event when change config file ([0906c68](https://github.com/voorjaar/windicss/commit/0906c68))
### Features
* support safelist in cli ([e445d53](https://github.com/voorjaar/windicss/commit/e445d53))
* support watch config file ([e22eb08](https://github.com/voorjaar/windicss/commit/e22eb08))
### Performance Improvements
* move Default to top ([8583d0f](https://github.com/voorjaar/windicss/commit/8583d0f))
v3.0.8 (2021-05-19)
### Bug Fixes
* border-radius and bg-opacity bracket not working ([d515b4e](https://github.com/voorjaar/windicss/commit/d515b4e))
* more square brackets issues ([2af8893](https://github.com/voorjaar/windicss/commit/2af8893))
* non-existent filter-opacity ([0f47c55](https://github.com/voorjaar/windicss/commit/0f47c55))
* snapshots ([4dea068](https://github.com/voorjaar/windicss/commit/4dea068))
### Features
* support suqare brackets in filter and backdrop ([773a5bc](https://github.com/voorjaar/windicss/commit/773a5bc))