react-style-tag
Advanced tools
Changelog
3.0.0
Breaking Changes
16.8.0
(aka, when hooks were introduced) are no longer supportedString.prototype.trimEnd()
Object.assign()
Style
no longer has the static setGlobalOptions
method applied (use the dedicated import)isCompressed
has been deprecated, as it is no longer supported by stylis
Enhancements
Changelog
2.0.0
stylis
for both footprint and performanceStyle
is now a named export instead of the default exportdoNotPrefix
=> isPrefixed
(but inverse, naturally)&
reference, for simplified declaration of stylesisCompressed
prop will enable aggressive CSS compressionChangelog
1.4.1
prop-types
package instead of React.PropTypes
for React 16 supportreact
to peerDependencies
moize
dependency for simple memoizationChangelog
1.4.0
autoprefixerOptions
as both instance and global option (provides custom configuration of interal prefixing via autoprefixer
) - thanks @oasisvali