Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.39 KB

Change Log

v1.3.1

  • [Deps] Update hoist-non-react-statics to 3.3.0
  • [Deps] update airbnb-prop-types, deepmerge, direction, hoist-non-react-statics, prop-types
  • [Dev Deps] update babel-plugin-transform-replace-object-assign, babel-preset-airbnb, chai-enzyme, enzyme-adapter-react-helper, eslint, eslint-config-airbnb, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, sinon, sinon-chai, sinon-sandbox

v1.3.0

  • [New] Add AutoDirectionProvider component for automatically detected direction.

v1.2.0

  • [New] Add inline option; if specified, will render a span instead of a div.

v1.1.0

  • [New] increase peerDep/devDep range for react and bump enzyme (#2)
  • [Deps] update hoist-non-react-statics, prop-types
  • [Dev Deps] update babel-jest, chai, eslint, eslint-config-airbnb, eslint-plugin-jsx-a11y, eslint-plugin-react, jest, rimraf, sinon, sinon-chai, webpack

v1.0.1

  • [Fix] allow down to React v15.0
  • [Deps] update airbnb-prop-types, deepmerge, hoist-non-react-statics
  • [Dev Deps] update babel-cli, casual, eslint, eslint-plugin-jsx-a11y, eslint-plugin-react, sinon-chai, sinon, webpack; remove eslint-config-airbnb-base
  • [Dev Deps] add babel-jest, which needs to be explicitly a top-level dev dep for npm 2
  • [Tests] test on node 4, but not node 7

v1.0.0

  • Initial release