Skip to content

Commit d52d39b

Browse files
committed
Version 1.7.0
1 parent 45456bf commit d52d39b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## [Unreleased]
1+
## 1.7.0 (2025-06-19)
22

3-
### Added
43
* DaisyUI 5 compatibility - active options now include both `active` and `menu-active` classes for compatibility with DaisyUI 3, 4, and 5
54
* Add `keep_options_on_select` flag. By default, when not in `quick_tags` mode, input text field and list of selectable options are now cleared after selection. This flag suppresses this behavior
6-
* Styling clear buttons entirely using JS
5+
* Positioning and sizing clear buttons entirely using JS
6+
* `no_basic_styles_for_clear_buttons` flat to suppress prevent basic positioning and styling of clear buttons
77

88
## 1.6.0 (2025-04-13)
99

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.6.0",
7+
version: "1.7.0",
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.6.0",
3+
"version": "1.7.0",
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)