WindUI is currently in Beta. The changelog may not cover every internal change, refactor, or fix shipped between tagged releases. For the complete commit history, see the GitHub repository.
What Beta means for users
WindUI carries a Beta label because:- The public API surface is not yet finalized — method signatures and config keys may change between versions without a deprecation period.
- Some features are still being actively iterated on and may behave differently across Roblox executor environments.
- Not all edge cases are covered by automated tests; you may encounter bugs that have not yet been reported.
Releases
1.6.64-fix — latest
1.6.64-fix — latest
A targeted fix release on top of 1.6.64.Changes:
- Added
CustomEmptyPageoption toTab— lets you supply a custom frame or element to display when a tab has no content. - Added
TabTitleAlignoption toTab— controls the alignment of the tab title whenShowTabTitleis enabled. - Fixed an issue where
Dropdownwidth was not being applied correctly.