diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9ed04..4603d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.2 (2024-06-19) + +do not restore selection after blur it it was cleard by hitting the clear button + ## 1.4.1 (2024-06-18) * fix bug introduced by LV-1.0's new focus behavior (https://github.com/maxmarcon/live_select/issues/72) diff --git a/mix.exs b/mix.exs index 7857adf..23e1cf4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do def project do [ app: app(), - version: "1.4.1", + version: "1.4.2", elixir: "~> 1.13", description: "Dynamic (multi)selection field for LiveView", elixirc_paths: elixirc_paths(Mix.env()), diff --git a/package.json b/package.json index 7b7708a..d12f9c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live_select", - "version": "1.4.1", + "version": "1.4.2", "description": "JS hooks for LiveSelect", "main": "priv/static/live_select.min.js", "repository": "git@github.com:maxmarcon/live_select.git",