Skip to content

Commit b58b8a4

Browse files
committed
Version 1.7.1
1 parent fd7f060 commit b58b8a4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.7.1 (2025-09-17)
2+
3+
* Do not show <div> container for tags when not in tagged mode
4+
* Unify blur experience between single and tagged modes
5+
16
## 1.7.0 (2025-06-19)
27

38
* DaisyUI 5 compatibility - active options now include both `active` and `menu-active` classes for compatibility with DaisyUI 3, 4, and 5

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do
44
def project do
55
[
66
app: app(),
7-
version: "1.7.0",
7+
version: "1.7.1",
88
elixir: "~> 1.14",
99
description: "Dynamic (multi)selection field for LiveView",
1010
elixirc_paths: elixirc_paths(Mix.env()),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live_select",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "JS hooks for LiveSelect",
55
"main": "priv/static/live_select.min.js",
66
"repository": "[email protected]:maxmarcon/live_select.git",

0 commit comments

Comments
 (0)