Skip to content

v5.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@EdJoPaTo EdJoPaTo released this 21 May 18:35
ce0bc0a

leaveOnChildInteraction is replaced by returnable strings on do functions. When you return a relative path like '..' the menu will be shown after the do function is done. Check out the changes in the example as they represent the Breaking changes by this well. fa77f57 4b0e47a

An addition to understand the things this library is doing is the MenuMiddleware tree() method. It returns the submenus and actions handled by the middleware in a formatted string. 4cccae8

  • feat: allow for relative path as return value fa77f57
  • refactor: remove leaveOnChildInteraction 4b0e47a
  • feat(menu-middleware): add tree() 4cccae8
  • fix(select): allow hideFalseEmoji to be overriden df84fb0

v5.0.0-beta.2...v5.0.0-beta.3