radughiorma / redux-lit-html-elements

0 stars 0 forks source link

Update lit-html to the latest version πŸš€ #12

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.11.0 of lit-html was just published.

Dependency lit-html
Current Version 0.10.2
Type dependency

The version 0.11.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of lit-html.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 53 commits.

  • 7d104d3 Bump version to 0.11.0 (#456)
  • c54b93b Fix typo in docs (#454)
  • 8192882 Small directive optimization (#452)
  • be84d43 Bump version to 0.11.0-dev.3
  • 14f7e67 Fix style attribute bindings in IE (#448)
  • 28ccf2d Handle Symbol values (#447)
  • 029fa8a Format and lint parts_test.ts
  • 17ebbb3 Fix bug in AttributePart setValue (#441)
  • 41a611a Don’t break templates when HTML comments have bindings in them (#446)
  • 6ba8ac4 Add guard() and when() to docs. (#443)
  • 7055b34 Add ifDefined() directive (#440)
  • 435d5da Upgrade disconnected custom elements before setting properties on them. (#442)
  • e406d6e Add guard directive (#438)
  • 47ae12e Add when directive (#439)
  • e22ace2 Delete lit-extended

There are 53 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 0.11.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • a87b6e5 0.11.1
  • 7127d01 Prepare 0.11.1 release (#473)
  • 8f455d9 Break cycle in dependency graph (#472)
  • a6fd54e Don’t use WeakMap with primitive value keys. (#465)
  • a1538fb Use WeakMap for templateInstances (#459)
  • 47137ce Update CHANGELOG (#457)
  • fbd9598 Regenerate docs

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • d71dd3d 0.11.2
  • 14feab0 Prepare release 0.11.2 (#488)
  • b6da58d Adds classMap and styleMap directives (#486)
  • cdebd58 Add AsyncIterator to the Part to keep track if change and re-start the render (#485)
  • ee68026 Update properties before upgrading custom elements (Fixes #453) (#455)
  • e465d73 Remove unused variable (#479)
  • 116c61c Update sauce browser testing list (#463)
  • c011b27 Make PR references in changelog into links (#470)
  • a38c2eb Fix link in README.md and typo in CONTRIBUTING.md
  • 225eb3a [nit] fix typo (#468)
  • da75d37 Cache ShadyCSS version (Fixes #476) (#477)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • b997e41 0.11.3
  • c34fe0f Prepare release 0.11.3 (#503)
  • 18deb6b Ensure template given to ShadyCSS is the one rendered by lit-html (#502)
  • 21bd685 Generate API docs
  • e77a21d Update typedoc to 0.12.0
  • 76088a2 Fail Travis if code is not formatted (#492)
  • 7bb2143 Format
  • 58cb38b Use createMarker() for all markers
  • 59f2788 Skip event listener timing test on Chrome 41
  • 9478fe7 Rewrite render() to use NodePart
  • dfb7949 Print out manual gzip size in checksize script
  • 1ccbb11 Make TemplateInstance clone return upgraded fragments (#489)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 5084e76 0.11.4
  • a302f3e v0.11.4 (#509)
  • ce7fadc Fix issues with shady-render introduced in 0.11.3 (#506)
  • 05b7dfd fixed a typo in docs-src / guide / index.md (#500)

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for [0.12.0] - 2018-10-05

Changed

  • Re-implemented repeat directive for better performance (#501)
  • Updated TypeScript dependency to 3.1
  • [Breaking] 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().
Commits

The new version differs by 14 commits.

  • ddfd13a v0.12.0
  • fb3a95f Prepare release 0.12.0 (#539)
  • 83f6a8e Move docs to jekyll (#533)
  • dca00a3 Add awesome-lit-html badge [skip ci] (#535)
  • 663127f Enable TypeScript declaration maps (#528)
  • 445d756 update typescript to 3.1.1 (#526)
  • 8c2d215 Fix code example formatting. (#538)
  • f171aaa Support event listener options. (#531)
  • 0bb6c15 Fix formatting (#537)
  • 488bfab Allow render() to pass an event listener context to be used as the this value for all event listener calls. (#523)
  • 69b1279 Update index.html (#522)
  • 8a899fd Add import statements for directives in docs (#525)
  • 72ba655 Rework repeat directive for better performance. Fixes #242. (#501)
  • f9663ec fix minor changelog formatting

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 487277a v0.13.0 (updated package lock version)
  • 4cea9c9 v0.13.0
  • 433fb3c Switch from wct-browser-legacy to wct-mocha for testing (#577)
  • d597320 Revert "Writing templates update (#611)" (#612)
  • ba59aea Writing templates update (#611)
  • 135a7ae Updated package-lock.json to get latest wct-local which fixes issue testing Firefox 63. (#585)
  • be50919 UpdateWritingTemplate (#584)
  • ddf5135 Move global types to project d.ts file (#567)
  • 80fac2e Fix typo
  • 6d83453 Use callback as event part listener (#581)
  • 2f538ed Don’t use eventContext for this of event listener objects. (#576)
  • e0c99f1 toggleNavButton for mobile (#563)
  • f7bdfca Fix KeyFn and ItemTemplate types (#570)
  • bcc87cf Change directive() function to wrap the entire directive factory. (#562)
  • d2be7ca Remove lighter font-weight styles for readability (#553)

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 24 commits.

  • 3eaa2a7 Prepare 0.14.0 release (#670)
  • 3de607b Ensure shady-render prepares styling for a scope before attaching child elements (#664)
  • 7b911da Remove some directive tests from the no-template runner (#667)
  • 5f32c9f Update guard to handle multiple checked values and undefined (#666)
  • 1933883 Fix typo in changelog (#665)
  • a219606 Remove Promise support from core, add async() directive. (#555)
  • f1ccbe3 Rewrite attribute handling to always avoid IE/Edge value parsing and rewriting (#640)
  • 0216d5b Add cache() directive (#646)
  • a12ee4e Update demo to load polyfills and center the clock.
  • 9deff53 Only call getOptions() in EventPart when we add an event listener
  • 3aa48f5 format
  • bec7c2d Fix lint warnings
  • 8042121 Fix tests added to test the minimal template polyfill (#654)
  • 598087a Don't clear() parts in asyncAppend and asyncReplace if the iterable isn't the current value.
  • 0c4494d Lightweight template polyfill (#466)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 29 commits.

  • bd4d9e8 1.0.0
  • 6317f0f [skip ci] Prepare for 1.0 release (#792)
  • 05fd702 Add tools section. (#789)
  • 7ede67d Update README.md
  • c8753bc add script to easily make dev release (#791)
  • 26c71d8 Add version global (#790)
  • 539a70e Add tests for bindings in tag-name position (#782)
  • d0d333f Add another test for comments with bindings (#781)
  • 153fc52 lint fix
  • f965fb3 Don't syntax highlight code in links (#779)
  • 10d1dd5 Added Styling & Rendering sections. (#754)
  • efc1a48 [docs] open online editors links in new tab (#776)
  • c9c626d Remove stray characters in docs (#777)
  • 7660fd7 Use Roboto (#769)
  • 48235f5 [docs] Improve text, fix typos in Template Reference (#770)

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 66 commits.

  • cc0804a 1.1.0
  • 2b5d4af Prepare 1.0.1 release (#921)
  • ad20929 Run tachometer as separate Travis job, and temporarily pin to Firefox 66 (#924)
  • 86412ca Revert "Allow render to accept any type. (#904)" (#913)
  • f37bf68 Always return after calling this.skip() in tests. (#911)
  • 1e93554 Bump tachometer to 0.4.0 (#906)
  • 5a88cc2 Allow render to accept any type. (#904)
  • d9e2c60 Remove outdated classMap warning (#901)
  • 499ef6f G+ is shut down for consumers
  • a4a963c Fix typos in contributing doc
  • 48647cd Fix test in Edge (#896)
  • bffbac2 Remove template stack check (#884)
  • 43e7cb2 Bump tachometer version (#891)
  • 4f93e35 Run tachometer on Travis and report as a GitHub Check. (#887)
  • 16cc500 Clarify DOM inconsistency for falsy values (#885)

There are 66 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€