Skip to content

Releases: RazorConsole/RazorConsole

v0.4.0

10 Feb 16:22
ee466da

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

29 Dec 18:40
f9be90e

Choose a tag to compare

What's Changed

  • Add v0.2.2 release note to website and bump version to 0.3.0 by @Copilot in #247
  • docs(website):Extend properties of Select component. by @TeseySTD in #245
  • [#217] Migrated to middleware approach by @ParadiseFallen in #249
  • Fix TextInput freeze when pasting large text chunks by @Copilot in #251
  • Auto-Generated Doc from Docfx by @LittleLittleCloud in #258
  • Fix GH Page by @LittleLittleCloud in #259
  • refactor(components):Remove unnecessary nullable string in select ValueChange callback. by @TeseySTD in #261
  • fix(website):Add missing components in components.generated.ts. by @TeseySTD in #260
  • feat(core.components, gallery, website):Add scrollbar component. by @TeseySTD in #256
  • feat(core, gallery):Add razor lang syntax highlighting. by @TeseySTD in #264
  • fix(website):Add origin colors support. by @TeseySTD in #265
  • feat(core,gallery):Change default TextButton FocusedColor to DeepSkyBlue1. by @TeseySTD in #269
  • fix(website):Change lineHeight from 1.2 to 1 in XTermPreview.tsx. by @TeseySTD in #270
  • feat(core, site):Add AOT support and GitHub alerts in Markdown. by @TeseySTD in #263
  • feat(website):Improve and refactor UI. by @TeseySTD in #271
  • Add v0.3.0 release notes with milestone completion checklist by @Copilot in #268

Full Changelog: v0.2.2...v0.3.0

v0.2.2

07 Dec 01:25
7bb436e

Choose a tag to compare

What's Changed

  • chore(nuget):Add nuget icon. by @TeseySTD in #211
  • [#129] Added focus managment docs by @ParadiseFallen in #212
  • [#208] Added diagrams to design-doc by @ParadiseFallen in #214
  • chore(nuget):Extend nuget icon. by @TeseySTD in #213
  • feat(core.components, gallery):Add step chart component. by @TeseySTD in #219
  • Refactor by @ParadiseFallen in #221
  • Replace LittleLittleCloud with RazorConsole org references by @Copilot in #229
  • Website - Add collaborators bio page by @Copilot in #231
  • feat(website): Add docs hash routing, optimize markdown component. by @TeseySTD in #233
  • docs(website, design-docs, readme):Make some adjustments and style fixes. by @TeseySTD in #236
  • fix(website):Update docs links in footer. by @TeseySTD in #237
  • feat(website):Add wasm lazy-loading and LoadingOverlay component. by @TeseySTD in #238
  • fix render region updates by @LittleLittleCloud in #239
  • Add Showcase section to README and website by @Copilot in #235
  • Fix WASM component render with initial terminal dimensions by @Copilot in #244
  • Add release notes for v0.2.2 by @Copilot in #242

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Nov 01:33
d2fed02

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Nov 22:55
86be0a2

Choose a tag to compare

What's Changed

  • feat(workflow): Add auto-labeling for closed PRs with version labels by @LittleLittleCloud in #121
  • Bump version prefix to 0.2.0 by @LittleLittleCloud in #120
  • U/xiaoyun/autolabel closed pr by @LittleLittleCloud in #122
  • [#118] Add blazor routing by @ParadiseFallen in #123
  • Fix gallery default page by @ParadiseFallen in #125
  • feat(workflow): enhance auto-labeling for closed PRs with version han… by @LittleLittleCloud in #126
  • Added nuget.config by @ParadiseFallen in #130
  • Docs/routing by @ParadiseFallen in #132
  • Add CliInfo page to gallery by @ParadiseFallen in #131
  • Bump versions by @ParadiseFallen in #138
  • Add GitHub issue templates and labels configuration by @Copilot in #137
  • Gallery refactor by @ParadiseFallen in #139
  • feat(core):Add runtime encoding util. by @TeseySTD in #142
  • chore(website, readme):Change github preview, readme icon and favicon. by @TeseySTD in #146
  • docs(website):Add missing image in quick-start.md. Add CodeBlock component with richer syntax highlighting. by @TeseySTD in #150
  • Remove unused _showPasswordHint field from LoginForm example by @Copilot in #152
  • feat(core, gallery):Add BorderColor and FocusedBorderColor properties to Table by @TeseySTD in #147
  • Add FocusedValue bindable parameter to Select component by @Copilot in #148
  • feat(core.components, gallery):Add bar chart component. by @TeseySTD in #160
  • feat(core.components, gallery):Add BreakdownChart component and its gallery example. by @TeseySTD in #164
  • fix(core.components):Fix border and title color hex bug in Panel component. by @TeseySTD in #165
  • Migrate solution from .sln to .slnx format by @Copilot in #167
  • Add PR preview deployments for website changes by @Copilot in #172
  • Fix CloudFlare deploy for SPA app by @LittleLittleCloud in #175
  • Add wasm to render console in frontend by @LittleLittleCloud in #163
  • Add GitHub star count to website header by @Copilot in #174
  • Split pr-preview-artifact into separate build and deploy jobs with pull_request_target by @Copilot in #185
  • fix(website):Fix style bugs in new website version. by @TeseySTD in #183
  • Add code style rules by @LittleLittleCloud in #153
  • Update release-note guidance under copilot-instructions.md by @LittleLittleCloud in #190
  • Consolidate duplicate service registration between AppHost and RazorConsoleRenderer by @Copilot in #187
  • Clean up JS-WASM interop: move terminal APIs to xtermConsole.ts by @Copilot in #189
  • Enhance artifact naming in CI workflows to include PR SHA for better … by @LittleLittleCloud in #192
  • Revert "Clean up JS-WASM interop: move terminal APIs to xtermConsole.ts" by @LittleLittleCloud in #193
  • Revert "Revert "Clean up JS-WASM interop: move terminal APIs to xtermConsole.ts"" by @LittleLittleCloud in #194
  • Add keyboard and clipboard support for razorconsole website preview by @Copilot in #191
  • Wire xterm resize events to RazorConsoleRenderer for dynamic re-rendering by @Copilot in #199
  • Add XML documentation to all RazorConsole.Core components by @Copilot in #200
  • Migrate test infrastructure to Microsoft Testing Platform (MTP) by @Copilot in #179
  • Add release notes for v0.2.0 by @Copilot in #202

New Contributors

Full Changelog: v0.1.1...v0.2.0

V0.1.1

16 Nov 18:11
e286aba

Choose a tag to compare

What's Changed

  • Add contribution guidelines by @Copilot in #61
  • CI: Skip NuGet publishing when no source code changes by @Copilot in #66
  • Add documentation website with Vite, TypeScript, TailwindCSS, and shadcn/ui by @Copilot in #63
  • Set basename for BrowserRouter in App component by @LittleLittleCloud in #68
  • Remove 'Focus Management' from Docs by @LittleLittleCloud in #69
  • Update Discord invite link to https://discord.gg/DphHAnJxCM by @Copilot in #71
  • Add logo variants and github preview. by @TeseySTD in #67
  • Replace default Vite icon with RazorConsole branding by @Copilot in #73
  • Add dark theme support with theme switcher using Zustand by @Copilot in #75
  • feat(Core.Components):Add SpectreCanvas component. by @TeseySTD in #78
  • Add strict C# formatting rules to .editorconfig by @Copilot in #80
  • fix(website):Fix dark theme bug and some style issues. by @TeseySTD in #83
  • Add Counter example application by @Copilot in #93
  • Make select just to be select - Remove dropdown and simply style by @LittleLittleCloud in #98
  • Add Local File Explorer example demonstrating file I/O and dynamic table updates by @Copilot in #95
  • Add CLI login form example demonstrating input validation and error highlighting by @Copilot in #97
  • Fix TextInput value preservation when parent re-renders without ValueChanged callback by @Copilot in #59
  • Add .NET 10 support by @Copilot in #113
  • Add support for start attribute on ordered lists by @Copilot in #116
  • feat(Core.Components):Add Scrollable component and its gallery. by @TeseySTD in #114
  • docs(readme):Update with new components. by @TeseySTD in #117
  • Fix FocusManager to auto-focus next element when current element is removed by @Copilot in #108
  • Release 0.1.1 by @LittleLittleCloud in #119

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Oct 15:21
3cefb17

Choose a tag to compare

What's Changed

  • Expose IVdomElementTranslator and replace MEF with Service Provider for custom translators by @Copilot in #36
  • Add Discord badge and community link to README by @Copilot in #38
  • Use BackgroundService and resolve with HostApplicationBuilder by @flynny75 in #23
  • Use a more standard way to configure razor console to hostbuilder/applicationhostbuilder by @LittleLittleCloud in #41
  • Use interface instead of implementation in UseRazorConsole extension method. by @DericHuynh in #45
  • Allow IOptions for ConsoleAppOptions for configuration by @DericHuynh in #49
  • Fix figlet color parameter. by @TeseySTD in #51
  • Add support for HTML <a> anchor tags with links by @Copilot in #53
  • fix(spinner):Fixed spinner animation interruption bug. by @TeseySTD in #56
  • Implement BlockInlineRenderable for block and inline element composition by @Copilot in #55
  • Add Markdown component using Markdig and HTML pipeline by @Copilot in #42

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.0.5

16 Oct 05:24
9bf27cc

Choose a tag to compare

What's Changed

  • Add support for constructor injection in components by @DericHuynh in #28
  • Put selector popup below text thumb by @LittleLittleCloud in #30
  • Add nightly builds on main CI and tag-based official releases by @Copilot in #33

New Contributors

Full Changelog: 0.0.5...v0.0.5

0.0.4

12 Oct 08:05
9d402fa

Choose a tag to compare

0.0.3

11 Oct 15:35
4657e69

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/LittleLittleCloud/RazorConsole/commits/0.0.3