This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
packages/react-virtualized-window Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments