-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: RazorConsole/RazorConsole
base: v0.3.0
head repository: RazorConsole/RazorConsole
compare: v0.4.0
- 20 commits
- 61 files changed
- 6 contributors
Commits on Jan 2, 2026
-
Removed TargetFrameworks so Directory.Build.props TargetFrameworks ca…
…n flow through (#275)
Configuration menu - View commit details
-
Copy full SHA for 34ea854 - Browse repository at this point
Copy the full SHA 34ea854View commit details
Commits on Jan 6, 2026
-
feat:Auto re-render after resizing. (#274)
* feat:Add TerminalMonitor mvp. * fix(terminal-monitor):Add started flag in non-windows platform case. * feat(terminal-monitor):Add debounce in Linux/MacOS case. * feat(core, gallery):Add bool flag that determines re-rendering. * fix(website):Add TerminalMonitor in RazorConsoleRenderer. * fix(core):Add wasm protection in TerminalMonitor. * docs(core):Update ConsoleAppOptions. * refactor(core):Move ConsoleAppOptions to Core. * refactor:Remove unnecessary macros. * refactor:Change HandleTerminalResize to use canvas only.
Configuration menu - View commit details
-
Copy full SHA for f1497f1 - Browse repository at this point
Copy the full SHA f1497f1View commit details
Commits on Jan 12, 2026
-
feat(core):Add focus order in TextButton. (#279)
* feat(core):Add focus order in TextButton. * feat(core):Add focus key attribute in TextButton.
Configuration menu - View commit details
-
Copy full SHA for f55bcff - Browse repository at this point
Copy the full SHA f55bcffView commit details
Commits on Jan 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for dee3998 - Browse repository at this point
Copy the full SHA dee3998View commit details
Commits on Jan 26, 2026
-
design-doc - Add FocusOrder property to TextButton component (#285)
Signed-off-by: Marcin Lach <marcin.lach.90@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c96cff1 - Browse repository at this point
Copy the full SHA c96cff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db8331 - Browse repository at this point
Copy the full SHA 1db8331View commit details
Commits on Jan 29, 2026
-
fix(website, core):Fix race condition in web preview rendering. (#291)
* fix(website, core):Fix race condition in web preview rendering. * refactor(website):Remove unnecessary methods from RazorConsoleRenderer.
Configuration menu - View commit details
-
Copy full SHA for 9de8ee7 - Browse repository at this point
Copy the full SHA 9de8ee7View commit details -
feat:Add zindex and absolute positioning. (#287)
* feat:Add zindex proto. * fix:Fix left spaces bug. * refactor:Optimize OverlayRenderable. * fix:Fix updating absolute positioned elements. Add AbsolutePositionMiddleware. * refactor:Change absolute positioning to correct fixed. * feat:Add bottom and right params. * feat:Add terminal viewport awareness to overlays. * feat:Rollback to absolute positioning approach. * feat:Add relative positioning from parent * fix(format):Remove BOM * fix(format):Execute dotnet format. * feat(gallery):Make gallery example shorter and more explicit. * docs(website):Add zindex.md. * refactor(format):Simplify code and make it more readable. * docs:Update with correct info about stretching. * fix(gallery):Add more space from bottom in log section.
Configuration menu - View commit details
-
Copy full SHA for 8765c61 - Browse repository at this point
Copy the full SHA 8765c61View commit details -
fixing the TextButton and TextInput focus issue (#289)
* fixing the TextButton and TextInput focus issue * revert Select.razor changes * remove debug logging * revert unnecessary variable creation * fix type in FocusManager._focuseTargets * revert removal of @key * navigator concept description * Revert "navigator concept description" This reverts commit 6fbb688. --------- Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e685796 - Browse repository at this point
Copy the full SHA e685796View commit details
Commits on Feb 1, 2026
-
* fix for dotnet_diagnostic.IDE0073 * adding Counter example to general solution file
Configuration menu - View commit details
-
Copy full SHA for a402256 - Browse repository at this point
Copy the full SHA a402256View commit details
Commits on Feb 2, 2026
-
feat:Add modal window component. (#295)
* refactor:Change absolute positioning to correct fixed. * feat:Rollback to absolute positioning approach. * feat:Add relative positioning from parent * feat(core, gallery):Add modal window component. * feat(website):Add website preview. * fix:Namespace and tagname case. * fix(core):Fix top cropping if canvas too small. --------- Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9acfa6f - Browse repository at this point
Copy the full SHA 9acfa6fView commit details
Commits on Feb 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 93c27f3 - Browse repository at this point
Copy the full SHA 93c27f3View commit details
Commits on Feb 7, 2026
-
fix:Fix some issues in examples. (#296)
* feat:Add terminal resizing in options. * fix:Add RuntimeEncoding.EnsureUtf8 in UseRazorConsole extension with IHostBuilder. * feat:Add scrollbar in FileExplorer.
Configuration menu - View commit details
-
Copy full SHA for aca35fb - Browse repository at this point
Copy the full SHA aca35fbView commit details -
feat(core):Implement ability to add custom figlet font. (#297)
* feat(core):Implement ability to add custom figlet font. * feat:Extend gallery example. * fix(gallery):Fix panel indentation in example code. --------- Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for adfac9a - Browse repository at this point
Copy the full SHA adfac9aView commit details
Commits on Feb 8, 2026
-
feat:Add clearing render artifacts after resize. (#300)
* feat:Add clearing render artifacts after resize. * refactor:Remove unnecessary try-catch.
Configuration menu - View commit details
-
Copy full SHA for b791122 - Browse repository at this point
Copy the full SHA b791122View commit details -
fix dotnet run for example projects on a freshly-cloned repository (#294
) * fix dotnet run for example projects on a freshly-cloned repository * move EmitCompilerGeneratedFiles to target * Revert "fix dotnet run for example projects on a freshly-cloned repository" This reverts commit 159d27d.
Configuration menu - View commit details
-
Copy full SHA for c389d01 - Browse repository at this point
Copy the full SHA c389d01View commit details
Commits on Feb 9, 2026
-
Fix FocusOrder attribute not being respected in focus traversal (#282)
* Initial plan * Fix FocusOrder attribute to sort focus targets correctly Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Refactor FocusOrder logic to use static lambdas and move OrderBy logic to Select Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Refactor focus order sorting in FocusManager Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for a09ef54 - Browse repository at this point
Copy the full SHA a09ef54View commit details -
Fix FocusOrder attribute not being respected in focus traversal (#282)
* Initial plan * Fix FocusOrder attribute to sort focus targets correctly Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Refactor FocusOrder logic to use static lambdas and move OrderBy logic to Select Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Refactor focus order sorting in FocusManager Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> --------- 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>
Configuration menu - View commit details
-
Copy full SHA for ce5baeb - Browse repository at this point
Copy the full SHA ce5baebView commit details
Commits on Feb 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 360141c - Browse repository at this point
Copy the full SHA 360141cView commit details -
Release v0.4.0: Z-Index layout, Modal component, focus fixes (#299)
* Initial plan * Add v0.4.0 release notes Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Update README to include ModalWindow component Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Use round number for component count in README Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Add v0.4.0 release notes to website Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com> * Remove LittleLittleCloud from acknowledgments Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.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>
Configuration menu - View commit details
-
Copy full SHA for ee466da - Browse repository at this point
Copy the full SHA ee466daView 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.3.0...v0.4.0