Sling.js 13.3.0 has been released and comes with a number of improvements. Improved change detection for setTimeout and setInterval. Add automated tests for setTimeout change detection. Add attribute directive slanimatedestroy
Sling.js 13.2.0 has been released and comes with a number of improvements. Improved change detection for XmlHttpRequest operations. Add automated tests for XmlHttpRequest operations.
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
Sling.js 13.0.1 has been released and comes with a number of improvements. More automated tests for slOnInit and slAfterInit hooks. More automated test for slOnDestroy hooks. Testing that slOnDestroy hook
Sling.js 13.0.0 has been released and comes with a number of improvements. Add automated tests to bring total test count to 69. Improve lifecycle hooks. Ensure lifecycle hooks are not
Sling.js 12.0.0 has been released and comes with a number of improvements. New Sling directive system. New sldirective attribute used to define directives. Added ability to run change detection for
Sling.js 11.1.0 has been released and comes with a number of improvements. Fix bug where slAfterInit lifecycle hook would not be called during change detection cycle. Fix bug where tag
Sling.js 11.0.0 has been released and comes with a number of improvements. Fix bug where structural directive on one Element would prevent correct application of structural directive on another Element
Sling.js 10.2.1 has been released and comes with a number of improvements. Change directive names to avoid reassigning attributes during change detection. Change SSR attribute name to avoid reassigning attribute
Sling.js 10.2.0 has been released and comes with a number of improvements. Add automated tests for getRoute, isDetectorAttached, and detachDetector. There are now 58 automated tests. Improve usability in a