All Versions
19
Latest Version
Avg Release Cycle
69 days
Latest Release
1694 days ago

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
    • ๐Ÿ’… Bump inline-style-prefixer 4.0.2 -> 5.0.4 (#358)
    • โšก๏ธ Update rollup to v1.2.0 and babel to v7 (#362)
  • 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
    • ๐Ÿ›  Fix multiple @font-face of the same name (#327)
    • ๐Ÿ›  Fix typings to allow for extending (#330)
  • 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 and injectAndGetClassName (#320)
  • v2.1.1 Changes

    April 11, 2018
    • โž• Add minify and flushToStyleTag to no-important (#316)
  • v2.1.0 Changes

    March 15, 2018
    • ๐Ÿ’… Expose flushToStyleTag (#310)
  • 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 to true when process.env.NODE_ENV === 'production') (#291)
    • ๐Ÿ†• New TypeScript typings (#302)
    • ๐Ÿ†• New StyleSheetTestUtils.getBufferedStyles() (#294)
    • ๐Ÿ’… StyleSheetTestUtils will be minified out in production builds (i.e. when process.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)