v1.5.7 - Goodbye!
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).