- [fix] Update rtl-css-js ^1.13.0 -> ^1.13.1
- [Deps] Include
react-with-styles v4.0.0
in peer deps - [breaking] [Dev Deps] Update
@babel*
,airbnb-js-shims
,aphrodite
,babel-plugin-transform-replace-object-assign
,babel-preset-airbnb
,chai
,eslint*
,prop-types
,react
,react-dom
,sinon-sandbox
and drop support for node < 6 - [Deps] update
object.entries
,rtl-css-js
- [Dev Deps] update
eslint
,eslint-config-airbnb
,eslint-plugin-import
,eslint-plugin-jsx-a11y
,eslint-plugin-react
,rimraf
,safe-publish-latest
,airbnb-js-shims
- [Deps] Replace
array-flatten
witharray.prototype.flat
- [Deps] Update
has
andrtl-css-js
- [Dev] Update devDependencies
- Remove support for Aphrodite v1 and earlier
- Add support for Aphrodite v2
- Fix
this
reference in create and resolve methods
- Remove with-rtl interface in favor of separate LTR/RTL create and resolve methods
- Allow boolean values for styles to run without failure
- Add RTL support for
linear-gradient
- Fix for
with-rtl
interface when an aphrodite style is called multiple times
- Revert default export to v1 version and export
with-rtl
interface in addition
- Add RTL support for
borderLeftWidth
,translateX
,translate
, andtranslate3d
- Fix RTL support for pseudoselectors and match media queries
- Add RTL support in the
resolve
method
- Add support for using Aphrodite in no-important mode, which disables adding
!important
to every style.
- This release reverts all of the changes from 1.1.0, so inline styles no longer include vendor prefixes.
- Inline styles will now automatically include vendor prefixes.
- Initial release.