Releases: annulusgames/Alchemy
Releases · annulusgames/Alchemy
v2.1.0
What's Changed
- Fix: Changes in PropertyListView are not reflected when field don't h… by @akeit0 in #50
- Fix: Syntax bug by @akeit0 in #51
- Fix: support 2021.3 & 2022.1 by @akeit0 in #56
- Remove: depth limit by @nuskey8 in #62
- Fix: wrong type conversion by @akeit0 in #60
- Fix: typo in subtitle by @Yusuke57 in #72
- Add: PreviewAttribute by @Yusuke57 in #70
- Add: Support list view label modification by @yuyu0127 in #68
- Fix: Inspection of private array-like fields on base class by @yuyu0127 in #65
- Add : Support AlchemySerialization with generics and inheritance by @akeit0 in #61
- Fix for InternalAPIHelper Error in Unity 2023.2.15f1 and Later by @moz-moz in #88
- Fix: Resolved InternalAPIHelper error in Unity 2022.3.23f1 and later by @ArkTarusov in #89
- Fix display of RectOffset in inspector by @moz-moz in #90
- Add: tree map and row separator for hierarchy by @aprius in #91
- Fix: GUI.color not reverting correctly by @nuskey8 in #94
- Update: docs by @nuskey8 in #106
- Update: Unity Editor 2022.3.33f1 -> 6000.0.33f1 by @nuskey8 in #118
- 非パブリックなSerializeFieldを持つクラスを継承した際の不具合を修正 by @takuma-komatsu in #111
- Fix: error on PropertyField that has no ObjectField child by @dssste in #109
- Add: LabelText with Button support by @MrBelarus in #84
- Add: Preview attribute size and align by @MrBelarus in #85
New Contributors
- @akeit0 made their first contribution in #50
- @Yusuke57 made their first contribution in #72
- @yuyu0127 made their first contribution in #68
- @moz-moz made their first contribution in #88
- @ArkTarusov made their first contribution in #89
- @aprius made their first contribution in #91
- @takuma-komatsu made their first contribution in #111
- @dssste made their first contribution in #109
- @MrBelarus made their first contribution in #84
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
Features
- Add: OnListViewChangedAttribute by @annulusgames in #44
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Features
- Feature: hierarchy extensions by @annulusgames in #18
- Fix: InlineEditor attribute doesn't work for arrays by @annulusgames in #20
- Add: callback attributes by @annulusgames in #22
- Feature: group attributes support for classes/structs by @annulusgames in #24
- Feature: AlchemyEditorWindow by @annulusgames in #31
- Add: InlineGroupAttribute by @annulusgames in #33
- Add: LabelWidthAttribute by @annulusgames in #34
- Add: ListViewSettingsAttribute by @annulusgames in #36
- Feature: persisting window data by @annulusgames in #37
Bug fixes
- Fix: fields hiding the inherited members of Component are displayed multiple times by @annulusgames in #25
- Fix: [InlineField] not working by @annulusgames in #26
- Fix: OnValueChanged method with parameters doesn't work by @annulusgames in #27
- Fix: fields that hides inherited properties appears multiple times by @annulusgames in #28
- Fix: SerializedProperty.GetFieldInfo() does not retrieve inherited members by @annulusgames in #29
- Fix: some elements not working on AlchemyEditorWindow by @annulusgames in #32
- Fix: InlineObjectField's allowSceneObjects is invalid by @annulusgames in #41
Improvements
- Add: diagnostic descriptors by @annulusgames in #21
- Add: parameterless group attribute constructors by @annulusgames in #35
- Refactoring by @annulusgames in #38
- Add: summary by @annulusgames in #39
- Add: docs by @annulusgames in #43
Changes
- Remove: Alchemy.Editor.Internal namespace by @annulusgames in #19
Full Changelog: v1.0.4...v2.0.0
v1.0.4
What's Changed
- Fix: error regarding button arguments by @annulusgames in #13
- Fix: Exception occurs on button of argumentless method whose return value is not void by @annulusgames in #14
- Fix duplicate fields and buttons in the inspector when using inheritance by @PJBarczyk in #16
- Add: AnimationCurve and Gradient support for AlchemySerializeField by @annulusgames in #17
New Contributors
- @PJBarczyk made their first contribution in #16
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Fix foldout of disabled button doesn't work
- Fix types with PropertyDrawer were not drawn correctly in List
- Fix parent class members not visible
PR
- v1.0.3 by @annulusgames in #8
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Added [Create...] button for string field with null value
- Fixed an error that occurred when targetObject was null
- Refactoring
Full Changelog: v1.0.1...v1.0.2