Skip to content

Releases: NaluKit/nalu

v1.3.0

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.

v1.2.1

Choose a tag to compare

@FrankHossfeld FrankHossfeld released this 12 Apr 16:55

#42 Provide utility methods to compare routes
#41 Improve error handling in Nalu
#39 Add bind method to controller
#38 Improve routing
#37 Add router instance to application loader

several bug fixes & improvements

v1.2.0

Choose a tag to compare

@FrankHossfeld FrankHossfeld released this 04 Mar 17:29

#34 Allow Nalu app to be embedded into existing webpage.
#35 Add possibility to log user actions

several bug fixes & improvements

v1.1.0

Choose a tag to compare

@FrankHossfeld FrankHossfeld released this 23 Jan 08:13

#23 Use browser history API for navigation instead of #hash.
#24 Improve query-handling of start url
#28 Caching does not work correct with Composites
#30 Add methods for activation state to controller

several bug fixes & improvements

v1.0.1

Choose a tag to compare

@FrankHossfeld FrankHossfeld released this 13 Dec 09:29
bc5214e

#20 Remove 'sudo: false' from travis.yml

#22 Composite added to shell not removed

improve documentation

v1.0.0

Choose a tag to compare

@FrankHossfeld FrankHossfeld released this 30 Nov 23:27

Initial release of Nalu.