Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@lit-robot
Copy link
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@lit-labs/[email protected]

Minor Changes

  • #4322 2896209b - Remove dependencies on Node-specific libaries. This change requries passing a path separator to absoluteToPackage().

  • #4260 7a9804ad - Adds TypeScript node reference to analyzer model objects

@lit/[email protected]

Patch Changes

  • #4329 df1980fe - Remove dependency on lit package. All implementation code only uses @lit/reactive-element. lit is moved to dev dependencies as it is still used for tests.

  • #4286 1fb7a108 - Fix erroneous description for the JSDoc on the @provide() decorator.

  • #4287 4edf9bc8 - Broaden the host type of context controllers and decorators to be compatible with Lit 2

@lit-labs/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

  • #4311 cabe72a8 - Update version range for lit dependency to include v2. This allows projects still on lit v2 to use this package without being forced to install lit v3.

  • #4314 f9c3659f - Fix ModuleLoader so it can load modules concurrently.

@lit-labs/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit-labs/[email protected]

Patch Changes

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

@lit-labs/[email protected]

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit-labs/[email protected]

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit-labs/[email protected]

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit-labs/[email protected]

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit-labs/[email protected]

Patch Changes

  • #4311 cabe72a8 - Update version range for lit dependency to include v2. This allows projects still on lit v2 to use this package without being forced to install lit v3.

  • #4314 f9c3659f - Fix ModuleLoader so it can load modules concurrently.

  • #4298 c05767c2 - Fix svg templates getting surrounded by empty <svg></svg> tags when rendered.

@lit-labs/[email protected]

Patch Changes

  • #4311 cabe72a8 - Update version range for lit dependency to include v2. This allows projects still on lit v2 to use this package without being forced to install lit v3.

  • #4312 26182733 - Avoid nullish logical assignment in hydrate-lit-html which some minification process would not handle correctly. Fixes hydration errors in Next.js production bundles.

@lit-labs/[email protected]

Patch Changes

  • #4311 cabe72a8 - Removed lit package from dependency. It is now listed as a dev dependency since it is only used for testing.

@lit-labs/[email protected]

Patch Changes

  • #4306 c28ebba1 - Update version range for lit dependency to include v2. This allows projects still on lit v2 to use this package without being forced to install lit v3.

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

@lit-labs/[email protected]

Patch Changes

[email protected]

Patch Changes

  • #4240 edf998c9 Thanks @remziatay! - Improved the type inferece of the choose() directive to properly restrict the case type inferred from provided value. Note: If this change creates a type error in your code, there must have been an unreachable case that can be removed, or the type of your value might be missing a valid case in the union.

  • #4310 8f674ab3 Thanks @megheaiulian! - The when() directive now calls the case functions with the provided condition value as an argument. This allows the narrowing of types for the condition value based on its truthiness when used as a parameter for the case function.

  • #4284 89a5b088 - Allow null to be in the type of @query() decorated fields

[email protected]

Patch Changes

  • #4284 89a5b088 - Allow null to be in the type of @query() decorated fields

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

[email protected]

Patch Changes

  • #4240 edf998c9 Thanks @remziatay! - Improved the type inferece of the choose() directive to properly restrict the case type inferred from provided value. Note: If this change creates a type error in your code, there must have been an unreachable case that can be removed, or the type of your value might be missing a valid case in the union.

  • #4310 8f674ab3 Thanks @megheaiulian! - The when() directive now calls the case functions with the provided condition value as an argument. This allows the narrowing of types for the condition value based on its truthiness when used as a parameter for the case function.

@lit/[email protected]

Patch Changes

  • #4326 75943d95 - Loosen type for the @localized() decorator to be able to decorate any ReactiveControllerHost which also alleviates type errors that could arise with multiple copies of @lit/reactive-element present in the project. Also remove dependency on @lit/reactive-element as it is already covered by the lit dependency.

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit/[email protected]

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

@lit/[email protected]

Patch Changes

  • #4284 89a5b088 - Allow null to be in the type of @query() decorated fields

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

@lit-examples/[email protected]

Patch Changes

@lit-labs/[email protected]

Patch Changes

@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2023

πŸ“Š Tachometer Benchmark Results

Summary

nop-update

  • this-change, tip-of-tree, previous-release: unsure πŸ” -2% - +7% (-0.43ms - +1.34ms)
    this-change vs tip-of-tree

