Skip to content

Releases: ash-project/ash_phoenix

v2.3.20

02 Mar 06:29

Choose a tag to compare

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-routes to gen tasks by @zachdaniel

  • allow dynamic subscriptions in keep_live by @zachdaniel

  • Split up usage rules into sub-rules (#458) by @mylanconnolly (#458)

v2.3.19

19 Jan 20:04

Choose a tag to compare

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_params callback always receives a map for nested forms (#445) by sevenseacat (#445)

  • don't generate license files by @zachdaniel

v2.3.18

05 Nov 01:00

Choose a tag to compare

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

16 Oct 13:28

Choose a tag to compare

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 nil as it's value (#417) by Rutgerdj (#417)

Improvements:

  • add AshPhoenix.AshEnum by sevenseacat (#413)

  • soft deprecate page_from_params/3 and introduce params_to_page_opts/3 (#422) by hy2k (#422)

  • add AshPhoenix.AshEnum by Aidan Gauland (#413)

v2.3.16

01 Sep 14:48

Choose a tag to compare

Improvements:

v2.3.15

31 Aug 16:01

Choose a tag to compare

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

07 Aug 02:29

Choose a tag to compare

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

29 Jul 21:50

Choose a tag to compare

Bug Fixes:

  • fix typo in usage rules (#397) by albinkc

v2.3.11

17 Jul 15:32

Choose a tag to compare

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

09 Jul 03:15

Choose a tag to compare

Bug Fixes: