From 37e26bfff0b7eedbe16962adb46bc0dcece737dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jul 2024 18:50:54 +0000 Subject: [PATCH] Update docs --- ChangeLog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 3a65a845..1018db9b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,25 @@ # ChangeLog + + +## 0.60.0 (2024-07-28) + + + +### Incompatible Changed + +* `JS` function initiateFormAction now accepts four arguments instead of three. + Second argument should be an event, third - the form object and fourth an options object. + +This change allows to submit form using different buttons having their values passed to a + lisp callback. + +An `examples/simple-form.lisp` file was added to demonstrate how this feature works when + form has Submit and Cancel buttons. + +**Note:** if you've used Reblocks-`UI` system, then you'll need to update it to the newest version. + ## 0.59.0 (2024-01-26)