Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 28, 2024
1 parent deed717 commit 37e26bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

# ChangeLog

<a id="x-28REBLOCKS-2FDOC-2FCHANGELOG-3A-3A-7C0-2E60-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.60.0 (2024-07-28)

<a id="incompatible-changed"></a>

### 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.

<a id="x-28REBLOCKS-2FDOC-2FCHANGELOG-3A-3A-7C0-2E59-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.59.0 (2024-01-26)
Expand Down

0 comments on commit 37e26bf

Please sign in to comment.