The First Major Update
BREAKING CHANGES
This version includes some breaking changes. For example, methods are renamed snake_case to camelCase and CSS custom properties have mc-
prefix.
Highlights
Added
- npm package is now available
- doc: add JSDoc
- doc: documentation is now available
- chore: add
keywords
field to package.json
Changed
- chore: update dependencies
- doc: improve README.md
- improvement: add
mc-
prefix to CSS custom properties - improvement: types are now stricter
- improvement: use
drop-shadow
instead ofbox-shadow
Fixed
- fix: CSS custom properties now can be overwrite without
!important
Full Changelog
Full changelog: v1.1.2.0...v2.0.0