Skip to content

Latest commit

 

History

History
179 lines (83 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

179 lines (83 loc) · 8.36 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.

2.2.8 (2022-12-30)

Bug Fixes

  • context menu: move managed reference context menu items to the default context menu (841b3a0), closes #75
  • show serialize reference: filter objects derived from UnityEngine.Object from possible values (0fe75d2), closes #74

2.2.7 (2022-06-22)

Bug Fixes

  • gui: fix flex and ordering in type window (1608348)

2.2.6 (2022-05-20)

Bug Fixes

  • license: add LICENSE.md.meta file to package (#72) (49cc25a), closes #71

2.2.5 (2022-04-23)

Bug Fixes

2.2.4 (2022-04-10)

Bug Fixes

  • editor: fix getting field value on a property (3834970)
  • use new API for Unity version 2021+ (4623df1)

2.2.4-pre.1 (2022-04-10)

Bug Fixes

  • editor: fix getting field value on a property (3834970)
  • use new API for Unity version 2021+ (4623df1)

2.2.3 (2020-10-23)

Bug Fixes

  • 🐛 Fix icons not showing (b777b78)
  • 🐛 Fix null reference if no TypeFilter specified (a9d1edb), closes #63
  • 🐛 Fix warning when clicking null serialize reference (8fec535)

2.2.2 (2020-08-17)

Bug Fixes

  • 🐛 typefilter returning null wasn't properly handled (43928f9), closes #61

2.2.1 (2020-08-16)

Bug Fixes

  • 🚑 fixes renamed GuiEvent meta file (53f665b), closes #56

2.2.0 (2020-08-16)

Features

  • ✨ add TypeFilterAttribute support (aafd1a1), closes #52
  • ✨ modify TypeFilterAttribute to use sequences (12558d5), closes #54

Performance Improvements

  • ⚡ making selectabletypes lazy (4e3b2fc), closes #53

2.2.0-preview.1 (2020-08-16)

Features

  • ✨ add TypeFilterAttribute support (23f32c6), closes #52
  • ✨ modify TypeFilterAttribute to use sequences (e491674), closes #54

Performance Improvements

  • ⚡ making selectabletypes lazy (a440a52), closes #53

2.1.0-preview.3 (2020-08-16)

Features

  • ✨ modify TypeFilterAttribute to use sequences (71b0ae5), closes #54

2.1.0-preview.2 (2020-08-16)

Performance Improvements

  • ⚡ making selectabletypes lazy (fd4d28a), closes #53

2.1.0-preview.1 (2020-08-16)

Bug Fixes

  • 🎨 fixing background color regardless of editor skin (a871caf)
  • 🎨 fixing background color regardless of editor skin (87bb2a1)
  • 🐛 fixing bug if absolute file path is windows (142b729)
  • 🐛 fixing bug if absolute file path is windows (fb1eafc)

Features

  • ✨ copy paste SerializeReference fields! (559a010)

2.0.0 (2020-08-16)

Code Refactoring

  • 🎨 refactoring typefield (d574868)

BREAKING CHANGES

  • Changes the public API of TypeField and remove TypeFieldOptions

1.0.2 (2020-08-15)

Bug Fixes

  • 🐛 fixing can't set null type on SerializableType (afdb027), closes #46

1.0.1 (2020-08-15)

Bug Fixes

1.0.0 (2020-07-30)

Code Refactoring

  • 🎨 ShowValueType -> ShowSerializeReference (0feed58)

BREAKING CHANGES

  • ShowValueType is now renamed as ShowSerializeReference. Fixes #37

1.0.0-preview.1 (2020-07-29)

Code Refactoring

  • 🎨 ShowValueType -> ShowSerializeReference (0feed58)

BREAKING CHANGES

  • ShowValueType is now renamed as ShowSerializeReference. Fixes #37