Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aphrodite in / from 1.2.5 to 2.1.0 #67

Merged
merged 1 commit into from
Mar 23, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Mar 19, 2018

Dependencies.io has updated aphrodite (a npm dependency in /) from "1.2.5" to "2.1.0".

2.1.0
  • Expose flushToStyleTag (#310)
2.0.0
  • 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)

@severest severest merged commit 32b3174 into master Mar 23, 2018
@severest severest deleted the aphrodite-2.1.0-10.0.0 branch March 23, 2018 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants