Releases: puckowski/Sling.js
Releases · puckowski/Sling.js
Sling.js 21.2.1
Slign.js 21.2.0
- Tweak test bench to run slightly faster.
- Add new Cloudflare Worker and similar technology compatible build.
Sling.js 21.1.0
- Fixes for lifecycle hook calls on recycled nodes.
Sling.js 21.0.1
- Bug fix renderElementWithoutClass when in manual change detection mode and trying to bind a function.
Sling.js 21.0.0
- Change setTimeout and setInterval behavior. We no longer try to patch these functions and we no longer try to provide a "detached" alternative.
- Bring automated test count to 202.
- Do not add duplicate destroy functions to global array.
- Add logic to ensure slOnDestroy is called if the tag name is the same but the element is being recycled.
- Add logic to ensure slAfterInit is called if the element is being reintroduced to the DOM with changes.
- Add logic to ensure slOnInit is called if the element is being reintroduced to the DOM with changes.
Sling.js 20.3.1
- Bug fix Sling Reactive clearSubscription.
- Add automated test for Sling Reactive bringing the total to 198.
Sling.js 20.3.0
- Add new overload for terser markup function named m.
- Add automated test for new terser markup function which brings the total test count to 197.
Sling.js 20.2.0
- Add wiki page for SVG elements.
- Update directives for SVG elements.
- Add test cases to automated test suite.
Sling.js 20.1.0
- Add support for SVG elements.
- Add automated tests for SVGs bringing the total test count to 196.
Sling.js 20.0.0
- Update Sling.js to version 20.0.0.
- Change how component scoped CSS works. Hide elements until attributes are applied to DOM nodes and CSS has been updated in DOM. Then show DOM nodes.