Releases: staa99/partials.js
Releases · staa99/partials.js
Release v3.0.0
Release v2.0.1
What's new?
Modified the link creation code to append links to head, rather than in the body.
Release v2.0.0
Add support for relative paths in partial views
release v1.1.1
Fix a bug in 1.1.0 that causes partials to be duplicates when nesting views rather than scripts
release v1.1.0
This release adds support for nested partials.
beta 1.1.0 support nesting
Add support for partial view nesting
The first release of partials.js
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.