-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: RazorConsole/RazorConsole
base: v0.2.2
head repository: RazorConsole/RazorConsole
compare: v0.3.0
- 16 commits
- 181 files changed
- 6 contributors
Commits on Dec 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e3336f - Browse repository at this point
Copy the full SHA 3e3336fView commit details -
docs(website):Extend properties of Select component. (#245)
Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bcb84f4 - Browse repository at this point
Copy the full SHA bcb84f4View commit details
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 74235ee - Browse repository at this point
Copy the full SHA 74235eeView commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 21ba89b - Browse repository at this point
Copy the full SHA 21ba89bView commit details
Commits on Dec 19, 2025
-
Auto-Generated Doc from Docfx (#258)
* feat(docs): Add component documentation generation system with XML parsing * feat(api): Implement API documentation feature with dynamic routing and YAML parsing * refactor(docs): Remove unused XML parser for component documentation * feat(build): Add docfx metadata generation to build process * feat(deps): Add @types/js-yaml for TypeScript support and update package-lock * feat(docs): Update output paths for docfx and adjust YAML file imports * feat(ci): Add artifact upload and download steps for RazorConsole.Core build output * feat(api): Refactor API data handling and update output paths for DocFX * fix(api): Correct path for loading DocFX YAML files * Refactor ComponentDetail to enhance parameter display and search functionality - Introduced a new ParametersTable component for better organization of parameters. - Implemented search functionality to filter parameters based on name, type, and description. - Categorized parameters into Behavior, Appearance, Events, Common, and Other with corresponding icons. - Cleaned up parameter descriptions by removing XML tags and xref references. - Updated the layout and styling for improved user experience. * feat(api): Refactor parameter categorization and enhance documentation utilities * feat(api): Enhance type parsing to support generic types and improve documentation URL handling --------- Co-authored-by: BigMiao <g2260578356@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69401b4 - Browse repository at this point
Copy the full SHA 69401b4View commit details -
refactor: consolidate CI workflows by merging deploy-pages into ci.yml (
#259) Co-authored-by: BigMiao <g2260578356@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a98e88 - Browse repository at this point
Copy the full SHA 6a98e88View commit details
Commits on Dec 21, 2025
-
refactor(components):Remove unnecessary nullable string in select Val…
…ueChange callback. (#261)
Configuration menu - View commit details
-
Copy full SHA for 3885ad1 - Browse repository at this point
Copy the full SHA 3885ad1View commit details -
fix(website):Add missing components in components.generated.ts. (#260)
* fix(website):Add missing components in components.generated.ts. * fix:StepChart example.
Configuration menu - View commit details
-
Copy full SHA for c68ce97 - Browse repository at this point
Copy the full SHA c68ce97View commit details
Commits on Dec 23, 2025
-
feat(core.components, gallery, website):Add scrollbar component. (#256)
* feat(core.components, gallery):Make primitive scrollbar component. * feat:Add auto height scrollbar. * feat:Add table scrollbar adaptivity proto. * feat:Add full adjustment for table. * feat:Add full table support. * feat:Add Panel support. * fix:Refactor code and make some edge case handling. * feat:Add empty items support. * feat:Add scrollbar component support. * feat:Add scrollbar focus ability. * feat:Add Embedded scrollbar behaviour switcher. * fix:Fix measurement bug. * feat:Add gallery example + rename ScrollBar to Scrollbar. * feat:Moved to middleware approach. * docs(website, built-in):Add docs for scrollbar. * fix:Fix table measure bug. * fix(website):Make example layout prettier. * docs(scrollable):Update docs. * feat(scrollbar):Change KeyDownEventHandler to ScrollContext. * refactor(translators): Make ifs simple in ScrollableTranslator. * test:Added test for ScrollbaleTranslator and ScrollableWithBarRenderable. * fix(format):Remove bom. * refactor(scrollable):Change `EnableEmbeddedScrollbar` to `IsScrollbarEmbedded`. * docs:fix built-in changing KeyDown to ScrollContext * refactor:Replace Scrollbar component with settings record. --------- Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1266b08 - Browse repository at this point
Copy the full SHA 1266b08View commit details
Commits on Dec 24, 2025
-
feat(core, gallery):Add razor lang syntax highlighting. (#264)
* feat(core, gallery):Add razor lang syntax highlighting. * fix(format):Remove BOM.
Configuration menu - View commit details
-
Copy full SHA for 0ba0cd8 - Browse repository at this point
Copy the full SHA 0ba0cd8View commit details -
fix(website):Add origin colors support. (#265)
* fix(website):Add origin colors support. * refactor(website):Return some previous colors.
Configuration menu - View commit details
-
Copy full SHA for afd4d89 - Browse repository at this point
Copy the full SHA afd4d89View commit details
Commits on Dec 25, 2025
-
feat(core,gallery):Change default TextButton FocusedColor to DeepSkyB…
…lue1. (#269) * feat(core,gallery):Change default TextButton FocusedColor to DeepSkyBlue1. * docs(design-docs):Update textbutton doc.
Configuration menu - View commit details
-
Copy full SHA for 4d1e971 - Browse repository at this point
Copy the full SHA 4d1e971View commit details
Commits on Dec 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 72bf895 - Browse repository at this point
Copy the full SHA 72bf895View commit details -
feat(core, site):Add AOT support and GitHub alerts in Markdown. (#263)
* refactor:Add trimming annotations to support Native AOT. * build:Disable root assembly trimming to fix AOT routing. * refactor(core.rendering):Protect ResolveSpinner by adding dynamic annotations. * chore(core):Change '\' to '/' in csproj. * to prev. * Add IL2104 to NoWarn in Directory.Build.props Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> * Add NoWarn property for IL2104 in targets file Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> * Remove IL2104 from NoWarn in Directory.Build.props Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> * docs:Add docs about AOT support. * feat(website):Add ability to render github alerts in Markdown component. * chore(core):Remove IL2104 warning suppression in .targets * docs:Replace Prerequisites section by msdocs. * chore(core):Remove trimming hack. * docs:Extend 4.2 according to last changes. * docs:Fix 1. * chore:Move AOT trimming from Directory.Build.props to gallery csproj. * refactor(core):Remove unused parameters from CreateParameterView in AppHost. --------- Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c4c625 - Browse repository at this point
Copy the full SHA 7c4c625View commit details
Commits on Dec 28, 2025
-
feat(website):Improve and refactor UI. (#271)
* feat:Add fixed sidebar and mobile nav. * refactor:Split pages into components. Clean up code structure. * chore:Setup Prettier and apply formatting. * feat:Add header component. Improve layout header. * feat:Add footer component. Improve layout footer. * refactor:Remove unnecessary animations. * fix:Fix mobile header size. * fix:Make scrolling to top in routing instant. * feat:Improve components overview. * chore:Add missing build:wasm script in package.json. * fix:Fix imports and format. * refactor:Apply git rename. * refactor:Import in mobilenav open button. * feat:Updated scrollbar style in sidebars.
Configuration menu - View commit details
-
Copy full SHA for 0884a88 - Browse repository at this point
Copy the full SHA 0884a88View commit details
Commits on Dec 29, 2025
-
Add v0.3.0 release notes with milestone completion checklist (#268)
* Initial plan * Add v0.3.0 release notes Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Add v0.3.0 release notes to website Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Update v0.3.0 release notes with complete milestone checklist Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Update release-notes/v0.3.0.md Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> * Update release-notes/v0.3.0.md Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> * Update release-notes/v0.3.0.md Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> * Update release-notes/v0.3.0.md Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> * Update release-notes/v0.3.0.md Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> * Remove GitHub Copilot from contributor acknowledgments Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * fix: update import path for MarkdownRenderer component * refactor: update output paths and improve layout structure across components * refactor: simplify layout structure and adjust sidebar behavior across components * refactor: remove Suspense and LoadingOverlay from components route --------- Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> Co-authored-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com> Co-authored-by: BigMiao <g2260578356@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9be90e - Browse repository at this point
Copy the full SHA f9be90eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.2...v0.3.0