Skip to content

Commit dc43702

Browse files
Release 2.5.2
1 parent 803082d commit dc43702

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v2.5.2 - 2025-08-11
4+
- Brought back `unchecked_value` & `checked_value` for checkboxes in `ui_input` and `ui_raw_input`.
5+
36
## v2.5.1 - 2025-08-11
47

58
- Changed `ui_tabs` and `ui_tab_button` to follow accessibility guidelines: replaced the `<ul>` with a `<div role="tablist">` and instead of nesting the buttons inside `<li>`s they are now the direct children of the `div` and have a `role="tab"` set. As a side effect the gap between the tabs is now a little smaller.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule BitstylesPhoenix.MixProject do
44
def project do
55
[
66
app: :bitstyles_phoenix,
7-
version: "2.5.1",
7+
version: "2.5.2",
88
elixir: "~> 1.11",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)