Skip to content

0.4.5

Compare
Choose a tag to compare
@Ch4s3 Ch4s3 released this 16 Feb 16:53
· 20 commits to main since this release

To upgrade replace:

  def handle_event("type-ahead-blur", _, socket) do
    {:noreply, assign(socket, focus: -1, results: [])}
  end

with:

  def handle_event("type-ahead-click-away", _, socket) do
    {:noreply, assign(socket, focus: -1, results: [])}
  end

Full Changelog: 0.4.3...0.4.5