diff --git a/CHANGELOG.md b/CHANGELOG.md index 9021074..28f986b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.4](https://github.com/ash-project/ash_phoenix/compare/v1.2.3...v1.2.4) (2023-01-18) + + + + +### Bug Fixes: + +* properly clear value in Form.clear_value/2 (#66) + +* handle raised errors when comparing values + +* ensure that params is always a map in Phoenix.HTML.Form + +### Improvements: + +* update to new ash docs patterns + +* accept multiple fields in `AshPhoenix.Form.clear_value/2` (#67) + +* add `to_filter_map/1` to filter_form + ## [v1.2.3](https://github.com/ash-project/ash_phoenix/compare/v1.2.2...v1.2.3) (2022-12-21) diff --git a/config/config.exs b/config/config.exs index 8d1ff85..fb6da0f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -11,6 +11,6 @@ if Mix.env() == :dev do manage_mix_version?: true, # Instructs the tool to manage the version in your README.md # Pass in `true` to use `"README.md"` or a string to customize - manage_readme_version: "README.md", + manage_readme_version: "documentation/topics/working-with-phoenix.md", version_tag_prefix: "v" end diff --git a/documentation/topics/working-with-phoenix.md b/documentation/topics/working-with-phoenix.md index 27dcf53..b9615ac 100644 --- a/documentation/topics/working-with-phoenix.md +++ b/documentation/topics/working-with-phoenix.md @@ -2,7 +2,7 @@ The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views). -{{mix_dep:ash_phoenix}} +`{:ash_phoenix, "~> 1.2.4"}` ## Whats in the box? diff --git a/mix.exs b/mix.exs index 1a49404..d254da5 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.2.3" + @version "1.2.4" def project do [