From bbdf2b405d69c8f1dbb757620b139cb1c121d04a Mon Sep 17 00:00:00 2001 From: Insality Date: Thu, 21 Oct 2021 00:40:19 +0300 Subject: [PATCH] Add #143 to changelog --- docs_md/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs_md/changelog.md b/docs_md/changelog.md index 7a21b80..019eb78 100644 --- a/docs_md/changelog.md +++ b/docs_md/changelog.md @@ -215,6 +215,7 @@ Have a good day. - **#112** Allow remap default Druid input bindings. - **#66** Add `druid:set_whitelist()` and `druid.set_blacklist()` functions. It's affects only on input process step, you can allow/forbid interact with list of specific components - **#125** Now `component:set_input_priority()` affects on all component's children too +- **#143** Update all lang components on ``druid.set_text_function` call - **#78** Update Text component: - Add text adjust type instead of _no_adjust_ param. - const.TEXT_ADJUST.DOWNSCALE - Change text's scale to fit in the text node size