Releases: ash-project/ash_phoenix
v2.3.20
Bug Fixes:
-
handle resources w/ no structs in generic actions by @zachdaniel
-
handle missing primary actions in gen tasks by @zachdaniel
Improvements:
-
Add multitenancy to and create consistency between gen.html and gen.live (#459) by aVikingTrex (#459)
-
add
--resource-plural-for-routesto gen tasks by @zachdaniel -
allow dynamic subscriptions in
keep_liveby @zachdaniel -
Split up usage rules into sub-rules (#458) by @mylanconnolly (#458)
v2.3.19
Bug Fixes:
-
credo issue compare to empty list instead of length() > 0 by diogomrts (#451)
-
create takes resource instead of resource_singular (#447) by Hemanth Bollamreddi (#447)
-
Ensure that
AshPhoenix.Form.update_paramscallback always receives a map for nested forms (#445) by sevenseacat (#445) -
don't generate license files by @zachdaniel
v2.3.18
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
v2.3.17
Bug Fixes:
-
removed to_string because it was causing related entities to be recreated instead of updated (#421) by Abdessabour Moutik (#421)
-
removed to_string because it was causing related entities to be recreated instead of being updated by Abdessabour Moutik (#421)
-
AshPhoenix.Inertia.Error argument error when reporting validation errors (#418) by rmaspoch (#418)
-
bug when creating a form for a union type which has
nilas it's value (#417) by Rutgerdj (#417)
Improvements:
v2.3.16
Improvements:
- add
post_process_errorsoption by @zachdaniel
v2.3.15
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
v2.3.13
Bug Fixes:
-
ensure nested form errors are included (#401) by @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
v2.3.11
v2.3.10
Bug Fixes:
- handle
value_is_keyforms by @zachdaniel