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

Bump aphrodite from 1.2.5 to 2.1.0 #89

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps aphrodite from 1.2.5 to 2.1.0.

Changelog

Sourced from aphrodite's changelog.

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)
Commits
  • 23e2d25 2.1.0
  • 804f125 Update changelog for 2.1.0
  • dd4f733 Expose flushToStyleTag
  • 94d5f07 Update changelog for v2.0.0
  • 6703eb7 2.0.0
  • e70c850 Update flow 0.34 -> 0.67
  • cabad93 Update rollup devDependencies
  • 427fc69 Allow StyleSheetServer to be minified out in client-only bundles
  • e1a71ff Allow StyleSheetTestUtils to be minified out in production
  • 1af3bb2 Remove separate iteration for summing length of style defs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

@dependabot-preview
Copy link
Author

Superseded by #111.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/aphrodite-2.1.0 branch April 16, 2018 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant