-
Notifications
You must be signed in to change notification settings - Fork 615
Move FAST HTML to FAST Element #7314
Copy link
Copy link
Open
Labels
breaking-changeA breaking change to a shipping packageA breaking change to a shipping packagetaskA task that's part of a body of feature work.A task that's part of a body of feature work.
Milestone
Description
Description
During v3 update deprecate the @microsoft/fast-html package, and move the logic of the f-template into @microsoft/fast-component. This should update the define configurations template option to:
Example:
MyElement.define({
name: "my-element",
template: waitForTemplate() // example, this will return a Promise<ViewTemplate>
});This waitForTemplate should have it's own export path (so as not to bloat the package). It should register the f-template custom element once under the hood.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking-changeA breaking change to a shipping packageA breaking change to a shipping packagetaskA task that's part of a body of feature work.A task that's part of a body of feature work.
Type
Projects
Status
Todo