diff --git a/README.md b/README.md index 8c0508d..eb0b4c1 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,11 @@ npm start ### DisplayOption -| Parameter Name | Type | Description | -| :------------- | :----- | :---------------------------------------------------------------------------------------------- | -| viewMode | enum | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | -| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | +| Parameter Name | Type | Description | +| :------------- | :------ | :---------------------------------------------------------------------------------------------- | +| viewMode | enum | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | +| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | +| rtl | boolean | Sets rtl mode. | ### StylingOption diff --git a/package.json b/package.json index 0fd75b3..0eb4ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gantt-task-react", - "version": "0.3.2", + "version": "0.3.3", "description": "Interactive Gantt Chart for React with TypeScript.", "author": "MaTeMaTuK ", "homepage": "https://github.com/MaTeMaTuK/gantt-task-react",