Skip to content

v2.4.3

Compare
Choose a tag to compare
@DevNatan DevNatan released this 10 Apr 19:39
· 542 commits to main since this release

Bug Fixes

  • Error handling now works properly onOpen and onRender (#51).

API changes

  • onHotbarInteract(...) is now stable;
  • Possibility to get the pagination source from ViewContext (#62);
  • Allow getting current title from context inventory (#56);
  • New PaginatedView(rows) constructor (#49).

Internal changes

  • An exception is thrown when trying to manipulate or access the context inventory before opening it (#63);
  • The inventory will not be displayed to the player if the initial rendering is cancelled. (#60).

Documentation

  • View options details on readme (#66).