All Versions
19
Latest Version
Avg Release Cycle
69 days
Latest Release
1932 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.0 Changes
August 28, 2019- 👍 Allow already injected to be reset (#380)
- ➕ Add TypeScript export for flushToStyleTag (#379)
- 💅 Make parameter typings for StyleSheet.create more typed (#375)
- ➕ Add a more explicit error message when someone tries to pass a plain object instead of a stylesheet into the css() method (#349)
- 💅 Roll up inline-style-prefixer (#364)
- 💅 Update inline-style-prefixer 5.0.4 → 5.1.0 (#373)
- 🛠 Fix examples (#367)
-
v2.3.1 Changes
February 19, 2019- 💅 Use deep import for inline-style-prefixer (#363)
-
v2.3.0 Changes
February 19, 2019 -
v2.2.3 Changes
August 20, 2018- 💅 Bump inline-style-prefixer 4.0.0 -> 4.0.2 (#341)
-
v2.2.2 Changes
June 08, 2018 -
v2.2.1 Changes
May 14, 2018- 🏗 Use code-splitting for default and no-important builds (#325)
-
v2.2.0 Changes
April 19, 2018- 🔦 Expose
defaultSelectorHandlers
andinjectAndGetClassName
(#320)
- 🔦 Expose
-
v2.1.1 Changes
April 11, 2018- ➕ Add
minify
andflushToStyleTag
to no-important (#316)
- ➕ Add
-
v2.1.0 Changes
March 15, 2018- 💅 Expose
flushToStyleTag
(#310)
- 💅 Expose
-
v2.0.0 Changes
March 15, 2018- 🚀 Selector handlers now must return an array of rules. Returning a string containing multiple rules is deprecated. The fallback behavior for selector handlers that still return strings is to use media queries, which are not supported in older browsers like Internet Explorer 8, which makes this a breaking change. If you find yourself seeing this warning, you need to update your custom selector handlers to return arrays of strings instead of plain strings. This fallback will be removed entirely in a future major release.
- 💅
insertRule
is now used to inject styles to the style element (#240) - 🆕 New
minify()
controls the minification of style names (defaults totrue
whenprocess.env.NODE_ENV === 'production'
) (#291) - 🆕 New TypeScript typings (#302)
- 🆕 New
StyleSheetTestUtils.getBufferedStyles()
(#294) - 💅
StyleSheetTestUtils
will be minified out in production builds (i.e. whenprocess.env.NODE_ENV === 'production'
) (#305) - ⬇️ Reduce bundle size impact by building with rollup instead of webpack (#281)
- Simplify output for more useful RunKit result (#244)
- 💅 Update inline-style-prefixer dependency to v4 (#297)