Skip to content

Releases: acss-io/atomizer

Atomizer 2.0.0-alpha.3

11 Mar 17:48

Choose a tag to compare

  • New border related rules added to ruleset
  • Bug fix for mergeConfigs() when used with empty configs
  • Removing helper classes from ruleset
  • Moving configuration of breakpoints back into config object under breakPoints property

Atomizer 2.0.0-alpha.2

05 Mar 21:00

Choose a tag to compare

  • Added mergeConfigs() API

Atomizer 2.0.0-alpha.1

05 Mar 19:02

Choose a tag to compare

First alpha release of 2.0 includes:

  • General configuration is no longer passed in the config property of the config object. Instead, the values previously found within that object are now considered "options".
  • defaults options/config was not being used, and has been removed from examples. We'll see if it makes a comeback at some point.
  • CLI no longer requires a config file to be passed
  • RTL processing now triggered via a bool option called rtl. start and end options have been removed in favor of rtl.

Still to come in future alpha releases:

  • Better CLI support for options (namespace, breakPoints, etc)
  • Enhanced breakpoint support
  • Pseudo-class support
  • Contextual selector support?

Atomizer 1.0.0

03 Mar 22:04

Choose a tag to compare

  • Added support for automatic configuration generation via parsing of text files. Atomizer now exports the following methods:
    • parse(): Parses text files for Atomic CSS classes and returns them in an array
    • getConfig(): Generates Atomizer configuration from an array of Atomic CSS classes
    • createCSS(): Generates Atomic CSS from configuration

Atomizer 0.2.5

27 Feb 18:04

Choose a tag to compare

  • Fixed ruleset for vertical-align to allow custom values

Atomizer 0.2.4

21 Feb 00:17

Choose a tag to compare

  • Added allowSuffixToValue to each rule. Now it is possible to know if the rule can convert valid suffix values to the actual values that will be applied to the property. PR #59.

Atomizer 0.2.3

21 Feb 00:16

Choose a tag to compare

  • AbsurdJS dependency upgrade for better client-side support.

Atomizer 0.2.2

18 Feb 19:27

Choose a tag to compare

  • Updating dependency on lodash, dev dependency on chai, sinon-chai

Atomizer 0.2.1

18 Feb 18:10

Choose a tag to compare

  • BreakPoints on custom patterns should now be correctly applied. PR #55.