Skip to content

Releases: puckowski/Sling.js

Sling.js 21.2.1

23 Oct 19:59
Compare
Choose a tag to compare
  • Fix deprecated usage of page vertical scroll offset.

Slign.js 21.2.0

17 Oct 23:04
Compare
Choose a tag to compare
  • Tweak test bench to run slightly faster.
  • Add new Cloudflare Worker and similar technology compatible build.

Sling.js 21.1.0

23 Feb 23:16
Compare
Choose a tag to compare
  • Fixes for lifecycle hook calls on recycled nodes.

Sling.js 21.0.1

11 Feb 15:53
Compare
Choose a tag to compare
  • Bug fix renderElementWithoutClass when in manual change detection mode and trying to bind a function.

Sling.js 21.0.0

10 Feb 20:02
Compare
Choose a tag to compare
  • 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

05 Feb 22:18
Compare
Choose a tag to compare
  • Bug fix Sling Reactive clearSubscription.
  • Add automated test for Sling Reactive bringing the total to 198.

Sling.js 20.3.0

28 Oct 12:07
Compare
Choose a tag to compare
  • 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

21 Oct 11:23
Compare
Choose a tag to compare
  • Add wiki page for SVG elements.
  • Update directives for SVG elements.
  • Add test cases to automated test suite.

Sling.js 20.1.0

19 Oct 21:01
Compare
Choose a tag to compare
  • Add support for SVG elements.
  • Add automated tests for SVGs bringing the total test count to 196.

Sling.js 20.0.0

27 Sep 21:45
Compare
Choose a tag to compare
  • 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.