Skip to content

Commit 0b6625c

Browse files
committed
Version 1.3.0
1 parent 90fdffc commit 0b6625c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.0
4+
- [New] Add `AutoDirectionProvider` component for automatically detected direction.
5+
36
## v1.2.0
47
- [New] Add `inline` option; if specified, will render a `span` instead of a `div`.
58

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.2.0",
3+
"version": "1.3.0",
44
"description": "Components to provide and consume RTL or LTR direction in React",
55
"author": "Yaniv Zimet <yaniv.zimet@airbnb.com>",
66
"repository": "airbnb/react-with-direction",

0 commit comments

Comments
 (0)