Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-03-30 Preparation for resource test on WASM #1307

Merged
merged 1 commit into from
Mar 30, 2024
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
42 changes: 21 additions & 21 deletions .github/workflows/GithubActionsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ jobs:
mv siteWeb/wwwroot deployroot
mv siteDocFx deployroot/docs

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{secrets.GH_PAT}}
branch: gh-pages
folder: 'deployroot'
# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# token: ${{secrets.GH_PAT}}
# branch: gh-pages
# folder: 'deployroot'

############################################################################################################
# Build package and deploy
Expand Down Expand Up @@ -209,11 +209,11 @@ jobs:
- name: Display MaterialBlazor package output Ꙫ
run: dir ${{env.outputMB}}

- name: Upload Package 🚀
run: >
dotnet nuget push ${{env.outputMB}}\*.nupkg
-k ${{secrets.NUGET_API_KEY}}
-s https://api.nuget.org/v3/index.json
# - name: Upload Package 🚀
# run: >
# dotnet nuget push ${{env.outputMB}}\*.nupkg
# -k ${{secrets.NUGET_API_KEY}}
# -s https://api.nuget.org/v3/index.json

############################################################################################################
# Create release
Expand All @@ -229,11 +229,11 @@ jobs:
run: echo "version=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
shell: bash

- name: Create Release
uses: ncipollo/release-action@v1
with:
name: Release ${{ env.version }}
tag: ${{ env.version }}
# - name: Create Release
# uses: ncipollo/release-action@v1
# with:
# name: Release ${{ env.version }}
# tag: ${{ env.version }}

############################################################################################################
############################################################################################################
Expand Down Expand Up @@ -399,11 +399,11 @@ jobs:
- name: Display MaterialBlazor package output Ꙫ
run: dir ${{env.outputMBMD3}}

- name: Upload Package 🚀
run: >
dotnet nuget push ${{env.outputMBMD3}}\*.nupkg
-k ${{secrets.NUGET_API_KEY}}
-s https://api.nuget.org/v3/index.json
# - name: Upload Package 🚀
# run: >
# dotnet nuget push ${{env.outputMBMD3}}\*.nupkg
# -k ${{secrets.NUGET_API_KEY}}
# -s https://api.nuget.org/v3/index.json

- name: Compute the SHA256 hash of material.blazor.md3.lib.module.js
shell: pwsh
Expand Down
2 changes: 0 additions & 2 deletions Material.Blazor.MD3/Components/TextField/MBTextField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ protected override void BuildRenderTree(RenderTreeBuilder builder)
builder.AddAttribute(rendSeq++, "disabled");
}

builder.AddAttribute(rendSeq++, "id", TextFieldId);

builder.AddAttribute(rendSeq++, "value", BindConverter.FormatValue(Value));
builder.AddAttribute(rendSeq++, "onchange", EventCallback.Factory.CreateBinder(this, ValueChanged.InvokeAsync, Value));
builder.SetUpdatesAttributeName("value");
Expand Down
137 changes: 70 additions & 67 deletions Material.Blazor.MD3/package-lock.json

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

Loading
Loading