There was an error while loading. Please reload this page.
📝 docs: structural equality for records/structs/tuples (Passo 3e) Add the record/struct/tuple value-semantics row, document $eq.equals, and bump the conformance count to 340+.
📝 docs: Nullable<T> totality (Passo 3d) Add the Nullable<T> row to the BCL table, document $eq.nullable lifted operators, and bump the conformance count to 320+.
📝 docs: DateTimeOffset support (Passo 3c) Mark DateTimeOffset ✅ in the BCL table, add it to the $eq.time list, bump conformance count to 290+, and refresh the legacy DateTime section (tick-precise compat types, not the old new Date() mapping).
📝 docs: DateOnly/TimeOnly compat ($eq.time) — 280+ casos SupportedFeatures: adicionada linha DateOnly/TimeOnly (compat .NET 6+); $eq.time agora inclui dateOnly/timeOnly; bump para 280+ casos de conformância.
📝 docs: Queue/Stack compat ($eq.collections) — 261+ casos SupportedFeatures: Collections agora inclui Queue/Stack (compat); adicionado $eq.collections ao mecanismo de helpers; bump para 261+ casos de conformância.
📝 docs: $eq agora inclui $eq.css e é importado por nome (não global) SupportedFeatures: adicionado $eq.css (styleBuilder/classBuilder/joinClasses/whenClass); o $eq passa a ser trazido por um import nomeado por módulo (import { $eq } from "@equantic/runtime"), não mais como global window.$eq.
📝 docs: helpers .NET-compat agora sob o namespace global $eq SupportedFeatures: o mecanismo de runtime-helper agora descreve o namespace único $eq (num/math/text/time/enums), provido como global (window.$eq), sem imports por módulo e sem risco de colisão de nomes no código gerado.
📝 docs: harness agora valida statements (controle de fluxo) — 250+ casos SupportedFeatures: a conformância agora cobre blocos de statements (if/for/foreach/ while/switch/try/funções locais) além de expressões; bump para 250+ casos.
📝 docs: StringBuilder now ✅ (compat type) SupportedFeatures: add a StringBuilder row (Append/AppendLine/Insert/Remove/Replace/ Clear/Length/ToString), add stringBuilder to the compat-helper list, bump conformance count to 237+.
📝 docs: DateTime/TimeSpan/Guid now ✅ (tick-precise compat types) SupportedFeatures: DateTime and TimeSpan move from ⚠️/🚧 to ✅ — tick-precise compat types (ctors, components, Add*/arithmetic, comparisons, .NET ToString, ISO/"c" wire + hydration); Guid documented as ✅. Add dateTime/timeSpan to the compat-helper list, bump conformance count to 226+.
📝 docs: fail-on-unsupported landed (EQ2001 / EQ21xx errors, EQ1xxx warnings) SupportedFeatures: mechanism #3 (fail-on-unsupported) is no longer 🚧 — document the UnsupportedConstructStrategy (EQ2001) and SemanticValidator boundary errors (EQ21xx), the EQ1xxx verbatim-fallback warnings, and that diagnostics are MSBuild-canonical and fail the build.
📝 docs: decimal is now exact end-to-end (wire string + client hydration) SupportedFeatures: drop the "decimal server-state hydration" follow-up — decimals now cross the wire as JSON strings (EqJson) and hydrate back into the Decimal compat type via hydrate-value.ts, keeping all 28 digits.
📝 docs: long/ulong now exact via BigInt (long-as-string wire protocol) Update SupportedFeatures: long/ulong moved from ⚠️ (precision lost > 2^53) to ✅ exact via BigInt; document the `long` compat helper, literal mapping (5L->5n), operand wrapping, and the JSON-string wire protocol (Server Actions + SSR state). Bump conformance case count to 194+.
docs: .NET BCL coverage/conformance matrix + C#-mapped error overlay SupportedFeatures: corrected the decimal caveat (now exact via the Decimal compat type), documented banker's rounding, and added a .NET BCL Coverage & Conformance section (3-mechanism approach, eq compat helpers, conformance harness, per-area status). Debug: documented the source-map-aware error overlay that shows C# stack traces and source snippets.
📝 docs(build): update .NET SDK requirements to 10.0 and refine documentation
📝 docs(setup): streamline feature registration with AddUI fluent API
📝 docs(image): add comprehensive documentation for server-side image optimization
✨ feat(build): introduce BunPackage for npm dependencies and new UI components
♻️ refactor(core): rename Widget to Component and update component APIs This commit introduces a significant refactoring across the core UI framework: - **Renaming `Widget` to `Component`
📝 docs(system): restructure and enhance core documentation Introduces new documentation for Asset Management, Component System, and Server Integration. Deletes outdated Component Robustness and Core Components docs, and
📝 docs(assets, styling): enhance asset management, dark mode, and ecosystem documentation
📚 docs: update CoreComponents and Roadmap with component robustness features - CoreComponents.md: Add section 4 on Component Variants & States * Document CardVariant options * Show FormField validation example * Demonstrate Button loading states * Link to ComponentRobustness.md - Roadmap.md: Add completed Phase 6.5 - Component Robustness * List all 10 implemented features * Mark as completed (Feb 2026) * Document parity with shadcn/ui robustness All wiki documentation now comprehensively covers the new component features.
📚 docs: add comprehensive component robustness documentation - Add ComponentRobustness.md with complete feature documentation - Add TailwindUpdates.md tracking Tailwind package updates - Update Home.md to include new documentation links - Update Styling.md with component robustness section Features documented: ✨ Compound Components Pattern (Card, CardHeader, CardTitle, etc.) ✨ Granular Variants (CardVariant enum with 5 options) ✨ Controlled/Uncontrolled components (TextInput, Select, Checkbox) ✨ Loading States (Button.Loading with automatic spinner) ✨ Error States & Validation (FormField component) ✨ Input Groups (InputGroup + InputAddon) ✨ Data & ARIA Attributes (native HtmlElement support) ✨ XML Documentation (complete IntelliSense support) Tailwind updates: - ButtonTheme: Added loading state support with data attributes - CardTheme: Added 5 variants + Title/Description support - InputTheme: Added GetVariant() for validation states - IInputTheme: Updated interface with GetVariant() method All updates are backward compatible with zero breaking changes.
📝 docs: add comprehensive CompileTimeEvaluation documentation Added detailed documentation for the CompileTimeEvaluator system covering: - Overview and key concepts of compile-time evaluation - How symbolic compilation works (detection, pattern recognition, execution) - 5 supported patterns (interpolated string, string.Join, string.Format, passthrough, binary) - Architecture diagrams and evaluation flow - Real-world usage examples with TailwindClass - Performance benefits (42% smaller bundles, 33% faster first paint) - Extensibility guide for adding new patterns - Limitations and best practices - Debugging tips and diagnostic tools Updated Home.md to include link to new documentation.
📝 docs(features): document additional C# language features and LINQ methods
📝 docs(compiler): add supported C# features matrix
📝 docs(architecture): introduce self-contained package architecture and update build flow
📝 docs(runtime): add comprehensive debugging and development guide
📝 docs(wiki): add External Type Resolution documentation Add comprehensive guide for resolving external types in component compilation. Features documented: - SemanticModelProvider with project compilation support - ProjectCompilationHelper for loading full project context - ComponentCompiler.SetProjectCompilation() API - Before/after examples with User model - Architecture diagrams and usage examples - 5 new tests validating external type resolution
📝 docs(compiler): update supported features and add modern operator examples