Skip to content

Releases: puckowski/Sling.js

Sling 4.1.1

14 Nov 13:23
Compare
Choose a tag to compare
  • Minor performance enhancements to change detection.

Sling 4.1.0

31 Oct 13:54
5c8e5bf
Compare
Choose a tag to compare
  • Change detection and rendering performance improved by up to 42.64%.
  • Text nodes no longer create span elements.

Sling 4.0.2

25 Oct 19:06
Compare
Choose a tag to compare
  • Performance enhancements for change detection. Fewer function calls.
  • Bug fix for attributes where old attribute may have overwrote new attribute value.
  • Bug fix for change detection where string vnode may have been recreated.

Sling 4.0.0

17 Oct 22:42
Compare
Choose a tag to compare
  • Unified change detection, routing, and Sling core.
  • New markup function.
  • New structural directive.

Sling 3.4.0

10 Oct 11:48
a82ddbe
Compare
Choose a tag to compare
  • Improved error handling for ID changes upon mount.
  • Improved error handling for update procedure.

Sling 3.3.0

05 Oct 22:52
Compare
Choose a tag to compare
  • New resolveAll function in Sling Core.
  • slRequest does not set default Content-Type if options.headers is defined.

Sling 3.2.0

01 Jul 20:07
a8c1742
Compare
Choose a tag to compare
Update README.md

Sling 3.1.3

08 Jun 00:08
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/puckowski/Sling.js

Sling 3.1.2

06 Jun 23:07
Compare
Choose a tag to compare
Fix bug with text nodes

* Fix bug with text nodes by changing how text nodes are created in
Sling Core.

Sling 3.1.1

06 Jun 21:27
76e6e5b
Compare
Choose a tag to compare
Update README.md