Browse Source

Bumped package to version 0.2.6

James Peret 2 years ago
parent
commit
7337fdf008
2 changed files with 8 additions and 3 deletions
  1. 6 1
      Readme.md
  2. 2 2
      package.json

+ 6 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.UI.v0.2.5
+# 📦 KairoEngine.UI.v0.2.6
 
 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,11 @@ The UI package adds new functionality for designing game user interfaces and too
 
 ### Changelog
 
+#### v0.2.6
+- Added Selected Button component
+- Added Default Encyclopedia article and category
+- Added Encylopedia system
+
 #### v0.2.5
 - Added Transition GameAction with fade-in and fade-out
 

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.ui",
     "displayName" : "KairoEngine UI",
-    "version": "0.2.5",
+    "version": "0.2.6",
     "unity": "2020.3",
     "description": "User Interface library for kairoEngine",
     "repository": {
@@ -10,7 +10,7 @@
     },
     "author": "Kairoscope",
     "dependencies": {
-      "at.kairoscope.kairoengine.core":"0.2.0",
+      "at.kairoscope.kairoengine.core":"0.2.4",
       "at.kairoscope.kairoengine.sfx":"0.2.0",
       "at.kairoscope.thirdparty.leantween":"1.0.0",
       "at.kairoscope.thirdparty.tmpro":"1.0.0"