diff --git a/README.md b/README.md index 1364f92..f31067f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Open your `game.project` file and add the following lines to the dependencies fi **[Druid](https://github.com/Insality/druid/)** ``` -https://github.com/Insality/druid/archive/refs/tags/1.1.1.zip +https://github.com/Insality/druid/archive/refs/tags/1.1.2.zip ``` **[Defold Event](https://github.com/Insality/defold-event)** diff --git a/example/examples/container/container_resize/container_resize.lua b/example/examples/container/container_resize/container_resize.lua index 02bc490..eb655dc 100644 --- a/example/examples/container/container_resize/container_resize.lua +++ b/example/examples/container/container_resize/container_resize.lua @@ -1,4 +1,4 @@ ----@class widget.container_anchors: druid.widget +---@class widget.container_resize: druid.widget local M = {} diff --git a/game.project b/game.project index 5a8fe60..d2ab4ce 100644 --- a/game.project +++ b/game.project @@ -14,7 +14,7 @@ update_frequency = 60 [project] title = Druid -version = 1.1.1 +version = 1.1.2 publisher = Insality developer = Maksim Tuprikov custom_resources = /example/locales @@ -58,7 +58,7 @@ cssfile = /builtins/manifests/web/dark_theme.css show_console_banner = 0 [native_extension] -app_manifest = +app_manifest = [graphics] texture_profiles = /builtins/graphics/default.texture_profiles diff --git a/wiki/changelog.md b/wiki/changelog.md index 60b1f9f..dd36e4c 100644 --- a/wiki/changelog.md +++ b/wiki/changelog.md @@ -705,3 +705,7 @@ Please support me if you like this project! It will help me keep engaged to upda #### Druid 1.1.1 - [#309] Added max_size_x and max_size_y to container (by [astrochili](https://github.com/astrochili)) + +#### Druid 1.1.2 +- [#310] Add data list matrix example (Grid 4 in row) +- [Data List] Fix for data list element amounts issue