Skip to content

v1.5.7 - Goodbye!

Compare
Choose a tag to compare
@coderFlameyosFlow coderFlameyosFlow released this 04 Oct 23:59
· 42 commits to main since this release
a4bc244

No, This is not the end of me or this project, don't worry 😄.

Category: 1. Bug Fixes, 2. Extensibility, ...

Bug Fixes

  • MenuLayoutBuilder would always ignore the last slot. fix

Improvements

  • Slot.getFirst() now public.
  • Simplified the MenuLayoutBuilder size in createMenu and createPaginated from ((rows * 9) + 9 - 10) to (rows * 9).