Skip to content

Commit 14d6c88

Browse files
committed
chore: update changefiles in preparation for merging into main
1 parent fd1f5ef commit 14d6c88

20 files changed

Lines changed: 39 additions & 39 deletions

change/@microsoft-fast-element-0e87a967-3dbb-4010-9c3f-c5dad8ef3532.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "remove FASTGlobal version tracking",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: remove FASTGlobal version tracking",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-0e87a967-3dbb-4010-9c3f-c5dad8ef3544.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "Remove hydration view template side effect and unused export paths",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: remove hydration view template side effect and unused export paths",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-106e0dee-a966-4f2d-9d9b-857c10599260.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "minor",
3-
"comment": "Add schema-driven attributeMap and observerMap extension subpaths, optional definition schema, and observerMap schema configuration.",
2+
"type": "prerelease",
3+
"comment": "feat: add schema-driven attributeMap and observerMap extension subpaths, optional definition schema, and observerMap schema configuration.",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-22265526-9ae0-4996-878d-ec0bd68133c2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "Move optional helpers to dedicated flat fast-element subpath exports such as @microsoft/fast-element/children.js, @microsoft/fast-element/repeat.js, @microsoft/fast-element/two-way.js, @microsoft/fast-element/signal.js, @microsoft/fast-element/attribute-map.js, and @microsoft/fast-element/observer-map.js while keeping controller and definition internals on the root entrypoint.",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: move optional helpers to dedicated flat fast-element subpath exports such as @microsoft/fast-element/children.js, @microsoft/fast-element/repeat.js, @microsoft/fast-element/two-way.js, @microsoft/fast-element/signal.js, @microsoft/fast-element/attribute-map.js, and @microsoft/fast-element/observer-map.js while keeping controller and definition internals on the root entrypoint.",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-3f6b286b-8276-4142-b903-7306b4c76808.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "Remove the public declarative TemplateElement configuration APIs and make declarative templates use an internal native f-template publisher with explicit hydration opt-in.",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: remove the public declarative TemplateElement configuration APIs and make declarative templates use an internal native f-template publisher with explicit hydration opt-in.",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-61e3e3bd-e227-4449-9ff6-8edc104819d8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "Replace HydratableElementController with automatic prerendered content optimization. When a component connects with an existing shadow root, bindings skip attribute/booleanAttribute DOM updates during initial render while still setting up event listeners, observers, and dependency tracking. Added isPrerendered flag to ElementController and ViewController. Added template-pending guard for defineAsync flow.",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: replace HydratableElementController with automatic prerendered content optimization. When a component connects with an existing shadow root, bindings skip attribute/booleanAttribute DOM updates during initial render while still setting up event listeners, observers, and dependency tracking. Added isPrerendered flag to ElementController and ViewController. Added template-pending guard for defineAsync flow.",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "patch"

change/@microsoft-fast-element-61e3e3bd-e227-4449-9ff6-8edc104819d9.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "Move declarative HTML APIs into @microsoft/fast-element/declarative.js, expose schema map helpers from extension subpaths, and remove the @microsoft/fast-html package.",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: move declarative HTML APIs into @microsoft/fast-element/declarative.js, expose schema map helpers from extension subpaths, and remove the @microsoft/fast-html package.",
44
"packageName": "@microsoft/fast-element",
55
"dependentChangeType": "none",
66
"email": "7559015+janechu@users.noreply.github.com"

change/@microsoft-fast-element-6ff0621c-8656-4b37-a6bf-4286c3f40c33.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "minor",
3-
"comment": "add declarativeTemplate for auto-resolving <f-template> markup",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: add declarativeTemplate for auto-resolving <f-template> markup",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-724d29c9-2cdc-4940-83c1-70ec5d64095e.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "major",
3-
"comment": "Remove ElementStyles.withBehaviors, CSS style behaviors, and CSS bindings in fast-element.",
2+
"type": "prerelease",
3+
"comment": "BREAKING CHANGE: remove ElementStyles.withBehaviors, CSS style behaviors, and CSS bindings in fast-element.",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "none"

change/@microsoft-fast-element-748c99d5-48b4-4910-bb6c-e62520907383.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"type": "minor",
3-
"comment": "Add extensions array argument to FASTElement.define() and FASTElementDefinition.define()",
2+
"type": "prerelease",
3+
"comment": "feat: add extensions array argument to FASTElement.define() and FASTElementDefinition.define()",
44
"packageName": "@microsoft/fast-element",
55
"email": "7559015+janechu@users.noreply.github.com",
66
"dependentChangeType": "patch"

0 commit comments

Comments
 (0)