Skip to content

Commit 2ac43d2

Browse files
authored
Merge pull request #749 from revolist/#247
#247 - rtl support added
2 parents 9b80dc7 + fc51849 commit 2ac43d2

17 files changed

Lines changed: 515 additions & 31 deletions

File tree

docs

Submodule docs updated 270 files

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
"@revolist/stencil-vue2-output-target": "^0.0.6",
108108
"@revolist/svelte-output-target": "0.0.6",
109109
"@stencil/angular-output-target": "0.8.4",
110-
"@stencil/core": "4.29.3",
110+
"@stencil/core": "4.35.1",
111111
"@stencil/react-output-target": "0.5.3",
112112
"@stencil/sass": "^3.0.12",
113-
"@stencil/store": "^2.1.2",
113+
"@stencil/store": "^2.1.3",
114114
"@stencil/vue-output-target": "^0.8.9",
115115
"@types/events": "^3.0.3",
116116
"@types/jest": "^29.5.12",

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
3939

4040
- **[Accessibility](https://rv-grid.com/guide/wcag)**: Follows WAI-ARIA best practices.
4141

42+
- **[RTL Support](https://rv-grid.com/guide/rtl)**: Comprehensive Right-to-Left language support for Arabic, Hebrew, Persian, and other RTL languages. Features automatic column reordering, proper text alignment, and layout adjustments for RTL interfaces.
43+
4244
- **[Keyboard Support](https://rv-grid.com/guide/defs#Keyboard)**:
4345
- Excel-like focus for efficient navigation and editing.
4446
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.

readme/features.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- **[Accessibility](https://rv-grid.com/guide/wcag)**: Follows WAI-ARIA best practices.
66

7+
- **[RTL Support](https://rv-grid.com/guide/rtl)**: Comprehensive Right-to-Left language support for Arabic, Hebrew, Persian, and other RTL languages. Features automatic column reordering, proper text alignment, and layout adjustments for RTL interfaces.
8+
79
- **[Keyboard Support](https://rv-grid.com/guide/defs#Keyboard)**:
810
- Excel-like focus for efficient navigation and editing.
911
- Seamless copy/paste from Excel, Google Sheets, or any other sheet format.

0 commit comments

Comments
 (0)