We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fdffc commit 0b6625cCopy full SHA for 0b6625c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## v1.3.0
4
+- [New] Add `AutoDirectionProvider` component for automatically detected direction.
5
+
6
## v1.2.0
7
- [New] Add `inline` option; if specified, will render a `span` instead of a `div`.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-with-direction",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "Components to provide and consume RTL or LTR direction in React",
"author": "Yaniv Zimet <yaniv.zimet@airbnb.com>",
"repository": "airbnb/react-with-direction",
0 commit comments