Release 1.1.2

This commit is contained in:
Insality 2025-05-07 23:54:30 +03:00
parent d7c26358a0
commit 6572da3b14
4 changed files with 8 additions and 4 deletions

View File

@ -39,7 +39,7 @@ Open your `game.project` file and add the following lines to the dependencies fi
**[Druid](https://github.com/Insality/druid/)** **[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)** **[Defold Event](https://github.com/Insality/defold-event)**

View File

@ -1,4 +1,4 @@
---@class widget.container_anchors: druid.widget ---@class widget.container_resize: druid.widget
local M = {} local M = {}

View File

@ -14,7 +14,7 @@ update_frequency = 60
[project] [project]
title = Druid title = Druid
version = 1.1.1 version = 1.1.2
publisher = Insality publisher = Insality
developer = Maksim Tuprikov developer = Maksim Tuprikov
custom_resources = /example/locales custom_resources = /example/locales

View File

@ -705,3 +705,7 @@ Please support me if you like this project! It will help me keep engaged to upda
#### Druid 1.1.1 #### Druid 1.1.1
- [#309] Added max_size_x and max_size_y to container (by [astrochili](https://github.com/astrochili)) - [#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