Skip to content

Commit d6a8523

Browse files
committed
1.4.0
1 parent fa53321 commit d6a8523

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v1.4.0
4+
- [New] `DirectionProvider`: add `lang` prop
5+
- [Deps] update `airbnb-prop-types`, `direction`, `hoist-non-react-statics`, `object.assign`, `object.values`, `prop-types`
6+
- [Dev Deps] update `babel-preset-airbnb`, `casual`, `chai, `enzyme`, `enzyme-adapter-react-helper`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `rimraf`, `safe-publish-latest`, `sinon-chai`, `sinon-sandbox`, `webpack`
7+
38
## v1.3.1
49
- [Deps] Update hoist-non-react-statics to 3.3.0
510
- [Deps] update `airbnb-prop-types`, `deepmerge`, `direction`, `hoist-non-react-statics`, `prop-types`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-with-direction",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Components to provide and consume RTL or LTR direction in React",
55
"author": "Yaniv Zimet <[email protected]>",
66
"repository": "airbnb/react-with-direction",

0 commit comments

Comments
 (0)