Skip to content

Releases: acss-io/atomizer

Atomizer 2.0.0-beta.10

08 Apr 17:58
Compare
Choose a tag to compare
  • Changing some rule prefixes to no longer include a dot
  • Cleanup of rules
  • Fixes for CSS output of rules sharing partial declarations (eg, LineClamp)
  • Updating rules for letter-spacing, cursor, background-position
  • Disable namespacing when contextual selectors are used

Atomizer 2.0.0-beta.9

03 Apr 20:01
Compare
Choose a tag to compare
  • Removed dependency on AbsurdJS

Atomizer 2.0.0-beta.8

01 Apr 00:01
Compare
Choose a tag to compare
  • Locking down dependency on AbsurdJS
  • New rules for text-overflow, text-indent

Atomizer 2.0.0-beta.7

28 Mar 00:09
Compare
Choose a tag to compare
  • Fix pseudo class matching PR #134. Thanks @ktslwy!

Atomizer 2.0.0-beta.6

27 Mar 23:19
Compare
Choose a tag to compare
  • Parent selectors
  • Added sibling combinator
  • Added ability to have exclusive decimal number value. (e.g. Trsdu-.3s and Op-.3)

Atomizer 2.0.0-beta.5

26 Mar 01:45
Compare
Choose a tag to compare
  • Hot fix for start and end keywords that broke on beta.4

Atomizer 2.0.0-beta.4

26 Mar 00:30
Compare
Choose a tag to compare
  • Bringing back mergeConfigs() API on utils object
  • Hex values in suffixes are now prefixed with a # to distinguish them from numeric custom suffixes
  • rgba() support for colors in classnames (eg C-#333.8 for 80% alpha)
  • Minor cleanup and bug fixes

Atomizer 2.0.0-beta.3

25 Mar 17:52
Compare
Choose a tag to compare
  • Added ability to declare entire classnames as 'custom', rather than just suffixes

Atomizer 2.0.0-beta.2

24 Mar 18:31
Compare
Choose a tag to compare
  • Major changes to APIs
  • Major rewrite of configuration. Now much more simple and concise (no more overly verbose objects!)
  • Lots of bugs fixed

Atomizer 2.0.0-alpha.3

11 Mar 17:48
Compare
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