UNPKG

react-with-styles-interface-amp-aphrodite

Version:

An Aphrodite interface for react-with-styles that supports pages rendered using Google's AMP.

39 lines (20 loc) 1.51 kB
# Changelog ## v2.2.1 - [fix] Update react-with-styles-interface-aphrodite ^6.0.0 -> ^6.0.1 ([#10](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/10)) ## v2.2.0 - [new][deps] Allow peer dependency of react-with-styles@4.0.0 ([#9](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/9)) ## v2.1.0 - [fix] Avoid using two copies of Aphrodite for no-important ([#8](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/8)) - [new] `ampAphroditeInterfaceFactory` now expects `injectAndGetClassName`, `defaultSelectorHandlers`, and `flushToStyleTag` as arguments ([#8](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/8)) ## v2.0.0 - [breaking] Remove support for Aphrodite v1 and earlier ([#6](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/6)) ## v1.0.4 - [fix] Add support for Aphrodite 2 ([#5](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/5)) ## v1.0.3 - [fix] Fix inline styles being converted ([#3](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/3)) ## v1.0.2 - [fix] Fix create method call in css arg normalizer ([624ea0c](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/commit/624ea0c4d86a9dfc198c6fe9b9998d603fb41a1a)) ## v1.0.1 - [fix] Fix entry points for default and no-important ([#2](https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/pull/2)) ## v1.0.0 - Initial commit