Skip to content

Releases: NaluKit/nalu

v1.3.1

04 Aug 18:59
Compare
Choose a tag to compare

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

13 Jun 20:52
Compare
Choose a tag to compare

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

12 Apr 16:55
Compare
Choose a tag to compare

#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

04 Mar 17:29
Compare
Choose a tag to compare

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

several bug fixes & improvements

v1.1.0

23 Jan 08:13
Compare
Choose a tag to compare

#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

13 Dec 09:29
bc5214e
Compare
Choose a tag to compare

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

#22 Composite added to shell not removed

improve documentation

v1.0.0

30 Nov 23:27
Compare
Choose a tag to compare

Initial release of Nalu.