Commit graph

580 commits

Author SHA1 Message Date
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
Zach Daniel
0026d16fa6 chore: release version v1.2.24 2023-12-12 17:20:26 -05:00
Robert Graff
580be7e13e
chore: remove IO.inspect (#121) 2023-11-30 12:22:25 -05:00
Zach Daniel
9c2539a312 improvement: carry over nested errors on creation, validation and submission 2023-11-29 19:45:34 -05:00
Zach Daniel
63042cc84c chore: format 2023-11-29 18:48:57 -05:00
Robert Graff
c0f883d048
test: Add test for errors appearing on inputs_for forms (#120) 2023-11-29 18:41:34 -05:00
Zach Daniel
c292848c57 improvement: properly return nested errors with for_path: :all 2023-11-28 15:54:30 -05:00
Zach Daniel
bace1b1ec4 chore: format 2023-11-28 14:34:02 -05:00
Robert Graff
a098a830b1
test: Nested form errors for argument attribute (#119) 2023-11-28 14:32:38 -05:00
Zach Daniel
6ddddf7316 improvement: properly get invalid values provided to forms 2023-11-27 19:48:02 -05:00
Jarl André Hübenthal
560fa6689d
fix: add show fields in gen.live (#118) 2023-11-26 06:53:54 -05:00
Darren Black
1df8b7be1b
docs: update filter form doco (#116) 2023-11-13 15:26:53 -05:00
Henricus Louwhoff
6f8a53b606
fix: remove multiple attribute from select for one_of fields (#115)
This removes the 'multiple' attribute from the select input in case the field is an atom field with the `one_of` option set.
2023-11-13 13:41:25 -05:00
Zach Daniel
23216f855f chore: release version v1.2.23 2023-10-24 15:44:30 -04:00
Zach Daniel
2567f3a8b7 fix: remove typo in template 2023-10-24 15:44:15 -04:00
Zach Daniel
47436e9025 chore: release version v1.2.22 2023-10-24 10:22:35 -04:00
Zach Daniel
459dca3dfe improvement: make generators more consistent 2023-10-24 10:22:24 -04:00
Zach Daniel
6b80d0fe50 chore: release version v1.2.21 2023-10-24 09:03:37 -04:00
Stefan Wintermeyer
18fa99259e
improvement: ash_phoenix.gen.html generator (#112) 2023-10-16 18:17:22 -04:00
Arthur Clemens
8935ad2a6b
Doc: several small improvements (#113) 2023-10-15 11:06:05 -04:00
Zach Daniel
7e86f98c93 chore: release version v1.2.20 2023-10-13 12:00:01 -04:00
De Wet Blomerus
4aa4ad891f
Remove closing bracket 🔥 (#111) 2023-10-13 06:49:28 -04:00