yowchap / BoneLib

A BONELAB mod for making life easier for other mod creators.
GNU General Public License v3.0
29 stars 19 forks source link

Post-patch 5 version improvements #73

Closed adamd3v closed 2 months ago

adamd3v commented 2 months ago

This PR features some fixes for very annoying bugs. It fixes the elements disappearing when there are too many on a page, and a few other issues. Below is a full list of everything that has changed.

Codebase

Menu

FirEmerald commented 1 month ago

I realize I'm rather late to say this but Menu.CreatePage should not have been removed, but rather marked for deprecation. Removal of the method broke some of my mods with zero warning, and there really was no reason to remove it entirely. I'm glad it's an easy fix but outside of major version changes, API method changes or removals should be kept to a minimum.