Releases: Resembli/react-virtualized-window
@resembli/[email protected]
Major Changes
- #209
3fdfcf3
Thanks @leebeydoun! - First stable release
@resembli/[email protected]
Patch Changes
71a7aba
Thanks @leebeydoun! - Update package.json for the virtual window package.
@resembli/[email protected]
Patch Changes
- #202
ce9800b
Thanks @leebeydoun! - Removed other supporting packages.
@resembli/[email protected]
Patch Changes
- #189
bdd8af2
Thanks @leebeydoun! - Transpile target is now es2022.
@resembli/[email protected]
Patch Changes
- #174
270f05c
Thanks @leebeydoun! - Add conditional checks so we don't render pinned column and row divs when they are empty.
@resembli/[email protected]
Patch Changes
-
#171
18efba3
Thanks @leebeydoun! - Added support for pinned rows top and bottom -
#173
4bd960f
Thanks @leebeydoun! - Added full support for pinned left and pinned right columns and pinned top and bottom rows
@resembli/[email protected]
Patch Changes
- #168
ad418a3
Thanks @leebeydoun! - Update package.json to have sideEffects false and removed getScrollbar memo.
@resembli/[email protected]
Minor Changes
- #166
42635d0
Thanks @leebeydoun! - Make react-virtualized-window an esm module
@resembli/[email protected]
Patch Changes
-
#163
635fea5
Thanks @leebeydoun! - Fixed gap margins when using pinned columns left or right. -
#165
4e014f6
Thanks @leebeydoun! - Remove support for the gap prop. Can be achieved by applying padding.
@resembli/[email protected]
Minor Changes
-
#161
12bd4fd
Thanks @leebeydoun! - Removed rtl supportRTL support with
sticky
positioning 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.