Skip to content

Releases: codewriter-packages/UniMob.UI

v0.6.0

25 Dec 08:07
6e646f8
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Full Changelog: 0.5.3...0.6.0

v0.5.3

25 Dec 06:46
62676d0
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for a single width unbounded widget in ScrollGridFlow by @Girildo in #20

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

29 Oct 13:23
222bce3
Compare
Choose a tag to compare

What's Changed

Changes

New Contributors

Full Changelog: 0.5.1...0.5.2

v0.5.1

21 Aug 08:57
554e918
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixed a bug due to which addressables were sometimes not loaded

Features

Full Changelog: 0.5.0...0.5.1

v0.5.0

14 Aug 15:18
Compare
Choose a tag to compare

What's Changed

Breaking Changes


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

11 Jul 17:08
Compare
Choose a tag to compare
Reduce memory allocation for debug names

v0.4.2

20 May 10:03
Compare
Choose a tag to compare
Update author

v0.3.2

04 Nov 15:11
Compare
Choose a tag to compare
Up version 0.3.2

v0.3.0

07 Jun 09:29
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
AnimatedCrossFade: optional disposing of invisible child