Bump lit-element from 3.3.3 to 4.0.0
Bumps lit-element from 3.3.3 to 4.0.0.
Release notes
Sourced from lit-element's releases.
lit-element@4.0.0
Major Changes
#3751
dfd747cf
- Simplify lit-html attribute handling for standards-compliant browsers that iterate attributes in source order#4254
1040f758
- Change the type ofReactiveElement.renderRoot
and return type ofReactiveElement.createRenderRoot()
to beHTMLElement | DocumentFragment
to match each other and lit-html'srender()
method.#4146
0f6878dc
- Generated accessor for reactive properties now wrap user accessors and automatically callthis.requestUpdate()
in the setter. As in previous versions, users can still specifynoAccessor: true
, in which case they should callthis.requestUpdate()
themselves in the setter if they want to trigger a reactive update.#3750
c3e473b4
- Use toggleAttribute() to simplify boolean attribute parts#3850
7e8491d4
- Delete deprecated queryAssignedNodes behavior and arguments.Migrate deprecated usage with a selector argument to use
@queryAssignedElements
. E.g.:@queryAssignedNodes('list', true, '.item')
to@queryAssignedElements({slot: '', flatten: false, selector: '.item'})
.#3754
76795a18
- Remove UpdatingElement alias for ReactiveElement#3765
92cedaa2
- Remove experimental hydrate modules. These are available from@lit-labs/ssr-client
.Patch Changes
#4183
6470807f
- Make the decorators work with theaccessor
keyword whenexperimentalDecorators
is true.#3710
09949234
- Addundefined
to the return type of PropertyValues.get()Updated dependencies:
@lit/reactive-element
@2
.0.0- lit-html@3.0.0
lit-element@4.0.0-pre.1
Major Changes
- #4146
0f6878dc
- Generated accessor for reactive properties now wrap user accessors and automatically callthis.requestUpdate()
in the setter. As in previous versions, users can still specifynoAccessor: true
, in which case they should callthis.requestUpdate()
themselves in the setter if they want to trigger a reactive update.
... (truncated)
Changelog
Sourced from lit-element's changelog.
4.0.0
Major Changes
#3751
dfd747cf
- Simplify lit-html attribute handling for standards-compliant browsers that iterate attributes in source order#4254
1040f758
- Change the type ofReactiveElement.renderRoot
and return type ofReactiveElement.createRenderRoot()
to beHTMLElement | DocumentFragment
to match each other and lit-html'srender()
method.#4146
0f6878dc
- Generated accessor for reactive properties now wrap user accessors and automatically callthis.requestUpdate()
in the setter. As in previous versions, users can still specifynoAccessor: true
, in which case they should callthis.requestUpdate()
themselves in the setter if they want to trigger a reactive update.#3750
c3e473b4
- Use toggleAttribute() to simplify boolean attribute parts#3850
7e8491d4
- Delete deprecated queryAssignedNodes behavior and arguments.Migrate deprecated usage with a selector argument to use
@queryAssignedElements
. E.g.:@queryAssignedNodes('list', true, '.item')
to@queryAssignedElements({slot: '', flatten: false, selector: '.item'})
.#3754
76795a18
- Remove UpdatingElement alias for ReactiveElement#3765
92cedaa2
- Remove experimental hydrate modules. These are available from@lit-labs/ssr-client
.Patch Changes
#4183
6470807f
- Make the decorators work with theaccessor
keyword whenexperimentalDecorators
is true.#3710
09949234
- Addundefined
to the return type of PropertyValues.get()Updated dependencies:
@lit/reactive-element
@2
.0.0- lit-html@3.0.0
4.0.0-pre.1
Major Changes
... (truncated)
Commits
-
c4818c5
Version Packages (#4279) -
54c77fd
elementProperties is a static property that's dynamic similarly to finalized ... -
76d73c6
Version Packages (pre) (#4246) -
c37e4a3
[reactive-element] Remove most std- and legacy- decorator files (#4154) -
1618fc5
[reactive-element] Add standard decorators (#3982) -
965dd3c
Update monorepo dependency versions -
fcaf8cb
Merge branch main into 3.0 -
6c97a2b
Merge main into 3.0 -
cabadd7
Version Packages (pre) (#3853) -
0bbba64
Merge branch 'main' into 3.0 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts