v2.3.0
- Event namespaces respect class inheritance #55 - this is a big improvement, thanks to @JanTvrdik and @norbe for making this happen!
- If you happened to name a public persistent property
onSomething
and you presenter is a registered service, it would have been replaced by Event object which might result in breaking of the application. You would notice this during development, but it was a unnecesary situation. Now it's fixed, all properties that have annotation@persistent
or@inject
will be excluded from autowiring of Events.
This release is for Nette 2.2.*