Skip to content

Commit

Permalink
Deploying to gh-pages from @ bb4bdcb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
simonziegler committed Apr 11, 2024
1 parent 922359e commit f1c45cc
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 14 deletions.
Binary file modified _framework/Material.Blazor.Website.WebAssembly.pdb.gz
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.WebAssembly.wasm
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.WebAssembly.wasm.br
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.WebAssembly.wasm.gz
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.pdb.gz
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.wasm
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.wasm.br
Binary file not shown.
Binary file modified _framework/Material.Blazor.Website.wasm.gz
Binary file not shown.
Binary file modified _framework/Material.Blazor.pdb.gz
Binary file not shown.
Binary file modified _framework/Material.Blazor.wasm
Binary file not shown.
Binary file modified _framework/Material.Blazor.wasm.br
Binary file not shown.
Binary file modified _framework/Material.Blazor.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Material.Blazor.Website.WebAssembly",
"resources": {
"hash": "sha256-gt1HgJ/GsAxXIp0pZxs+7ZXSBPA6oFfnaXHsVbEYNZ4=",
"hash": "sha256-QnnBbnuFnF2JbIOM6V+uiBkD/NQ9debpb6kBK7v4YHc=",
"jsModuleNative": {
"dotnet.native.8.0.3.9nm7bajy7e.js": "sha256-D4sYBYmDfH/YekgYRgX959/2RG6k28sJSHmcsn+iikk="
},
Expand All @@ -19,9 +19,9 @@
"assembly": {
"GoogleAnalytics.Blazor.wasm": "sha256-9maxHDA0ezDRT79XvPIZi411ySyG96k1lUuuu9NbGEE=",
"Humanizer.wasm": "sha256-4NbSboZzzP9nikRtXapUZNzOyITt7ht9TNqCIQHr5OE=",
"Material.Blazor.wasm": "sha256-9KfQp1WFH1RKvDXlzq2Fjghf6O+MHko1GZgAIlVIWM8=",
"Material.Blazor.Website.wasm": "sha256-HLKoNHDeIwkV8cfvFH3lFkDNq2E95q9A8qg3DHOafls=",
"Material.Blazor.Website.WebAssembly.wasm": "sha256-hUtgHWaTAOMTvc56bmumDgmhVVXQ/yaxitUfmpXDpoM=",
"Material.Blazor.wasm": "sha256-3ue6p1AV8/n/SVtzXQ+m5OmHH2eqT4QqySKrbcwmaWE=",
"Material.Blazor.Website.wasm": "sha256-CU4NNaK2iZkr1A1do7IkKIOrksyIrmpJG6cPrG1JYsc=",
"Material.Blazor.Website.WebAssembly.wasm": "sha256-mTGYfQ4/8p9d/XVXUMgUU4dWZNZQ4zuS8sLYX72fZCA=",
"Microsoft.AspNetCore.Components.Forms.wasm": "sha256-csfz06kPRHMqmpKDu4hPUTCTCP8hsrHE4dL3BgqK8Uw=",
"Microsoft.AspNetCore.Components.wasm": "sha256-728b0LQ77LeQaZ43OLQOplShbQq47lC1lR7K6j4Ulvk=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-2cIJP3xzMJKa7Ka6Y71maMfcQzBpZydRx8GTgf8mSd8=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
23 changes: 13 additions & 10 deletions docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,26 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<article data-uid="A.ReleaseNotes">
<h1 id="release-notes">Release Notes</h1>

<h4 id="532"><a href="https://github.com/Material-Blazor/Material.Blazor/tree/5.3.2">5.3.2</a></h4>
<p>Released 2024-04-11</p>
<p><strong>Updates</strong></p>
<ul>
<li><code>MBPopover</code> no longer throws exceptions when you try to show a popover that is already open, or hide one that is hidden. This was an unnecessary exception.</li>
</ul>
<p><strong>New components</strong></p>
<p><strong>New features</strong></p>
<p><strong>Breaking Changes</strong></p>
<p><strong>Deprecated Components</strong></p>
<p><strong>Known issues</strong></p>
<br>
<h4 id="531"><a href="https://github.com/Material-Blazor/Material.Blazor/tree/5.3.1">5.3.1</a></h4>
<p>Released 2024-04-??</p>
<p>Released 2024-04-10</p>
<p><strong>Updates</strong></p>
<ul>
<li>.Net 8.0.4 updates</li>
<li>Dependabot updates.</li>
</ul>
<p><strong>New components</strong></p>
<ul>
<li><code>MBPopover</code> has the same styling and UX experience as <code>MBMenuSurface</code>, with the following engineering differences:
<ul>
<li>Performs lazy rendering of child content to improve page load performance, copied from <code>MBDialog</code>.</li>
<li>Also like <code>MBDialog</code>, <code>MBPopover</code> performs late instantiation of child compoenents to ensure correct styling after opening.</li>
<li><code>MBPopover</code> has <code>ShowAsync()</code> and <code>HideAsync()</code> like <code>MBDialog</code>, unlike the <code>ToggleAsync()</code> method of <code>MBMenuSurface</code>.</li>
</ul>
</li>
</ul>
<p><strong>New features</strong></p>
<p><strong>Breaking Changes</strong></p>
<p><strong>Deprecated Components</strong></p>
Expand Down

0 comments on commit f1c45cc

Please sign in to comment.