mirror of
https://github.com/Insality/druid
synced 2025-11-26 10:50:54 +01:00
Update
This commit is contained in:
@@ -727,14 +727,16 @@ Please support me if you like this project! It will help me keep engaged to upda
|
|||||||
- Create with `druid:new_image(node_or_node_id)`
|
- Create with `druid:new_image(node_or_node_id)`
|
||||||
- Currently used to load image from resource path, absolute path or URL
|
- Currently used to load image from resource path, absolute path or URL
|
||||||
- Can be fit inside (keeping aspect ratio) stretched to the node area, depends on the GUI adjust mode
|
- Can be fit inside (keeping aspect ratio) stretched to the node area, depends on the GUI adjust mode
|
||||||
- [Blocker] Fix for internal is_enabled state
|
- [Blocker] Fix for internal `is_enabled` state
|
||||||
- [Button] expose all click functions for the button
|
- [Button] Expose all click functions for the button
|
||||||
- [Scroll] Add `scroll_to_make_node_visible` function
|
- [Scroll] Add `scroll_to_make_node_visible` function
|
||||||
- [Palette] Add Druid Color module
|
- [Palette] Add Druid Color module
|
||||||
|
- Use `local color = require("druid.color")` to access the module
|
||||||
- Manage color palettes
|
- Manage color palettes
|
||||||
- Color convertations
|
- Color conversions
|
||||||
- Convenient usage
|
- Convenient usage
|
||||||
- [Container] Fix for container stretch mode (stretch and fit is not worked in init function)
|
- [Container] Fix for container stretch mode
|
||||||
|
- `stretch` and `fit` was not init correctly in the `init` function arguments
|
||||||
- [Rich Text] Using color names from the palette
|
- [Rich Text] Using color names from the palette
|
||||||
- [Rich Text] Add `rich_text:set_split_to_characters(true)` to split each letter node separately
|
- [Rich Text] Add `rich_text:set_split_to_characters(true)` to split each letter node separately
|
||||||
- Weird implementation, but nice to have
|
- Weird implementation, but nice to have
|
||||||
|
|||||||
Reference in New Issue
Block a user