Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for V2 #25

Merged
merged 10 commits into from
Jan 11, 2025
Merged

Release for V2 #25

merged 10 commits into from
Jan 11, 2025

Conversation

ashblue
Copy link
Owner

@ashblue ashblue commented Jan 11, 2025

No description provided.

ashblue and others added 10 commits July 5, 2023 21:10
…temDefinitionBase classes

For something like a card with a lot of file logic behind it, the name of the card can be safely
hard coded. ItemDefinitionBase no longer contains a serialized implementation of string _displayName
so you'll have to implement it

BREAKING CHANGE: Find all classes that inherit ItemDefinitionBase and add `[SerializeField] string
_displayName; public override string DisplayName => _displayName;`. To fix the error that your
classes do not implement  the display name get accessor.
You must have a field called _category to detect live changes in the window via dynamic binding. Not
required if you don't want live binding support to serialized changes.

close #21
Using ItemEntryData to pass in items to InventoryInstance.AddEntry would crash due to an edge case
where it thought the read only item could be runtime manipulated.

fix #17
… item entry type

Was crashing due to a failed LINQ cast that sometimes silently failed.

fix #20
@ashblue ashblue merged commit a86d7ec into main Jan 11, 2025
2 checks passed
@ashblue
Copy link
Owner Author

ashblue commented Jan 11, 2025

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant