We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08460cd commit 23226dcCopy full SHA for 23226dc
CHANGELOG.md
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
8
+## [0.17.0] - 2025-08-24
9
+### Changed
10
+- Make it possible to use `live_exq_ui` multiple times in a router #152 by @ananthakumaran
11
+### Breaking Changes
12
+- Drop support for Phoenix 1.6
13
+
14
## [0.16.0] - 2025-03-01
15
### Changed
16
- Add support for Phoenix html 4 #149 @Hermanlangner and @ananthakumaran
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExqUI.MixProject do
2
use Mix.Project
3
4
- @version "0.16.0"
+ @version "0.17.0"
def project do
[
0 commit comments