Skip to content

v4.4.3 - Argument Resolving in Styles

Compare
Choose a tag to compare
@CubBossa CubBossa released this 21 Feb 08:42
· 27 commits to main since this release

Arguments of styles can now be resolved
<run_cmd:'/abc'>abc</run_cmd>
can have representation
run_cmd = <click:run_command:'{arg0}'><hover:...>{slot}</hover></click>

Also bugfixes and improved testing

Full Changelog: v4.4.2...v4.4.3