From 3b259de7ecff0f8b8d95b8ed3da041a28a652c08 Mon Sep 17 00:00:00 2001 From: b4rtaz Date: Sat, 8 Mar 2025 09:40:33 +0100 Subject: [PATCH] changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6b2a3..979cb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## O.14.8 + +This PR adds support for the internationalization of options in the choice value model [#53](https://github.com/nocode-js/sequential-workflow-editor/issues/53). + ## O.14.7 Added an `index` argument to the `itemComponentFactory` callback in the `dynamicListComponent` function.