diff --git a/wiki/changelog.md b/wiki/changelog.md index ba9ca34..6e25659 100644 --- a/wiki/changelog.md +++ b/wiki/changelog.md @@ -712,3 +712,16 @@ Please support me if you like this project! It will help me keep engaged to upda #### Druid 1.1.3 - Fix for node_id of cloned nodes with `gui.clone_tree` + + +### Druid 1.2.0 +- Fix for blocker internal enabled state depends from GUI node +- Move to druid colors for rich text +- Fix for container stretch mode (stretch and fit is not worked in init function) +- Add split_to_characters in rich text for making fancy text +- Druid GO Widgets now can wrap an events to (before only top level functions) +- Ability to pass params to Druid GO Widgets +- Update properties panel: + - Add "scenes" to manage a list of properties with back button support + - Add "refresh" button, which active a 1-sec refresh for current page + - Add "Render lua table" to easily render your lua tables with a various types support (any simple types and vector, functions, events etc)