Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Fix observable properties set to undefined before element upgrade permanently shadowing the observable accessor.",
"packageName": "@microsoft/fast-element",
"email": "144495202+AKnassa@users.noreply.github.com",
"dependentChangeType": "none"
}
4 changes: 2 additions & 2 deletions packages/fast-element/SIZES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Bundle sizes for `@microsoft/fast-element` exports.

| Export | Minified | Gzip | Brotli |
|--------|----------|------|--------|
| CDN Rollup Bundle | 67.67 KB | 20.04 KB | 17.99 KB |
| FASTElement | 28.10 KB | 8.72 KB | 7.86 KB |
| CDN Rollup Bundle | 67.71 KB | 20.06 KB | 18.01 KB |
| FASTElement | 28.14 KB | 8.74 KB | 7.88 KB |
| Updates | 3.61 KB | 1.48 KB | 1.26 KB |
| Observable | 8.12 KB | 2.99 KB | 2.66 KB |
| observable | 8.16 KB | 3.00 KB | 2.68 KB |
Expand Down
Loading