Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.71] - 2020-08-11

Changed

  • RepeatView adds the prefab at the beginning, duplicates index 0
  • ScreenId uses the path Assets/Plugins/VioletUI/ScreenId.bytes

[0.1.70] - 2020-08-11

Added

  • ScreenId now uses Assets/Menus/ScreenId.bytes as a persistent source of truth for package

[0.1.69] - 2020-08-10

Changed

  • RepeatView now adds an inactive prefab to the scene to make it easier to edit

[0.1.68] - 2020-08-10

Added

  • Navigator.OnScreenAdded

Changed

  • Screen => VioletScreen
  • Fix user-initiated render to always use forceRender

[0.1.60] - 2020-07-26

Added

  • VioletButton
  • Violet.Log

[0.1.50] - 2020-07-25

Added

  • Navigator
  • Screen

[0.1.42] - 2020-07-21

Added

  • ChildView
  • StateMonobehaviour

[0.1.0] - 2020-07-19

Added

  • View
  • RepeatView