You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added DataRegistry per button to make it easier for users to cache data with their buttons, change and fetch them when needed
through Button#getNamedData and Button#setNamedData
Fixed bugs in SlotIterator
Changed SlotIterator implementations:
SlotIterator#next -> SlotIterator#current
SlotIterator#hasNext -> SlotIterator#canContinue
Added method SlotIterator#shift
Added debugger for lotus and helpful methods for using the debugger such as:
Lotus#enableDebugger
Lotus#disableDebugger
Lotus#isDebuggerEnabled
Fixed the bug: when using MenuView#updateButton it resets the button's actions.