Skip to content

Commit 40e224f

Browse files
Merge pull request #11 from CoderGamester/develop
Release 0.6.0
2 parents 270459a + f56065a commit 40e224f

28 files changed

+79
-551
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66

7+
## [0.6.0] - 2020-09-24
8+
9+
- Added the possibility for the *IUiService* to allow to open/close already opened/closed *UiPresenters*, and throw an exception if not.
10+
- Added the visible property to UiPresenter of its current visual status Added *IUiServiceInit* to give a new contract interface for the *UiService" initialisation
11+
12+
**Fixed**:
13+
- Fixed issue that was not unloading the *UiPresenter* correctly with the asset bundles
14+
- Fixed issue when *UiPresenter* might not have a canvas attached
15+
- Fixed crash when trying to open a *UiPresenter* after loading it
16+
717
## [0.5.0] - 2020-07-13
818

919
- Added *UiAssetLoader* to load Ui assets to memory

Documentation.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Documentation/UiService.md

Lines changed: 0 additions & 169 deletions
This file was deleted.

Documentation/UiService.md.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

Documentation/images.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Documentation/images/example.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

Documentation/images/example.png.meta

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)