Skip to content

v1.4.3 - Steve and Alex Are Back

Compare
Choose a tag to compare
@coderFlameyosFlow coderFlameyosFlow released this 16 Sep 00:21
· 95 commits to main since this release
30e94bc

To summarize everything up
Pages is removed as it decreased performance, caused bugs, and had an impact on file size and gave no benefits so now it's removed
on the other hand now filler and decorators features from 1.5.0 are added now; you can add your own Decorator or MenuFiller without the need of generics in the actual class like Menu like:

menu.setFiller(new CustomFiller(menu));
menu.getFiller(CustomFiller.class);