Skip to content

Template.ButtonComponent improvement

Compare
Choose a tag to compare
@Secreto31126 Secreto31126 released this 09 May 04:46
· 1288 commits to main since this release
c120b7e

What's Changed

Templates used to need a ButtonComponent per button. Now you only need 1 ButtonComponent for all the buttons. This also removed the need to include indexes and needing to specify the subtype for every component, reducing the complexity to use this class. It's a big breaking change, so I won't make the same mistake as with v0.0.4 and make it a big update :)

Full Changelog: v0.1.6...v0.2.0