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

Commit 0e32043

Browse files
[VERSION]: update versions. (#146)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5978ba8 commit 0e32043

File tree

9 files changed

+36
-38
lines changed

9 files changed

+36
-38
lines changed

.changeset/bright-maps-watch.md

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

.changeset/gentle-shirts-push.md

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

.changeset/slow-timers-jam.md

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

.changeset/violet-moles-sip.md

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

.changeset/weak-trainers-know.md

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

packages/react-virtualized-window/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#158](https://github.com/Resembli/ui/pull/158) [`4584d06`](https://github.com/Resembli/ui/commit/4584d06308e803c82424f8ed0138aeefcfceb8da) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Added support for pinned left columns
8+
9+
### Patch Changes
10+
11+
- [#152](https://github.com/Resembli/ui/pull/152) [`6e61a00`](https://github.com/Resembli/ui/commit/6e61a00d5e68cb59bc740240b1d89b7866af5323) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Add smart sticky disable and overscan when device with is smaller than 800px
12+
13+
Before this change the sticky `div` that prevents content from going out of view was
14+
enabled by default. In order for the scroll to appear smooth the device needs to be
15+
relatively powerful, but mobile phones are on the weaker end and struggle to maintain
16+
a consistent 60fps. By disabling the stick `div` we can ensure that the animations
17+
remain smooth.
18+
19+
**This is a change only to the default behavior, users can override these**
20+
21+
* [#160](https://github.com/Resembli/ui/pull/160) [`5978ba8`](https://github.com/Resembli/ui/commit/5978ba84614c0e7a7975407463e0645eaf679f69) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Added support for pinned right columns and RTL warnings for IOS devices
22+
23+
- [#145](https://github.com/Resembli/ui/pull/145) [`33c325a`](https://github.com/Resembli/ui/commit/33c325a6e3790b520a64544fa1085c9035e571ce) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Made some performance improvements. Memoed useScrollAdjustedDim, and a animation frame debounce.
24+
25+
Our translation `div` now using positioning rather than mix translations and positions. Overall the performance
26+
is actually a little better.
27+
28+
* [#155](https://github.com/Resembli/ui/pull/155) [`75b9a9b`](https://github.com/Resembli/ui/commit/75b9a9b7863f29df4264e3b48f0cb0891759d2a5) Thanks [@leebeydoun](https://github.com/leebeydoun)! - Change gap margins to no longer be applied to the first and last element.
29+
330
## 0.5.0
431

532
### 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.5.0",
6+
"version": "0.6.0",
77
"types": "src/index.ts",
88
"main": "src/index.ts",
99
"publishConfig": {

playgrounds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# playgrounds
2+
3+
## 0.0.1
4+
### Patch Changes
5+
6+
- Updated dependencies [[`6e61a00`](https://github.com/Resembli/ui/commit/6e61a00d5e68cb59bc740240b1d89b7866af5323), [`5978ba8`](https://github.com/Resembli/ui/commit/5978ba84614c0e7a7975407463e0645eaf679f69), [`33c325a`](https://github.com/Resembli/ui/commit/33c325a6e3790b520a64544fa1085c9035e571ce), [`4584d06`](https://github.com/Resembli/ui/commit/4584d06308e803c82424f8ed0138aeefcfceb8da), [`75b9a9b`](https://github.com/Resembli/ui/commit/75b9a9b7863f29df4264e3b48f0cb0891759d2a5)]:
7+
- @resembli/react-virtualized-window@0.6.0

playgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playgrounds",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)