Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.49 KB

Changelog

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

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

[1.4.1]

  • Added shortcut to clear the console window (Ctrl+Alt+Shift+C)
  • Fixed rare InvalidCastException.

[1.4.0] - 2023-02-20

  • Added Edit/Gizmos menu to mass-disable gizmo icons.

[1.3.1] - 2022-08-28

  • Added UIToolkit support for 2022.2+ for ScriptableObjectInspector.
  • Added future-proofed UIToolkit support for ScriptInspector.
  • Added HelpBox fallback for <2020.1.

[1.3.0] - 2021-10-22

  • Added Copy Name and Copy Index to blend shape properties.
  • Added Clear to the SerializedProperty array context menu.

[1.2.2] - 2021-10-22

  • Added support for 2021.1+.

[1.2.1] - 2021-07-29

  • Added Reverse to the SerializedProperty array context menu.

[1.2.0] - 2020-11-06

  • Moved StyleUtils and HelpBox to the Vertx.Utilities package. This also changes their namespace.

[1.1.2] - 2020-10-19

  • Fixed compatibility with 2019

[1.1.1] - 2020-10-10

  • Added active scene search to prefab search window.

[1.1.0] - 2020-10-03

  • Update to stay inline with Vertx.Utilities changes.
  • StyleExtensions has been renamed to StyleUtils to match other Utility/Extension classes across these packages.
  • Added Select and Search to MonoScript. Added a prefab search window that is used by searches with MonoBehaviour scripts.

[1.0.0]

  • Initial release.