Skip to content

Commit e4b99cb

Browse files
authored
Merge dbdeebc into 31439ff
2 parents 31439ff + dbdeebc commit e4b99cb

7 files changed

Lines changed: 13 additions & 23 deletions

File tree

.changeset/five-pandas-report.md

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

.changeset/great-shoes-travel.md

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

.changeset/neat-bananas-cough.md

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

.changeset/slimy-bees-appear.md

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

.changeset/thirty-knives-hunt.md

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

packages/labs/virtualizer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @lit-labs/virtualizer
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#3519](https://github.com/lit/lit/pull/3519) [`393e30cf`](https://github.com/lit/lit/commit/393e30cf7c7f97712e524df34e7343147055fc5d) - Fix [#3481: Error when immediately re-rendering](https://github.com/lit/lit/issues/3481)
8+
9+
- [#3519](https://github.com/lit/lit/pull/3519) [`393e30cf`](https://github.com/lit/lit/commit/393e30cf7c7f97712e524df34e7343147055fc5d) - Fix [#3518: New layoutComplete promise created instead of using existing one](https://github.com/lit/lit/issues/3518)
10+
11+
- [#3525](https://github.com/lit/lit/pull/3525) [`0b67553d`](https://github.com/lit/lit/commit/0b67553d13da43b4039359d4c8c4ef82f0302a4a) - Fix [#3493: Doesn't update on scroll when a clipping ancestor is in Shadow DOM](https://github.com/lit/lit/issues/3493)
12+
13+
- [#3527](https://github.com/lit/lit/pull/3527) [`feb2494d`](https://github.com/lit/lit/commit/feb2494dee3f6f1c907fd432023955fc5f040e28) - Added missing "events.js.map" sourcemap file.
14+
315
## 1.0.0
416

517
_NOTE: As of this release, virtualizer is moving away from 0.x-based versioning to signify prereleases and adopting standard SemVer major/minor/patch semantics. The fact that this release is numbered 1.0 has no special significance._

packages/labs/virtualizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-labs/virtualizer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Viewport-based virtualization (virtual scrolling) for Lit",
55
"author": "Google LLC",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)