Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Oct 28, 2024
1 parent 7eb51e3 commit b2707dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:maxmarcon/live_select.git",
Expand Down

0 comments on commit b2707dd

Please sign in to comment.