From 4d0e3d9732c3b4aa5bf36fe88f86556e7e96319a Mon Sep 17 00:00:00 2001 From: Max Marcon Date: Sat, 28 Dec 2024 17:05:58 +0100 Subject: [PATCH] Version 1.5.2 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a02448a..3d423d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.5.2 (2024-12-28) + +* Fix [bug](https://github.com/maxmarcon/live_select/issues/70) where the keyboard doesn't show on some mobile browsers if an element is already selected in single mode + ## 1.5.1 (2024-12-28) * Add unavailable_option_class to style options that cannot be selected because of max_selectable > 0 diff --git a/mix.exs b/mix.exs index 8aa1092..b25ee94 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do def project do [ app: app(), - version: "1.5.1", + version: "1.5.2", elixir: "~> 1.14", description: "Dynamic (multi)selection field for LiveView", elixirc_paths: elixirc_paths(Mix.env()), diff --git a/package.json b/package.json index de3870b..0081049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live_select", - "version": "1.5.1", + "version": "1.5.2", "description": "JS hooks for LiveSelect", "main": "priv/static/live_select.min.js", "repository": "git@github.com:maxmarcon/live_select.git",