Releases: Resembli/react-virtualized-window
@resembli/[email protected]
Major Changes
- #209
3fdfcf3Thanks @leebeydoun! - First stable release
@resembli/[email protected]
Patch Changes
71a7abaThanks @leebeydoun! - Update package.json for the virtual window package.
@resembli/[email protected]
Patch Changes
- #202
ce9800bThanks @leebeydoun! - Removed other supporting packages.
@resembli/[email protected]
Patch Changes
- #189
bdd8af2Thanks @leebeydoun! - Transpile target is now es2022.
@resembli/[email protected]
Patch Changes
- #174
270f05cThanks @leebeydoun! - Add conditional checks so we don't render pinned column and row divs when they are empty.
@resembli/[email protected]
Patch Changes
-
#171
18efba3Thanks @leebeydoun! - Added support for pinned rows top and bottom -
#173
4bd960fThanks @leebeydoun! - Added full support for pinned left and pinned right columns and pinned top and bottom rows
@resembli/[email protected]
Patch Changes
- #168
ad418a3Thanks @leebeydoun! - Update package.json to have sideEffects false and removed getScrollbar memo.
@resembli/[email protected]
Minor Changes
- #166
42635d0Thanks @leebeydoun! - Make react-virtualized-window an esm module
@resembli/[email protected]
Patch Changes
-
#163
635fea5Thanks @leebeydoun! - Fixed gap margins when using pinned columns left or right. -
#165
4e014f6Thanks @leebeydoun! - Remove support for the gap prop. Can be achieved by applying padding.
@resembli/[email protected]
Minor Changes
-
#161
12bd4fdThanks @leebeydoun! - Removed rtl supportRTL support with
stickypositioning is not widely supported, in particular it breaks in IOS touch devices.
The decision was made to drop RTL support in the virtualized window due to the complexity supporting brings vs
the actual use cases. If we need to support virtualized rtl views, this can be done through a separate purpose
built package.