From 0bb87875f3e1d081ec09c926354ec79272f71488 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Oct 2023 22:23:28 +0000 Subject: [PATCH] Update docs --- ChangeLog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 9ec53448..71b70267 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,27 @@ # ChangeLog + + +## 0.54.0 (2023-10-22) + + + +### Added + +Function [`reblocks/request:get-remote-ip`][9c23] was added. + + + +### Fixed + +Now function [`reblocks/actions:make-action-url`][f521] removed old `action` argument if it is present in the +current `URL`. This fixes the case when you want to make an action url from the callback processing +another action. + +JavaScript function `initiateFormAction` now does not overwrites whole options.args object, +but only replaces the keys corresponding to a form data fields. + ## 0.53.0 (2023-06-20) @@ -1771,6 +1792,7 @@ Called when `weblocks.request:*request*` and `weblocks.session:*session*` are al [66f5]: https://40ants.com/reblocks/page/#x-28REBLOCKS-2FPAGE-3AINIT-PAGE-20GENERIC-FUNCTION-29 [282c]: https://40ants.com/reblocks/page/#x-28REBLOCKS-2FPAGE-3AON-PAGE-REFRESH-20GENERIC-FUNCTION-29 [34a6]: https://40ants.com/reblocks/rendering/#x-28REBLOCKS-2FPAGE-3AGET-TITLE-20FUNCTION-29 +[9c23]: https://40ants.com/reblocks/request/#x-28REBLOCKS-2FREQUEST-3AGET-REMOTE-IP-20FUNCTION-29 [71db]: https://40ants.com/reblocks/request/#x-28REBLOCKS-2FREQUEST-3AREFRESH-REQUEST-P-20FUNCTION-29 [3dd1]: https://40ants.com/reblocks/response/#x-28REBLOCKS-2FRESPONSE-3ASEND-SCRIPT-20FUNCTION-29 [b933]: https://40ants.com/reblocks/routing/#x-28REBLOCKS-2FROUTES-3ADEFROUTE-20-2840ANTS-DOC-2FLOCATIVES-3AMACRO-29-29