Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@cxmeel cxmeel released this 04 Sep 20:35
· 2 commits to main since this release
8153e6e

What's Changed

Important! This release contains breaking changes.

In hindsight, StudioPlugin should've been released under v0 to indicate that it was still in development. I apologise for any inconvenience this may cause.

Added

Changed

  • Components now pass events through to the underlying Roblox instance (excluding Plugin—use hooks or Context.useContext to access the Plugin Instance)
  • StudioPlugin.Widget now accepts a custom OnInit and OnToggle event, which replaces the onInit and onToggle props
  • The structure of the StudioPlugin module has changed—components are directly inside the src/ directory now, rather than src/Components
  • Development dependencies are now managed with aftman

Removed

  • StudioPlugin.Menu and StudioPlugin.MenuAction components
  • Widget component's onToggle and onInit props—please use the new custom events instead

Full Changelog: 1.0.1...1.1.0