Skip to content

Releases: adrenak/ugx

v5.11.0

16 Dec 09:59
Compare
Choose a tag to compare

5.11.0 (2020-12-16)

Bug Fixes

  • Make RectTransform component mandatory for View (c9a1758)
  • use the term 'view data' for instances of view models (48853a6)

Features

  • Remove Bindable (9407e1b)
  • Split ViewList into a plain C# class and a UIBehaviour (1569625)

v5.10.2

03 Dec 06:18
Compare
Choose a tag to compare

5.10.2 (2020-12-03)

Bug Fixes

  • Remove INotifyPropertyChanged from Bindable because it conflicts (04c4b7a)

v5.10.1

03 Dec 06:01
Compare
Choose a tag to compare

5.10.1 (2020-12-03)

Bug Fixes

  • Explicitly declare ComponentModel members in BindableBehaviour (fb20931)

v5.10.0

22 Nov 16:02
Compare
Choose a tag to compare

5.10.0 (2020-11-22)

Features

  • Add Window.autoPopOnBack (918d968)

v5.9.0

21 Nov 10:11
Compare
Choose a tag to compare

5.9.0 (2020-11-21)

Features

  • Update Unex and move to UniTask for async/await (098dfe9)

v5.8.0

06 Nov 09:31
Compare
Choose a tag to compare

5.8.0 (2020-11-06)

Bug Fixes

  • Simplify naming conventions (8046bce)

Features

  • Add Clear method to Navigator (a7eeb2c)
  • Make UGXInitializer MonoBehaviour based (a7764fe)

v5.7.0

30 Sep 04:03
Compare
Choose a tag to compare

5.7.0 (2020-09-30)

Features

  • Add UGXInitializer for setting up dependencies (ff48877)

v5.6.0

15 Sep 15:56
Compare
Choose a tag to compare

5.6.0 (2020-09-15)

Features

  • Create Start method protected in View and View (7aba479)

v5.5.1

14 Sep 12:30
Compare
Choose a tag to compare

5.5.1 (2020-09-14)

Bug Fixes

  • Unmark ViewEvent as Serializable (e91d201)

v5.5.0

10 Sep 18:51
Compare
Choose a tag to compare

5.5.0 (2020-09-10)

Features

  • Add source types to Picture.cs (98ff242)