Browse Source

Bumped package veresion to 0.2.8

James Peret 2 years ago
parent
commit
b9ed268efa
2 changed files with 6 additions and 2 deletions
  1. 5 1
      Readme.md
  2. 1 1
      package.json

+ 5 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.UI.v0.2.7
+# 📦 KairoEngine.UI.v0.2.8
 
 The **UI** package contains the ``UiSystem`` component and the ``UiSystemModule``. The module loads the Ui System in place which manages canvases with UI data. The system now which canvases are enabled and has a global toggle for all the game UI.
 
@@ -76,6 +76,10 @@ The UI package adds new functionality for designing game user interfaces and too
 
 ### Changelog
 
+### v0.2.8
+- Added Encyclopedia auto refresh articles on enable
+- Added Singleton to Encyclopedia Controller
+
 #### v0.2.7
 - Fixed tooltip not hiding when parent was hidden or destroyed
 - Added an event trigger and get functions to encyclopedia

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.ui",
     "displayName" : "KairoEngine UI",
-    "version": "0.2.7",
+    "version": "0.2.8",
     "unity": "2020.3",
     "description": "User Interface library for kairoEngine",
     "repository": {