Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit dda1247

Browse files
[VERSION]: update versions. (#162)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 12bd4fd commit dda1247

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/khaki-onions-drum.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/react-virtualized-window/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @resembli/react-virtualized-window
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#161](https://github.com/Resembli/ui/pull/161) [`12bd4fd`](https://github.com/Resembli/ui/commit/12bd4fda167e3f2117f0cb0644ddeda4b2a4646b) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Removed rtl support
8+
9+
RTL support with `sticky` positioning is not widely supported, in particular it breaks in IOS touch devices.
10+
The decision was made to drop RTL support in the virtualized window due to the complexity supporting brings vs
11+
the actual use cases. If we need to support virtualized rtl views, this can be done through a separate purpose
12+
built package.
13+
314
## 0.6.0
415

516
### Minor Changes

packages/react-virtualized-window/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React virtualized window components for rendering massive lists or grids",
44
"private": false,
55
"author": "Lee Beydoun",
6-
"version": "0.6.0",
6+
"version": "0.7.0",
77
"types": "src/index.ts",
88
"main": "src/index.ts",
99
"publishConfig": {

0 commit comments

Comments
 (0)