Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RazorConsole/RazorConsole
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: RazorConsole/RazorConsole
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 16 commits
  • 181 files changed
  • 6 contributors

Commits on Dec 7, 2025

  1. Configuration menu
    Copy the full SHA
    3e3336f View commit details
    Browse the repository at this point in the history
  2. docs(website):Extend properties of Select component. (#245)

    Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
    TeseySTD authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    bcb84f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. [#217] Migrated to middleware approach (#249)

    * [#217] Example of middleware approach
    
    * Simplify api
    
    * [#217] Flip execution flow to support back compatability
    
    * fix structure
    
    * [#217] add temporary support for animated renderables
    
    * Migrated to new approach
    
    * Added docs
    ParadiseFallen authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    74235ee View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    21ba89b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. 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>
    LittleLittleCloud and BigBigMiao authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    69401b4 View commit details
    Browse the repository at this point in the history
  2. refactor: consolidate CI workflows by merging deploy-pages into ci.yml (

    #259)
    
    Co-authored-by: BigMiao <g2260578356@gmail.com>
    LittleLittleCloud and BigBigMiao authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    6a98e88 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. Configuration menu
    Copy the full SHA
    3885ad1 View commit details
    Browse the repository at this point in the history
  2. fix(website):Add missing components in components.generated.ts. (#260)

    * fix(website):Add missing components in components.generated.ts.
    
    * fix:StepChart example.
    TeseySTD authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    c68ce97 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. 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>
    TeseySTD and LittleLittleCloud authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    1266b08 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. feat(core, gallery):Add razor lang syntax highlighting. (#264)

    * feat(core, gallery):Add razor lang syntax highlighting.
    
    * fix(format):Remove BOM.
    TeseySTD authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    0ba0cd8 View commit details
    Browse the repository at this point in the history
  2. fix(website):Add origin colors support. (#265)

    * fix(website):Add origin colors support.
    
    * refactor(website):Return some previous colors.
    TeseySTD authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    afd4d89 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2025

  1. 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.
    TeseySTD authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    4d1e971 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Configuration menu
    Copy the full SHA
    72bf895 View commit details
    Browse the repository at this point in the history
  2. 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>
    TeseySTD authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    7c4c625 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. 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.
    TeseySTD authored Dec 28, 2025
    Configuration menu
    Copy the full SHA
    0884a88 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. 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>
    5 people authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    f9be90e View commit details
    Browse the repository at this point in the history
Loading