Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 28, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lit-html (source) 0.10.2 -> 0.14.0 age adoption passing confidence

Release Notes

lit/lit

v0.14.0

Compare Source

Changed
  • until() can now take any number of sync or async arguments. (#​555)
  • guard() supports multiple dependencies. If the first argument to guard() is an array, the array items are checked for equality to previous values. (#​666)
  • Renamed classMap.js and styleMap.js files to kebab-case. (#​644)
Added
  • Added cache() directive. (#​646)
  • Removed Promise as a supposed node-position value type. (#​555)
  • Added a minimal <template> polyfill.
Removed
  • Removed the when() directive. Users may achieve similar behavior by wrapping a ternary with the cache() directive.
Fixed
  • Bound attribute names are rewritten to avoid IE/Edge removing SVG and style attributes. (#​640)
  • Ensure shady-render prepares styling for a scope before attaching child elements. (#​664)
  • Handle CSS Custom Variables in the styleMap directive. #​642)

v0.13.0

Compare Source

Changed
  • Directives are now defined by passing the entire directive factory function to directive(). (#​562)
Fixed
  • Fix issue on obscure browsers that do not accept event listener objects by using callback as event part listener (#​581)
  • Fix KeyFn and ItemTemplate types (#​570)
  • Don't use export * to workaround rollup bug (#​556)
  • eventContext is no longer used as the this value for event listener objects (object with a handleEvent method), as the object itself is supposed to be the this value. (#​576)

v0.12.0

Compare Source

Changed
  • Re-implemented repeat directive for better performance (#​501)
  • Updated TypeScript dependency to 3.1
  • render() now takes an options object as the third argument. (#​523)
Added
  • Event listeners are called with a configurable this reference, which is set via the eventContext option to render(). (#​523)
  • Support for event listener options, by passing the listener itself as both the second and third arguments to add/removeEventListener().

v0.11.4

Compare Source

Fixed
  • Fixed issues with shady-render introduced in 0.11.3 (#​504 and #​505).

v0.11.3

Compare Source

Changed
  • Moved upgrading of custom elements in template fragments to a common location in TemplateInstance (#​489)
  • Rewrite render() to reuse the logic in NodePart. render() now supports all the data types that NodeParts do. (#​491)
Fixed
  • Fixed bug when using the ShadyCSS @​apply` shim. (#​502)

v0.11.2

Compare Source

Added
  • Added classMap and styleMap directives (#​486)
Fixed
  • Fixed bug in asyncReplace when rerendering the same iterable (#​485)
  • Update properties before upgrading custom elements (#​455)
  • Cache the ShadyCSS version lookup (#​477)

v0.11.1

Compare Source

Changed
  • Eliminated a cycle in the module import graph (#​472)
  • Remove the default value for the templateProcessor parameter in TemplateResult#constuctor, making it a required parameter (#​472)

v0.11.0

Compare Source

Added
  • Added support for property, event, and boolean bindings to default syntax (#​398)
  • Added guard directive (#​438)
  • Added when directive (#​439)
Changed
  • Split implementation into multiple small modules and merged lit-html.js and core.js (#​436)
  • Moved directives into top-level directives/ directory (#​436)
  • Replaced PartCallback with TemplateProcessor (#​405)
  • Unified NodePart and AttributePart interfaces (#​400)
    • AttributePart#setValue() takes a single value
    • Part has separate setValue() and commit() phases
    • Added AttributeCommitter to commit attribute values once for multiple AttributeParts
Removed
  • Removed lit-extended.js (#​436)
Fixed
  • Render initial undefined values in attributes (#​377)
  • Handle case-sensitive attributes like viewBox correctly (#​376)
  • Support bindings in <template> elements (#​343)
  • Don’t break templates when HTML comments have bindings in them (#​446)
  • IE: Don't use Set() constructor arguments (#​401)
  • Handle forms as Node instead of iterable (#​404)
  • Update values after upgrading custom elements (#​385)
  • Dirty check primitive values passed to unsafeHTML() (#​384)
  • Handle forms as Node instead of iterable (#​404)
  • Upgrade disconnected custom elements before setting properties on them. (#​442)
  • Fix style attribute bindings in IE (#​448)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from 10e9d38 to 92088ad Compare September 4, 2018 19:32
@renovate renovate bot changed the title Update dependency lit-html to v0.11.0 Update dependency lit-html to v0.11.1 Sep 4, 2018
@renovate renovate bot changed the title Update dependency lit-html to v0.11.1 Update dependency lit-html to v0.11.2 Sep 12, 2018
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from 92088ad to 3afa96e Compare September 12, 2018 17:00
@renovate renovate bot changed the title Update dependency lit-html to v0.11.2 Update dependency lit-html to v0.11.3 Sep 13, 2018
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from 3afa96e to 9b283c4 Compare September 13, 2018 20:26
@renovate renovate bot changed the title Update dependency lit-html to v0.11.3 Update dependency lit-html to v0.11.4 Sep 18, 2018
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from 9b283c4 to e4268f1 Compare September 18, 2018 00:13
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from e4268f1 to d041d55 Compare October 5, 2018 18:58
@renovate renovate bot changed the title Update dependency lit-html to v0.11.4 Update dependency lit-html to v0.12.0 Oct 5, 2018
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from d041d55 to 4c5dc74 Compare November 9, 2018 05:58
@renovate renovate bot changed the title Update dependency lit-html to v0.12.0 Update dependency lit-html to v0.13.0 Nov 9, 2018
@renovate renovate bot changed the title Update dependency lit-html to v0.13.0 Update dependency lit-html to v0.14.0 Nov 30, 2018
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from 4c5dc74 to 2ddfe0c Compare November 30, 2018 18:38
@renovate renovate bot force-pushed the renovate/lit-html-0.x branch from 2ddfe0c to b88eaff Compare July 13, 2019 17:25
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants