Skip to content

Releases: Decisiv/styled-components-modifiers

v1.2.4

17 Jul 13:35
c7bfb25
Compare
Choose a tag to compare

Fixes

  • Updates some packages to resolve a security warning around lodash.

v1.2.3

09 Jul 22:21
Compare
Choose a tag to compare

Corrects the broken 1.2.2 publish.

v1.2.2

09 Jul 19:52
Compare
Choose a tag to compare

Fixes:

  • Resolves an issue with the dependency declarations.

v1.2.1

28 May 13:52
Compare
Choose a tag to compare

Fixes:

  • Compiles the module down to common JS.

v1.2.0

24 May 20:43
24ffb82
Compare
Choose a tag to compare

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

16 Apr 19:02
7e012fa
Compare
Choose a tag to compare

Fixes

  • Allows modifier configuration objects to be written with the css utility function from styled-components.

v1.0.3

08 Aug 21:49
Compare
Choose a tag to compare

Adds the license field to the package.json file for better presence on NPM.

v1.0.1

09 Oct 14:14
Compare
Choose a tag to compare

BugFix

  • Resolves an error that occurred when extending styles and no modifier match was found.

v1.0.0

06 Oct 17:54
Compare
Choose a tag to compare

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

05 Oct 19:53
Compare
Choose a tag to compare

Initial public release