render

  • this-change: 74.35ms - 76.66ms
  • this-change, tip-of-tree, previous-release: unsure πŸ” -16% - +3% (-5.54ms - +1.19ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -2% - +4% (-1.22ms - +2.28ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -3% - +4% (-1.45ms - +2.18ms)
    this-change vs tip-of-tree

update

  • this-change: 832.54ms - 844.27ms
  • this-change, tip-of-tree, previous-release: unsure πŸ” -7% - +4% (-4.96ms - +2.73ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -2% - +2% (-2.40ms - +2.56ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure πŸ” -1% - +3% (-8.87ms - +25.95ms)
    this-change vs tip-of-tree

update-reflect

  • this-change: 810.70ms - 824.56ms
  • this-change, tip-of-tree, previous-release: unsure πŸ” -2% - +2% (-17.95ms - +17.22ms)
    this-change vs tip-of-tree

Results

this-change

render

VersionAvg timevs
74.35ms - 76.66ms-

update

VersionAvg timevs
832.54ms - 844.27ms-

update-reflect

VersionAvg timevs
810.70ms - 824.56ms-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
29.79ms - 33.10ms-unsure πŸ”
-16% - +3%
-5.54ms - +1.19ms
unsure πŸ”
-10% - +3%
-3.11ms - +1.12ms
tip-of-tree
tip-of-tree
30.69ms - 36.55msunsure πŸ”
-4% - +18%
-1.19ms - +5.54ms
-unsure πŸ”
-6% - +14%
-2.03ms - +4.38ms
previous-release
previous-release
31.13ms - 33.76msunsure πŸ”
-4% - +10%
-1.12ms - +3.11ms
unsure πŸ”
-13% - +6%
-4.38ms - +2.03ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
67.68ms - 73.82ms-unsure πŸ”
-7% - +4%
-4.96ms - +2.73ms
unsure πŸ”
-0% - +11%
-0.11ms - +7.17ms
tip-of-tree
tip-of-tree
69.54ms - 74.18msunsure πŸ”
-4% - +7%
-2.73ms - +4.96ms
-slower ❌
2% - 12%
1.60ms - 7.69ms
previous-release
previous-release
65.25ms - 69.19msunsure πŸ”
-10% - -0%
-7.17ms - +0.11ms
faster βœ”
2% - 11%
1.60ms - 7.69ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
19.64ms - 20.88ms-unsure πŸ”
-2% - +7%
-0.43ms - +1.34ms
slower ❌
0% - 10%
0.10ms - 1.88ms
tip-of-tree
tip-of-tree
19.17ms - 20.43msunsure πŸ”
-7% - +2%
-1.34ms - +0.43ms
-unsure πŸ”
-2% - +8%
-0.37ms - +1.43ms
previous-release
previous-release
18.63ms - 19.91msfaster βœ”
1% - 9%
0.10ms - 1.88ms
unsure πŸ”
-7% - +2%
-1.43ms - +0.37ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
55.59ms - 58.63ms-unsure πŸ”
-2% - +4%
-1.22ms - +2.28ms
unsure πŸ”
-1% - +5%
-0.81ms - +2.73ms
tip-of-tree
tip-of-tree
55.72ms - 57.45msunsure πŸ”
-4% - +2%
-2.28ms - +1.22ms
-unsure πŸ”
-1% - +3%
-0.82ms - +1.69ms
previous-release
previous-release
55.24ms - 57.06msunsure πŸ”
-5% - +1%
-2.73ms - +0.81ms
unsure πŸ”
-3% - +1%
-1.69ms - +0.82ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
119.92ms - 123.63ms-unsure πŸ”
-2% - +2%
-2.40ms - +2.56ms
unsure πŸ”
-2% - +2%
-2.06ms - +2.95ms
tip-of-tree
tip-of-tree
120.05ms - 123.34msunsure πŸ”
-2% - +2%
-2.56ms - +2.40ms
-unsure πŸ”
-2% - +2%
-2.00ms - +2.72ms
previous-release
previous-release
119.64ms - 123.02msunsure πŸ”
-2% - +2%
-2.95ms - +2.06ms
unsure πŸ”
-2% - +2%
-2.72ms - +2.00ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
51.21ms - 53.82ms-unsure πŸ”
-3% - +4%
-1.45ms - +2.18ms
unsure πŸ”
-3% - +4%
-1.37ms - +2.09ms
tip-of-tree
tip-of-tree
50.89ms - 53.41msunsure πŸ”
-4% - +3%
-2.18ms - +1.45ms
-unsure πŸ”
-3% - +3%
-1.70ms - +1.69ms
previous-release
previous-release
51.02ms - 53.29msunsure πŸ”
-4% - +3%
-2.09ms - +1.37ms
unsure πŸ”
-3% - +3%
-1.69ms - +1.70ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
843.44ms - 867.28ms-unsure πŸ”
-1% - +3%
-8.87ms - +25.95ms
unsure πŸ”
-1% - +3%
-11.01ms - +22.36ms
tip-of-tree
tip-of-tree
834.13ms - 859.52msunsure πŸ”
-3% - +1%
-25.95ms - +8.87ms
-unsure πŸ”
-2% - +2%
-20.11ms - +14.39ms
previous-release
previous-release
838.00ms - 861.36msunsure πŸ”
-3% - +1%
-22.36ms - +11.01ms
unsure πŸ”
-2% - +2%
-14.39ms - +20.11ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
833.75ms - 856.03ms-unsure πŸ”
-2% - +2%
-17.95ms - +17.22ms
unsure πŸ”
-3% - +1%
-21.32ms - +9.78ms
tip-of-tree
tip-of-tree
831.65ms - 858.86msunsure πŸ”
-2% - +2%
-17.22ms - +17.95ms
-unsure πŸ”
-3% - +1%
-22.81ms - +11.99ms
previous-release
previous-release
839.81ms - 861.51msunsure πŸ”
-1% - +3%
-9.78ms - +21.32ms
unsure πŸ”
-1% - +3%
-11.99ms - +22.81ms
-

tachometer-reporter-action v2 for Benchmarks

@github-actions
Copy link
Contributor

The size of lit-html.js and lit-core.min.js are as expected.

@augustjk augustjk closed this Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[labs/virtualizer] TypeError: Cannot destructure property 'scrollTop' of 'this._scrollerController' as it is null

2 participants