Releases: Decisiv/styled-components-modifiers
Releases · Decisiv/styled-components-modifiers
v1.2.4
v1.2.3
Corrects the broken 1.2.2 publish.
v1.2.2
Fixes:
- Resolves an issue with the dependency declarations.
v1.2.1
Fixes:
- Compiles the module down to common JS.
v1.2.0
Features
- Ports project to TypeScript and provides typings.
- Enhances the normal
modifiers
prop to accept an object with this format:
{
[<size>]: <ModifierKeys>
}
v1.1.1
Fixes
- Allows modifier configuration objects to be written with the
css
utility function fromstyled-components
.
v1.0.3
Adds the license field to the package.json file for better presence on NPM.
v1.0.1
BugFix
- Resolves an error that occurred when extending styles and no modifier match was found.
v1.0.0
This release cleans up the README, updates dev dependencies, and includes a breaking change.
defaultStyles
, a deprecated method for adding styles when a modifier was NOT used, has been removed. This allowed some performance enhancing refactoring to take place as well.
v0.1.0
Initial public release