windicss

Next generation utility-first CSS framework.

MIT License

Downloads
89.7K
Stars
6.5K
Committers
52

Bot releases are visible (Hide)

windicss - v2.5.11

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

windicss - v2.5.10

Published by github-actions[bot] over 3 years ago

Bug Fixes

windicss - v2.5.9

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • apply --tw-space-*-reverse to child (#211) (c2a9103)
  • remove comments with no space before comment (d67e299)

Features

  • semantic screen utilities range, <sm and [@sm](https://github.com/sm) (#203) (ef3760f)
windicss - v2.5.8

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

windicss - v2.5.7

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • InlineAtRule.parse, semi colon escaping, close #199 (f10adf4)
  • interpret false positive with "constructor", close #200 (dc6acd0)
  • should also mark style.property to important, close #193 (#201) (b10d935)
windicss - v2.5.6

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • handle CSS vars anywhere in a property value (#198) (a9bfe2e)
  • support interpret square brackets (#195) (716c34e)
windicss - v2.5.5

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • Classes with parentheses doesn't work #186 (5dc3328)
  • prefixer config not works with cli (aaff531)

Features

  • types: update FullConfig types (9798427)
  • types: update types to have centerized options for tools (1d78d82)
windicss - v2.5.4

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • can't extend single color value like black or white (9f25f94)
  • Regression between 2.5.0 and 2.5.1 with CSSParser #177 (5e4022d)

Features

  • add direction variant ltr and rtl (29d5843)
  • add dumpConfig api (2abb3ca)
windicss - v2.5.3

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • border color that aren’t defined shouldn’t infer #168 (b82e9cb)
  • issue with comma separated selectors #174 (7ee26e7)
  • should not generate utility when variant is wrong #169 (b2f4ded)
  • wrap selector should after parent selector #174 (5946a96)

Features

windicss - v2.5.2

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • apply placeholder-opacity with placeholder-color (552e15e)
  • should not compile the standard classes when using prefix (13f466b)
windicss - v2.5.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • always return an object type (b304eae)
  • remove unsupported browser regex (c3be7be)
  • completions: clean up DEFAULT (2f06b27)
windicss - v2.5.0

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • add auto dark colors variant ~dark (8eb5064)
  • generate completions api (e61344f)
windicss - v2.4.7

Published by github-actions[bot] over 3 years ago

Bug Fixes

windicss - v2.4.5

Published by github-actions[bot] over 3 years ago

Features

windicss - v2.4.4

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

windicss - v2.4.3

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • plugin config extend function (7e00011)
windicss - v2.4.2

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • call theme function inside plugin not resolve (8648028)
windicss - v2.4.1

Published by github-actions[bot] over 3 years ago

Features

  • support add duplicated name utilities/components
  • support add multi selector utility/component
  • add property/style/styleSheet clone method

Bug Fixes

  • shortcuts apply order is wrong
  • add utilities with special selector like hover\:abc:hover or @…
windicss - v2.4.0

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • add dynamic meta data (89078b5)
  • add layer and split styleSheet api (173b5e4)
  • add left dynamic meta data (c8125b5)
  • finish meta sort method (b753734)
  • support @layer directive (53905e4)
  • support close corePlugin with corePlugin config (0d65543)
  • support plugin set layer and meta (520fa70)
  • switch to new sort method (a62eff3)

Performance Improvements

  • remove purgeBase method & unused selector parser (f0e12bc)
windicss - v2.3.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • allow last rule in block without semicolon (ede6d88)
  • extend.colors will overwrites default, close #141 (e25f219)
  • support calling and no-calling usage for plugin with options #137 (1056683)