Releases: AnnulusGames/Alchemy
Releases · AnnulusGames/Alchemy
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
v1.0.1
v1.0.0
Fix: add null check