Setup project
Version updated for https://github.com/github/template-parts to version v0.7.1.
- This action is used across all versions by 29 repositories.
Action Type
This is a composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Template Parts library acts as a polyfill for the proposed Template Instance API, enabling developers to dynamically manipulate template content using JavaScript objects. It automates the process of binding data to template placeholders ({{x}}, {{y}}, etc.) and updating DOM elements in a structured and efficient way. Key capabilities include dynamic parameter updates, support for boolean attributes, and compatibility with a proposed future web standard, making it easy to adopt or transition to native implementations if the proposal is standardized.
Release notes
What’s Changed
- Export
InnerTemplatePartby @seanpdoyle in https://github.com/github/template-parts/pull/78
Full Changelog: https://github.com/github/template-parts/compare/v0.7.0...v0.7.1