Releases: acss-io/atomizer
Releases · acss-io/atomizer
Atomizer 2.0.0-beta.10
- 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
- Removed dependency on AbsurdJS
Atomizer 2.0.0-beta.8
- Locking down dependency on AbsurdJS
- New rules for
text-overflow
,text-indent
Atomizer 2.0.0-beta.7
- Fix pseudo class matching PR #134. Thanks @ktslwy!
Atomizer 2.0.0-beta.6
- Parent selectors
- Added sibling combinator
- Added ability to have exclusive decimal number value. (e.g.
Trsdu-.3s
andOp-.3
)
Atomizer 2.0.0-beta.5
- Hot fix for start and end keywords that broke on beta.4
Atomizer 2.0.0-beta.4
- Bringing back
mergeConfigs()
API onutils
object - Hex values in suffixes are now prefixed with a
#
to distinguish them from numeric custom suffixes rgba()
support for colors in classnames (egC-#333.8
for 80% alpha)- Minor cleanup and bug fixes
Atomizer 2.0.0-beta.3
- Added ability to declare entire classnames as 'custom', rather than just suffixes
Atomizer 2.0.0-beta.2
- 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
- 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