Skip to content

v3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 11:21

Changes

  • Introduced fromSource - this is where the behaviour originated, values include "User", "OneClick", "AutoDeselect", "HideParentFeature", "Overflow" https://devforum.roblox.com/t/post/1017485/1383
  • Introduced sourceIcon - the icon (often itself) which is responsible for performing the action
  • Changed icon:select(fromInput) to icon:select(fromSource, sourceIcon)
  • Changed icon:deselect(fromInput) to icon:deselect(fromSource, sourceIcon)
  • fromSource and sourceIcon are also now passed in events selected, deselected and toggled
  • Fixed Classic Theme Y offset #97 offset https://devforum.roblox.com/t/post/1017485/1356
  • Fixed rounded corners https://devforum.roblox.com/t/post/1017485/1359
  • Improved wally support (removed some incorrect files, cleaned up, etc)
  • Updated playground from Script with Local Context to just a LocalScript