Releases: codewriter-packages/UniMob.UI
Releases · codewriter-packages/UniMob.UI
v0.6.0
What's Changed
Breaking Changes
- Rework StateProvider by @vanifatovvlad in #23
- Replace Text with TextMeshPro in UniMobText widget by @vanifatovvlad in #24
Full Changelog: 0.5.3...0.6.0
v0.5.3
What's Changed
Features
Fixes
- Fix TabController AnimateTo does not update Value when Duration is 0 by @vanifatovvlad in #17
- Fix ScrollGridFlow virtualization works incorrectly in some cases by @vanifatovvlad in #22
Full Changelog: 0.5.2...0.5.3
v0.5.2
What's Changed
Changes
- Add back button support by @vanifatovvlad in #12
- Add draggable property to tabs by @Girildo in #13
- Add Domain Reload support (experimental) by @vanifatovvlad in #15
New Contributors
Full Changelog: 0.5.1...0.5.2
v0.5.1
What's Changed
Fixes
- Fixed a bug due to which addressables were sometimes not loaded
Features
- Add Tabs widget by @vanifatovvlad in #11
Full Changelog: 0.5.0...0.5.1
v0.5.0
What's Changed
Breaking Changes
- Force Addressables preloading by @vanifatovvlad in #9
UniMob.UI no longer supports Addressables loading on UI render phase. All used assets must be pre-loaded and cached with:
await UniMobAddressablesPreloadHandle.Create("<addressables-assets-label>").LoadAsync();
Full Changelog: 0.4.10...0.5.0
v0.4.10
Reduce memory allocation for debug names
v0.4.2
Update author
v0.3.2
Up version 0.3.2
v0.3.0
AnimatedCrossFade: optional disposing of invisible child