mtrudel / hap

A HomeKit Accessory Protocol (HAP) Implementation for Elixir
MIT License
91 stars 9 forks source link

Bump kino from 0.3.0 to 0.7.0 #19

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps kino from 0.3.0 to 0.7.0.

Changelog

Sourced from kino's changelog.

v0.7.0 (2022-10-07)

Added

  • Added Kino.Process.render_seq_trace/2 for visualizing inter-process communication (#165)
  • Added Kino.Layout for building composite outputs, such as tabs and grid (#179)
  • Added send_event/4 to Kino.JS.Live components for messaging a specific client (#183)
  • Added Kino.Download for downloading generated content on demand (#174)
  • Tabbed output for pids and atoms (#185)
  • Unified events consumption via Kino.listen/{2,3} and Kino.animate/{2,3} (#186)
  • Custom backend for Kernel.dbg/2 (#191)
  • Added Kino.Mermaid (#199)

Fixed

  • Crashes when reevaluating a cell with finished tasks (#181)
  • Ensured processes started with Kino.start_child/2 get terminated before reevaluation (#195)

v0.6.2 (2022-06-29)

Added

  • Added Kino.Process with application/supervision tree visualization (#158)

Changed

  • Improved Kino.DataTable to lazily traverse the data (#160)

Fixed

  • Fixed Kino.DataTable to respect the :keys order (#151)

v0.6.1 (2022-05-03)

This release primarily introduces Kino.SmartCell, which allows for creating custom cells in Livebook. Check out the module docs for more information and see this PR for more context.

Along with this release we introduce two new packages, focusing on specific integrations, namely kino_vega_lite and kino_db.

Added

  • Support for binary payloads in Kino.JS and Kino.JS.Live (#88)
  • Support for defining smart cells (#98)
  • Support for custom :name in Kino.DataTable (#102)
  • Callback API for Kino.Control events (#126)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)