From b2707dddf6327c39a7911b74a6a5a5061f99ec76 Mon Sep 17 00:00:00 2001 From: Max Marcon Date: Mon, 28 Oct 2024 19:17:07 +0100 Subject: [PATCH] Version 1.4.3 --- CHANGELOG.md | 2 ++ mix.exs | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab8bcf..3159789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.4.3 (2024-10-28) + * add options clear_tag_button_class and clear_tag_button_extra_class to style button to clear tags * fix [bug](https://github.com/maxmarcon/live_select/issues/81) where selection was not restored after focus+blur when value is pre-selected or forced diff --git a/mix.exs b/mix.exs index 23e1cf4..ba3a5d6 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do def project do [ app: app(), - version: "1.4.2", + version: "1.4.3", 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 d12f9c3..c82a356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live_select", - "version": "1.4.2", + "version": "1.4.3", "description": "JS hooks for LiveSelect", "main": "priv/static/live_select.min.js", "repository": "git@github.com:maxmarcon/live_select.git",