Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ash-project/ash_phoenix

Tags

v2.3.18

Toggle v2.3.18's commit message
release v2.3.18

[v2.3.18](v2.3.17...v2.3.18) (2025-11-05)
Bug Fixes:
* merge_options function to use correct update method (#438) by A.S. Zwaan
* cast to string before comparison by Minsub Kim
* fix type warnings and compile issues on elixir 1.19 by [@zachdaniel](https://github.com/zachdaniel)

v2.3.17

Toggle v2.3.17's commit message
release v2.3.17

[v2.3.17](v2.3.16...v2.3.17) (2025-10-16)
Bug Fixes:
* removed to_string because it was causing related entities to be recreated instead of updated (#421) by Abdessabour Moutik [(#421)](#421)
* removed to_string because it was causing related entities to be recreated instead of being updated by Abdessabour Moutik [(#421)](#421)
* AshPhoenix.Inertia.Error argument error when reporting validation errors (#418) by rmaspoch [(#418)](#418)
* bug when creating a form for a union type which has `nil` as it's value (#417) by Rutgerdj [(#417)](#417)
Improvements:
* add AshPhoenix.AshEnum by sevenseacat [(#413)](#413)
* soft deprecate page_from_params/3 and introduce params_to_page_opts/3 (#422) by hy2k [(#422)](#422)
* add AshPhoenix.AshEnum by Aidan Gauland [(#413)](#413)

v2.3.16

Toggle v2.3.16's commit message
release v2.3.16

[v2.3.16](v2.3.15...v2.3.16) (2025-09-01)
Improvements:
* add `post_process_errors` option by [@zachdaniel](https://github.com/zachdaniel)

v2.3.15

Toggle v2.3.15's commit message
release v2.3.15

[v2.3.15](v2.3.14...v2.3.15) (2025-08-31)
Bug Fixes:
* error in auto form creation for structs inside of union attributes (#411) by Rutgerdj
* update pattern match in WrappedValue Change by Rutgerdj
* Include constraints in auto form for WrappedValue by Rutgerdj
* handle regexes in error vars in inertia by [@zachdaniel](https://github.com/zachdaniel)

v2.3.14

Toggle v2.3.14's commit message
release v2.3.14

[v2.3.14](v2.3.13...v2.3.14) (2025-08-21)
Bug Fixes:
* ensure nested form errors are included (#401) by [@joangavelan](https://github.com/joangavelan)
* Remove Product from Save Product button - Save button (#403) by Kenneth Kostrešević
Improvements:
* remove unwanted sections from AGENTS.md when installing ash_phoenix (#406) by Rodolfo Torres
* add resource name for route option for `ash_phoenix.gen.html` (#402) by Kenneth Kostrešević

v2.3.13

Toggle v2.3.13's commit message
release v2.3.13

[v2.3.13](v2.3.12...v2.3.13) (2025-08-07)
Bug Fixes:
* ensure nested form errors are included (#401) by [@joangavelan](https://github.com/joangavelan)
* Remove Product from Save Product button - Save button (#403) by Kenneth Kostrešević
Improvements:
* add resource name for route option for `ash_phoenix.gen.html` (#402) by Kenneth Kostrešević

v2.3.12

Toggle v2.3.12's commit message
release v2.3.12

[v2.3.12](v2.3.11...v2.3.12) (2025-07-29)
Bug Fixes:
* fix typo in usage rules (#397) by albinkc

v2.3.11

Toggle v2.3.11's commit message
release v2.3.11

[v2.3.11](v2.3.10...v2.3.11) (2025-07-17)
Improvements:
* Add `to_form/2` in usage rules and improve error message when accessing a form without `to_form/2` (#390) by Kenneth Kostrešević

v2.3.10

Toggle v2.3.10's commit message
release v2.3.10

[v2.3.10](v2.3.9...v2.3.10) (2025-07-09)
Bug Fixes:
* handle `value_is_key` forms by [@zachdaniel](https://github.com/zachdaniel)

v2.3.9

Toggle v2.3.9's commit message
release v2.3.9

[v2.3.9](v2.3.8...v2.3.9) (2025-06-28)
Improvements:
* update usage rules with info on `raw_errors` by [@zachdaniel](https://github.com/zachdaniel)