Sling.js 13.1.0 has been released and comes with a number of improvements.
- Fixed a bug where maximum stack count would be exceeded by XHR requests in some development environments.
- Render to string SSR functions now have better handling for embedded classes in templates.
- Deeply nested classes are now consumed properly in templates.
- Lifecycle hook slOnInit properties added to class instance are retained during change detection updates.
- Added automated tests for slOnInit hook and XHR requests.