Commit graph

601 commits

Author SHA1 Message Date
Zach Daniel
a495593f98 chore: release version v2.0.0-rc.4 2024-04-05 14:58:46 -04:00
Zach Daniel
925ff65b2e fix: handle cases where changesets/queries are not returned with errors 2024-04-05 14:58:23 -04:00
Zach Daniel
8796e67c99 chore: release version v2.0.0-rc.3 2024-04-04 14:07:34 -04:00
Zach Daniel
230275317d chore: fix upgrade guide 2024-04-04 14:06:38 -04:00
Zach Daniel
79092e8123 chore: format 2024-04-04 14:05:39 -04:00
Zach Daniel
0d606e9948 fix: undo the change of not returning hidden fields
this caused issues with setting ids for related entities. Instead,
we tell each changeset/query that they can ignore any unknown inputs
2024-04-04 14:03:20 -04:00
Zach Daniel
8dba194af2 chore: release version v2.0.0-rc.2 2024-04-02 12:29:15 -04:00
Zach Daniel
8761539eaa improvement: loosen release candidate dependency 2024-04-02 12:28:59 -04:00
Zach Daniel
bcd0f4916d chore: fix guide title 2024-03-29 17:01:07 -04:00
Zach Daniel
fa1eba47c5 chore: fix warnings 2024-03-28 19:59:01 -04:00
Zach Daniel
43bdb50fef chore: release version v2.0.0-rc.1 2024-03-28 19:57:39 -04:00
Zach Daniel
bca5a2dcf8 chore: update templates 2024-03-28 19:52:31 -04:00
Zach Daniel
4118388623 chore: update mix.lock 2024-03-28 19:17:05 -04:00
Zach Daniel
9a469ab334 chore: release version v2.0.0-rc.0 2024-03-28 19:16:39 -04:00
Zach Daniel
b3559d87b6 docs: add upgrade doc 2024-03-28 19:16:25 -04:00
Darren Black
01ca583443 improvement!: upgrade to Ash 3.0
Co-Authored By: Zach Daniel
2024-03-28 19:12:13 -04:00
Zach Daniel
f657d0e462 fix: handle destroy that only affects join resource in auto forms
fixes #143
2024-03-19 09:43:59 -04:00
Emad Shaaban
124267d448
fix: properly fetch refetch_window from config (#141) 2024-03-15 18:25:44 -04:00
Minsub Kim
ab28a4dc06
fix: fix params/1 typespec (#140) 2024-03-12 21:49:51 -04:00
Zach Daniel
1a5953104c chore: release version v1.3.4 2024-03-11 12:36:12 -04:00
Zach Daniel
99a3a4915f fix: get casted values from form (requires Ash 2.20+) 2024-03-11 12:35:44 -04:00
Zach Daniel
13e74837fa chore: release version v1.3.3 2024-03-11 08:33:34 -04:00
Zach Daniel
ecc8ee8246 fix: properly fetch nested form values 2024-03-07 09:25:59 -05:00
Pierre Le Gall
f7310d7bc5
fix: ash version dependency requirement (#137)
Solve #136
2024-03-06 17:50:15 -05:00
Zach Daniel
e57177734d chore: release version v1.3.2 2024-03-05 23:08:45 -05:00
Pierre Le Gall
b92b04c77f
improvement: #133 use resource defined Api (#134) 2024-02-21 10:07:17 -05:00
Darren Black
cbbe25e344
docs: Remove registry from file structure (#132) 2024-02-14 10:13:30 -05:00
Rebecca Le
3726d07ee2
fix: the API is defined on the form, not on the form.source (#131) 2024-02-05 21:30:08 -05:00
Zach Daniel
8ccbed8f06 chore: draw the rest of the owl on ensure_can_submit 2024-02-05 19:58:57 -05:00
Zach Daniel
7d9c876e41 improvement: add can_submit?/1 and ensure_can_siubmit!/1 2024-02-05 19:53:02 -05:00
Zach Daniel
11085ea530 chore: release version v1.3.1 2024-02-04 10:58:35 -05:00
Zach Daniel
6c21c613d3 fix: validate destroy forms properly 2024-02-04 10:56:22 -05:00
lorecrafting
af431228fc
docs: Update liveview form handler syntax (#130) 2024-01-22 21:49:43 -05:00
Zach Daniel
0f3a0c7542 improvement: add add_error/3 2024-01-22 10:44:09 -05:00
Zach Daniel
36df5a4b04 chore: release version v1.3.0 2024-01-21 13:06:22 -05:00
Zach Daniel
4afb10473e chore: format 2024-01-21 13:06:16 -05:00
Zach Daniel
c5c1a23514 feat: update to latest phoenix_html 2024-01-21 13:00:44 -05:00
KingdomCoder
4df9a007b4
fix: new_params replaced with updated changeset_params (#129) 2024-01-17 08:09:09 -05:00
Nduati Kuria
ae1a2d0aa2
Fix: do_decode_path for string paths (#127)
* Raise InvalidPath exception instead of "Invalid Path: #{original_path}" string

* Add regression test
2024-01-14 14:17:56 -05:00
Zach Daniel
606336cea7 chore: simplify doc generation 2024-01-12 14:51:15 -05:00
Zach Daniel
b9e5bf7ef9 chore: release version v1.2.26 2024-01-12 14:32:05 -05:00
Zach Daniel
a5718d3a38 docs: update ex_doc 2024-01-12 14:31:52 -05:00
Zach Daniel
e297a1889c fix: List.wrap data in list case 2024-01-12 11:47:16 -05:00
Jinkyou Son
cfb15df1e5
docs: Fix typos in code interface documentation (#126) 2024-01-06 09:44:59 -05:00
Zach Daniel
7360ff066e fix: validate action type when constructing forms
closes #125
2024-01-05 10:13:37 -05:00
Zach Daniel
25f1547a4c chore: release version v1.2.25 2024-01-02 10:31:00 -05:00
Zach Daniel
fceed874e6 fix: remove system added error vars to ensure deduplication works properly 2023-12-28 15:42:47 -05:00
Robert Graff
57dfbab56e
nested form errors should not multiply (#123) 2023-12-28 14:46:31 -05:00
Zach Daniel
38b0c8fcba chore: update phoenix_html dependency 2023-12-27 15:30:20 -05:00
Zach Daniel
78b80b3530 fix: ensure next page is detected for offset pages w/ more?: true 2023-12-18 20:25:01 -05:00