-
Notifications
You must be signed in to change notification settings - Fork 1k
Version Packages #4066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #4066
Conversation
📊 Tachometer Benchmark ResultsSummarynop-update
render
update
update-reflect
Resultsthis-change
render
update
update-reflect
this-change, tip-of-tree, previous-release
render
update
nop-update
this-change, tip-of-tree, previous-release
render
update
this-change, tip-of-tree, previous-release
render
update
update-reflect
|
| @@ -1,8 +1,8 @@ | |||
| { | |||
| "private": true, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gen-manifest is private. Do we expect it to have the patch changes with dependency updates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't really help it with our current config of changeset as it auto bumps with dependent update. Looks like it's already had some version bumps too. We'll just have to reset the version when we decide to publish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree – thanks for confirming
AndrewJakubowicz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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]
Major Changes
#4027
c28cb6ed- - [BREAKING] Removed deprecated call signature forcreateComponent()taking multiple arguments. A single option object must be passed in instead.Example:
forwardRefrather than creating a class component. This removes an extra React component of the same name showing up in the component tree.Patch Changes
#4000
2118aeb6- Add@types/react@17||18as peer dependency as the package makes direct use of those types.#4061
25d10ee1- UpdateWebComponentPropstype to allow providingrefprop in JSX.@lit-labs/[email protected]
Major Changes
#4004
5beb5f9a- Adds the'afterUpdate'option forautoRunto Task, and runs tasks by default inhostUpdate()instead ofhostUpdated().'afterUpdate'is needed to run tasks dependent on DOM updates, but will cause multiple renders of the host element.#4013
a5bf2507- Add pluggable task args equality functions and deepArrayEquals. Breaking: this removes performTask() and shouldRun() protected methods.Minor Changes
#3998
937f4e9b- Allow cancelling a task with a Task.abort() method#3996
012e8bc8- Provide an AbortSignal to task functions#4001
2ce10e4d- Allow tasks to have an initial valuePatch Changes
fd7e7cdf- Infer the return type of Task.render()@lit-labs/[email protected]
Minor Changes
#4030
55bfed2f- Upgrade TypeScript to ~5.0#3980
91611d73- Add separate entrypoint for createPackageAnalyzer() which requires Node APIs#4029
da6646d8- Require a TypeScript object to construct an AnalyzerPatch Changes
9001f9c1Thanks @bennypowers! - Detect sources when thetsconfig.jsonextendsfrom another config.@lit-labs/[email protected]
Minor Changes
55bfed2f- Upgrade TypeScript to ~5.0Patch Changes
9001f9c1,55bfed2f,91611d73,da6646d8]:[email protected]
Minor Changes
e2c50569- Fix return type ofisTemplateResulthelper to include theCompiledTemplateResultand fix thecachedirective to work correctly withCompiledTemplateResults. Also add an explicitisCompiledTemplateResulthelper.Patch Changes
#4031
8057c78d- Rename ReactiveElement._initialize to __initialize, make it private, and remove the @internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.Updated dependencies [
e2c50569]:[email protected]
Minor Changes
e2c50569- Fix return type ofisTemplateResulthelper to include theCompiledTemplateResultand fix thecachedirective to work correctly withCompiledTemplateResults. Also add an explicitisCompiledTemplateResulthelper.@lit-labs/[email protected]
Patch Changes
9001f9c1,55bfed2f,91611d73,da6646d8]:@lit-labs/[email protected]
Patch Changes
#4021
7421e1ba- Emit code that creates wrapper component using the option object syntax forcreateComponentinstead of the deprecated multi arg signature.Updated dependencies [
9001f9c1,55bfed2f,91611d73,da6646d8]:@lit-labs/[email protected]
Patch Changes
9001f9c1,55bfed2f,91611d73,da6646d8]:@lit-labs/[email protected]
Patch Changes
#3886
0c3ce9bd- Fix transforms when scaling to or from zeroUpdated dependencies [
e2c50569,8057c78d]:@lit-labs/[email protected]
Patch Changes
#3993
e2c50569- Add better error message during hydration when throwing onCompiledTemplates.Updated dependencies [
e2c50569,8057c78d]:@lit-labs/[email protected]
Patch Changes
#4039
456c83beThanks @alanbuzek! - Removed unnecessary evaluation triggering strict linter error.Updated dependencies [
e2c50569,8057c78d]:[email protected]
Patch Changes
#4031
8057c78d- Rename ReactiveElement._initialize to __initialize, make it private, and remove the @internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.Updated dependencies [
e2c50569]:@lit/[email protected]
Patch Changes
8057c78d- Rename ReactiveElement._initialize to __initialize, make it private, and remove the @internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.@lit-labs/[email protected]
Patch Changes
9001f9c1,55bfed2f,91611d73,da6646d8]:@lit-labs/[email protected]
Patch Changes
9001f9c1,55bfed2f,91611d73,da6646d8]: