Skip to content

v1.3.0

Compare
Choose a tag to compare
@FrankHossfeld FrankHossfeld released this 13 Jun 20:52

Implemented:
#45 add support for controllers without route
#46 Make conditionals composite components
#50 Loader functionality for shell
#52 make the behavior in case of missing hash configurable

Fixed:
#44 onAttach()-method of composite not called
#48 Replace SimpleTypeVisitor6
#51 Redirect to start url in case of missing hash

several bug fixes & improvements

Attention!
The bind-method inside a shell and a controller now works in the same way.
If you had already overwritten the bind-method of a shell, you have to update your code. To update an existing implementation of a bind-method inside a shell:

  • add ShellLoader loader as parameter to the method
  • add throws RoutingInterceptionException to the bind-method
  • call loader.continueLoading(); once you want to leave the method.