druid
druid copied to clipboard
Release 1.2.0
Druid 1.2.0
- [Blocker] Fix for internal
is_enabledstate - [Button] Expose all click functions for the button
- [Scroll] Add
scroll_to_make_node_visiblefunction - [Palette] Add Druid Color module
- Use
local color = require("druid.color")to access the module - Manage color palettes
- Color conversions
- Convenient usage
- Use
- [Container] Fix for container stretch mode
stretchandfitwas not init correctly in theinitfunction arguments
- [Rich Text] Using color names from the palette
- [Rich Text] Add
rich_text:set_split_to_characters(true)to split each letter node separately- Weird implementation, but nice to have
- [Rich Text] Add
set_widthandset_heightfunctions - [GO Widgets] Now passes events and functions from the widget to the GO context
- [Layout] Add
set_position_functionfunction, similar to the Grid component - #329 Allow numeric characters in RichText tags
Codecov Report
:x: Patch coverage is 48.92473% with 95 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 67.63%. Comparing base (ba7ee40) to head (f39c23f).
:warning: Report is 5 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #314 +/- ##
==========================================
- Coverage 68.08% 67.63% -0.45%
==========================================
Files 32 33 +1
Lines 4791 4950 +159
==========================================
+ Hits 3262 3348 +86
- Misses 1529 1602 +73
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.