-
Notifications
You must be signed in to change notification settings - Fork 32
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
Change Plus components naming convention to PMdc... #8
Comments
Implemented by @MarkStega |
MarkStega
added a commit
that referenced
this issue
Sep 16, 2023
* Begin V5 preview * Added additional 'AllowCompilationErrors' * Added 'AllowCompilationErrors' in DocFx.json (It was only added to DocFxMD3.json) * Do builds if on M.B but not push event * Repair MD3 build only job * Remove old version of DocFx, Make certain that DocFx as a tool works properly * Really check that docfx as a tool runs... * Properly setup docfx * Test WiP publish * WiP #2 * WiP #3 * WiP #4 * WiP #5 * WiP #6 * Add targetdramework back into csproj for M.B & M.B.MD3 * WiP #7 * Update csproj for M.B & M.B.MD3 * WiP #8 * WiP #9 * WiP #10, Release #1 * WiP #11 * WiP #12 * WiP #13 * WiP #14 * WiP #15, restructure of articles * New WiP using long line support * Changed progress indicators to use parameters * Updated docs * Update DemonstrationPages to use relative addresses where possible * Removed MD2 documentation pages * Use baseURI in demonstration pages * Repair directories for MD3 documentation * Removed detail page from CircularProgressIndicator, added Icon article to test icon detailed page. * Change name of progress components * Make M.B component names consistent with MD3 components (not the MD3 status documentation * Document parameters in the API, not the articles * Repair reference to MD3 demo pages * blob -> tree in github repository navigation * MOQ -> NSubstitute * Documentation updates * More documentation updates * Update WIP to 5.0.0 * Get rid of extraneous DemoComponent parameter * Added MD3 checkbox * Add labels to MBSwitch * Leading/trailing nomenclature for labels * Corrected MD3 server host.cshtml * Revert to correct host file (momentary lapse in judgement) * Add trace to WIP workflow * More trace... * More trace... * Unix slashes * Repair -- missing brace * trace * More trace... * Repair M.B.csproj & M.B.MD3.csproj * Remove most of trace in WIP * 2023-08-24 EoD * Demo of multiple API documents, single MBTextField2 * Demo of MBDecimalField2 * 2023-08-30 EoD * 2023-03-31 EoD * css * 2023-04-01 EoD * 2023-09-10 EoD * package.json -- Add old 'proposed' changes due to a dependency issue * Checkbox, RadioButton, RadioButtonGroup, Switch * 2023-09-11 EoD * Remove deprecated MD2 controls * DN8RC1 & sub-optimal badge * RC1 release candidate (?RC RC1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plus componets are presently prefixed with "Mdcp" such as
MdcpDatePicker
. The only thing differentiating this from core components is the fourth character, a lower case "p". To better differentiate change the Plus naming convention to "PMdc", egPMdcDatePicker
.The text was updated successfully, but these errors were encountered: