Releases: NaluKit/nalu
v1.3.1
Implemented:
#53 Add caching support for composites
#58 Implement a "RoutingEvent" after routing was done
#64 deprecate plugin feature
Fixed:
#54 Fix typo
#56 NaluProcessor generates duplicate code
#57 Bug when routing in PopupController
several bug fixes & improvements
- fixed an issue that the start route is always used in case of a reload
- fixed an issue in case the no-hash-feature' is used
- fixed a problem in case no-history-feature is used
- improved log output
v1.3.0
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.
v1.2.1
v1.2.0
v1.1.0
v1.0.1
v1.0.0
Initial release of Nalu.