Prepare v1.0.1

This commit is contained in:
Insality
2025-04-07 22:01:47 +03:00
parent be1a3d3788
commit 326ce8bbbb
10 changed files with 17 additions and 11 deletions

View File

@@ -587,4 +587,10 @@ Thoughts, wrong decisions, future plans, and how to update correctly:
- Non-explicit event parameters can cause confusion, particularly with `self` parameters.
- There is room for performance optimization. Memory usage is not optimized, though it can still handle heavy-load GUIs like Panthera.
- Creating custom components could be made easier.
- There can be a much less code bindings between elements. Like bind_grid, update_size after some changes etc.
- There can be a much less code bindings between elements. Like bind_grid, update_size after some changes etc.
---
**Druid v1.0.1**
- **[Input]** Fixed issues with input component on Mobile devices.