Skip to content

Releases: acss-io/atomizer

Atomizer 3.3.10

20 Dec 18:28
Compare
Choose a tag to compare
  • Classnames are now sorted alphabetically in config output

Atomizer 3.3.8

29 Nov 22:55
Compare
Choose a tag to compare
  • Adds support for appearance (Ap())

Atomizer 3.3.7

29 Sep 17:20
Compare
Choose a tag to compare
  • Bug fix: LineClamp() has been patched to address an issue introduced with Firefox 49 that could cause incorrect wrapping of inline-block child elements

Atomizer 3.3.6

28 Jul 20:34
Compare
Choose a tag to compare

Atomizer 3.3.5

14 Jul 20:15
Compare
Choose a tag to compare
  • Bug fix: In certain scenarios Atomizer would produce inconsistently ordered CSS depending on what classes it encountered first while parsing source files. This could cause media query-triggered classes to not apply as expected due to source ordering. Media queries are now rendered into the stylesheet last.
  • The value initial is now supported by the Miw (min-width) class, using abbreviation ini. (Thanks @longlho!)
  • Uppercase hex values now produce a warning. Previously these values would not be matched during source file parsing and fail silently. (Thanks @samlecuyer!)

Atomizer 3.3.4

04 Apr 23:57
Compare
Choose a tag to compare
  • Fixing parsing issue with classes that include numbers in their prefixes (eg, Translate3d())

Atomizer 3.3.3

24 Mar 22:19
Compare
Choose a tag to compare
  • Added if (inline-flex) argument to display (D) (thanks @lukebrooker!)
  • Added link to Gulp plugin to README (thanks @pankajparashar!)
  • Breakpoints may now use uppercase characters (thanks @alexnj!)

Atomizer 3.3.2

30 Nov 18:34
Compare
Choose a tag to compare
  • Changed arguments for Maw() (max-width) to include none and remove auto, which is not valid per spec.

Atomizer 3.3.1

30 Nov 18:37
Compare
Choose a tag to compare
  • Fixed dependency on XRegEx when using Atomizer in the browser

Atomizer 3.3.0

30 Oct 00:40
Compare
Choose a tag to compare
  • Added support for content style (Cnt)
  • Added support for pseudo-elements: before (::b), after (::a), first-letter (::fl) and first-line (::fli)
  • Added new options for background-position (Bgp)