Skip to content

Releases: staa99/partials.js

Release v3.0.0

10 Dec 22:40
Compare
Choose a tag to compare

Added a page loaded event that's fired after every partial view has been loaded.

Release v2.0.1

09 Dec 03:46
Compare
Choose a tag to compare

What's new?
Modified the link creation code to append links to head, rather than in the body.

Release v2.0.0

05 Dec 05:00
69183cd
Compare
Choose a tag to compare

Add support for relative paths in partial views

release v1.1.1

03 Dec 01:42
Compare
Choose a tag to compare

Fix a bug in 1.1.0 that causes partials to be duplicates when nesting views rather than scripts

release v1.1.0

03 Dec 00:41
Compare
Choose a tag to compare

This release adds support for nested partials.

beta 1.1.0 support nesting

03 Dec 00:12
Compare
Choose a tag to compare
Pre-release

Add support for partial view nesting

The first release of partials.js

02 Dec 22:39
0a50849
Compare
Choose a tag to compare

This release allows you to use partial views in your plain HTML by importing the partials.js file or the minified version and using a div like this

to load a partial view in that specific location.

No support for caching yet, and no custom elements yet.