react-themes

UI theme composition with CSS Modules and React

OTHER License

Downloads
990
Stars
1
Committers
2
react-themes - v1.2.4

Published by birdofpreyru about 4 years ago

  • Updates dependencies.
react-themes - v1.2.3

Published by birdofpreyru over 4 years ago

Reverts the Babel config change in v1.2.2.

react-themes - v1.2.2

Published by birdofpreyru over 4 years ago

Adds into the web build polyfills required by IE.

react-themes - v1.2.1

Published by birdofpreyru over 4 years ago

react-themes - v1.2.0

Published by birdofpreyru over 4 years ago

Presumably, improves and fixes release build.

react-themes - v1.1.2

Published by birdofpreyru over 4 years ago

react-themes - v1.1.1

Published by birdofpreyru over 4 years ago

  • [#8] Fixes Babel config to ensure cross-browser compatibility
  • Updates dependencies, and slims down NPM package
react-themes - v1.1.0

Published by birdofpreyru almost 5 years ago

  • Alters the logic of .themeType validator attached to the themed objects:
    • Before it was automatically assuming theme prop to be required;
    • Now, it is fine if the theme prop is missing, and to test that the prop is actually present you should do .themeType.isRequired. This change makes .themeType validator to act the same as the standard React validators from prop-types.
  • Small corrections of README
react-themes - v1.0.5 - Just a few fixes in README

Published by birdofpreyru almost 5 years ago

react-themes - v1.0.4 - Tools for theme verification and casting

Published by birdofpreyru almost 5 years ago

  • The new optional themeSchema argument of themed(..) decorator, and the .themeType field automatically attached to the created themed component, allow to easily check theme structure with prop-types (missing tag keys, unknown keys, etc.).
  • Instances of themed component accept the optional castTheme parameter, which allows automatic picking from the given adhoc theme of only expected valid keys, thus allowing to mix theme into another stylesheet, and not to upset the theme verification.
react-themes - v1.0.3 - More README.md fixes

Published by birdofpreyru about 5 years ago

react-themes - v1.0.1 - Fixes of README.md

Published by birdofpreyru about 5 years ago

react-themes - v1.0.0

Published by birdofpreyru about 5 years ago

Initial release