ChangeLog

0.16.0 (2022-12-12)

Changed

0.15.0 (2022-11-26)

New

Functions reblocks-ui/form:get-field-errors-count and reblocks-ui/form:get-field-errors were added to make it possible to check if there was any field errors during validation and to interrupt further form processing.

An example was added to show how to process form errors and use placeholders. You'll find it inside examples/form-errors.lisp file. Load reblocks-ui-examples system to load it.

Fixed

Also, function a but inside reblocks-ui/form:form-error function was fixed and now it will interrupt action and show an error inside a placeholder, created with reblocks-ui/form:form-error-placeholder function or open debugger otherwise.

Previosly this function call was ignored if there was a form error placeholder widget on a page.

0.14.0 (2022-09-17)

New

0.13.0 (2022-02-14)

Backward Incompabilities

Changes

Fixes

0.12.0 (2022-01-04)

Move to Reblocks.

0.11.0 (2021-06-02)

Added a way to handle and show form and field errors.

Use error-placeholder function and form-error-placeholder function inside the with-html-form macro. And signal errors using field-error and form-error functions.

0.10.0 (2021-01-07)

0.9.0 (2020-01-31)

0.8.0 (2018-05-04)

0.7.1 (2018-02-10)

0.7.0 (2018-02-06)

0.6.0 (2018-02-01)

System was moved to package inferred class and fixed to work with weblocks >= 0.25.0.

0.5.0 (2018-01-11)

0.4.0 (2018-01-07)

0.3.0 (2017-11-23)

0.2.0 (2017-11-11)

This is breaking rendering for widgets. Replace old weblocks:render-body methods with weblocks.widget:render.

0.1.1 (2017-09-21)

0.1.0 (2017-09-01)