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

Feature/v2 upgrade #24

Merged
merged 7 commits into from
Jan 11, 2025
Merged

Feature/v2 upgrade #24

merged 7 commits into from
Jan 11, 2025

Conversation

ashblue
Copy link
Owner

@ashblue ashblue commented Jan 11, 2025

No description provided.

…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 6f4db6d into develop Jan 11, 2025
1 check passed
@ashblue ashblue deleted the feature/v2-upgrade branch January 11, 2025 03:42
@ashblue ashblue restored the feature/v2-upgrade branch January 11, 2025 03:42
github-actions bot pushed a commit that referenced this pull request Jan 11, 2025
@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