-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MT 12 packages referenced * automatic package-lock.json update * MBButton * MBCard * Icon buttons * MBDrawer, MBListItem & MBMenu List items are not styled correctly * 2021-09-08 EoD * MT 12 packages referenced * automatic package-lock.json update * MBButton * MBCard * Icon buttons * MBDrawer, MBListItem & MBMenu List items are not styled correctly * 2021-09-09 Document init in MBCircularProgress & MBDatePicker * mdc-list migrated to mdc-deprecated-list Should correct drawer and menu * 2021-09-10 Comparison.js changes per SL * 2021-09-10 Experiment - relax permissions for gh-pages deploy * 2021-09-10 Fixed the errors introduced by VS in the M.B.csproj & M.B.W.csproj * 2021-09-10 My one and only non-guided attempt to fix comparison.js * MBCircularProgress * MB Menu & MB Drawer complete * MBSwitch * Material node reference update * place comparison output and diff report into the same zip file * MBRadioButton * MBListItem corrections * MBSwitch bug fixes * Fix lack of flushing in BatchingJsWrapper * 2021-09-14 Documentation changes * Fixed date picker to work inside batching wrapper * Restrict batching to component initiation * Node updates * Bug fixes * MBSlider * MBSnackbar * MBFloatingActionButton * MBDialog * MBSegmentedButton - single & multi * 2021-09-19 Added LocalTest.Bat at the root * MBChips Require further work * Dialog corrections * Batching JS test disabled * CSPROJ correction * Documentation changes per MCW review * MBListItem bug fix and theming doc update * Update SASS version in website Co-authored-by: Mark Stega <[email protected]> Co-authored-by: Stefan Lörwald <[email protected]>
- Loading branch information
1 parent
0889af5
commit 62269b0
Showing
87 changed files
with
1,870 additions
and
1,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dotnet test --configuration Release Material.Blazor.Test\Material.Blazor.Test.csproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
); | ||
|
||
|
||
@use "material-components-web"; | ||
@use "./material-components-web"; | ||
@use "./app"; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.