Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion crates/microsoft-fast-build/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/microsoft-fast-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microsoft-fast-build"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
description = "Server-side renderer for FAST declarative HTML templates — resolves bindings, evaluates conditionals, iterates repeats, and expands custom elements into Declarative Shadow DOM."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/microsoft-fast-convert/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/microsoft-fast-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microsoft-fast-convert"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
description = "Converter for FAST declarative HTML templates into WebUI prerelease HTML or FAST v3 TypeScript templates."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/csr/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "examples/csr/todo-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-element": "^3.0.2",
"@microsoft/fast-examples-design-system": "^1.0.0",
"tslib": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/csr/todo-mobx-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "examples/csr/todo-mobx-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-element": "^3.0.2",
"@microsoft/fast-examples-design-system": "^1.0.0",
"mobx": "^6.13.5",
"tslib": "^2.6.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/ssr/chat-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"directory": "examples/ssr/chat-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-element": "^3.0.2",
"@microsoft/fast-examples-design-system": "^1.0.0",
"tslib": "^2.6.3"
},
"devDependencies": {
"@microsoft/fast-build": "^0.9.0"
"@microsoft/fast-build": "^0.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/webui-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"directory": "examples/ssr/webui-todo-app"
},
"dependencies": {
"@microsoft/fast-element": "^3.0.1",
"@microsoft/fast-element": "^3.0.2",
"@microsoft/fast-examples-design-system": "^1.0.0",
"@microsoft/webui": "^0.0.12",
"tslib": "^2.6.3"
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/fast-build/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@microsoft/fast-build",
"entries": [
{
"date": "Wed, 29 Jul 2026 19:34:55 GMT",
"version": "0.10.0",
"tag": "@microsoft/fast-build_v0.10.0",
"comments": {
"none": [
{
"author": "863023+radium-v@users.noreply.github.com",
"package": "@microsoft/fast-build",
"commit": "9c0092c45d5cc6283ceba05470783c290d6270b5",
"comment": "Fix package manifest formatting with `npm pkg fix`."
}
],
"minor": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-build",
"commit": "443b8a1316eb80467808053e0fe6d5369690d218",
"comment": "Add FAST declarative template conversion to the fast CLI."
}
]
}
},
{
"date": "Fri, 26 Jun 2026 21:42:49 GMT",
"version": "0.9.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/fast-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/fast-build

<!-- This log was last generated on Thu, 25 Jun 2026 05:31:59 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 29 Jul 2026 19:34:55 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.10.0

Wed, 29 Jul 2026 19:34:55 GMT

### Minor changes

- Add FAST declarative template conversion to the fast CLI. (7559015+janechu@users.noreply.github.com)

## 0.9.0

Thu, 25 Jun 2026 05:31:59 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-build",
"version": "0.9.0",
"version": "0.10.0",
"description": "CLI and Node.js API for server-side rendering and converting FAST declarative HTML templates.",
"author": {
"name": "Microsoft",
Expand Down
47 changes: 47 additions & 0 deletions packages/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Wed, 29 Jul 2026 19:34:55 GMT",
"version": "3.0.2",
"tag": "@microsoft/fast-element_v3.0.2",
"comments": {
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "febeabc2a244df71de8f3d4f35f5fccfc4fc5e7b",
"comment": "Update documentation around the necessity for await when using define"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "8681f2b8e548535ddfa172f9ce75307f6247a105",
"comment": "Document declarative fixture testing guidance."
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "443b8a1316eb80467808053e0fe6d5369690d218",
"comment": "Update WebUI integration fixtures to generate templates with fast convert."
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "27a4304bdfa69433b8532bff192d8ac747aef79f",
"comment": "Remove the vulnerable concurrently dependency by serving declarative fixtures from source, and update transitive tooling dependencies with security fixes."
}
],
"patch": [
{
"author": "pradeepramolaa@gmail.com",
"package": "@microsoft/fast-element",
"commit": "6be5bb6643458101400494e3efa6b0fdd78acc85",
"comment": "Ignore stale observer map array notifications after replacement."
},
{
"author": "863023+radium-v@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "582df1842d9d8e2bebf9a325fc3088aabb29240f",
"comment": "Prevent stale server-rendered structural views from being duplicated during hydration."
}
]
}
},
{
"date": "Fri, 26 Jun 2026 21:42:49 GMT",
"version": "3.0.1",
Expand Down
Loading
Loading