Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Latest commit

 

History

History
79 lines (65 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

79 lines (65 loc) · 2.78 KB
Versions:
v3.5.0
v3.4.0
v3.3.0
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0

v3.5.0:

Added:

  • Now UIElementsLib is a full Core of a library.
  • RocketMod version.

Removed:

  • PlayerUIElementsListenerContainer and moved to RocketMod version.

Changed:

  • Documentation.
  • Summaries.

v3.4.0:

Added:

  • Create new sample with OpenMod issue #35.
  • IUIHolder should be a bit refactored issue #33.
  • Added special suportage for OpenMod.

v3.3.0:

Added:

  • IActionableUIElement new generics issue #6.
  • IUIHolder add new methods issue 17.

Fixed:

  • IUIHolder not right describes documentation issue 16.
  • IActionableUIElement does not contain interface with 9 generics issue #12.
  • UIHolderBase problems issue #4.
  • Scatter classes and do it visible in folder, avoid contain it under interface issue 18.
  • IUIElement and IInputField are have incorrect namespace issue 19.

Changed:

  • ActionableButton & ActionableInputField.
  • PlayerUIElementsListenerContainer.
  • UPlayer.
  • Actionables accepts object instance instead of IUIObjectDataContainer.
  • Everywhere in code updated documentation comments issue #9.
  • Project migration to .NET Core (lib and plugins still on .NET Framework 4.7.2), made only to simplify work with new C# versions and nuget packages pushes.
  • Migrated to C# 9.0.

Removed:

  • ActionButton & ActionInputField (they were obsolete).

v1.1.0:

Changed:

v.1.0.2:

Changed:

  • UPlayer constructor accepts only SDG.Unturned.Player. (its makes lib independent from RocketMod)
  • Lib independent from RocketMod.

v1.0.1:

Added:

  • PlayerUIElementsListenerContainer as well as IUIElementsContainer (special for easy usage of lib).
  • New project with examples how to use lib in simple and fast way.
  • Default example
  • Fast & simple example.

Changed:

  • All libraries to the latest versions.
  • Documentation.

v1.0.0:

  • First Upload and Release.