remix_fortal 1.0.0-beta.7
remix_fortal: ^1.0.0-beta.7 copied to clipboard
Fortal is a Radix Themes-inspired preset theme and widget catalog built on Remix.
1.0.0-beta.7 #
- REFACTOR(remix): simplify composite surface rendering (#165).
- FEAT(remix): add RemixMenuTrigger.builder for custom menu triggers (#166).
- FEAT(remix): add disclosure component (#164).
1.0.0-beta.6 #
- FIX: correct dashboard showcase and checkbox indicator regressions (#162).
1.0.0-beta.5 #
Note: This release has breaking changes.
- REFACTOR(fortal): consolidate base button state styling.
- FIX(ci): make the version workflow able to complete (#149).
- FEAT(remix): add styler field metadata, raise Mix floor to 2.2.0-beta.5 (#158).
- FEAT(fortal): add opt-in icon index and document soft AA (#155).
- DOCS(fortal): reference catalog, generated from the parity manifest (#154).
- BREAKING REFACTOR(remix): make interactive components visual-only over naked_ui (#157).
- BREAKING REFACTOR(fortal): default unsized typography from tokens, not ambient text (#153).
- BREAKING REFACTOR(remix): generate callable component stylers (#152).
- BREAKING FEAT(remix): add RemixLink and rebuild FortalLink on it (#151).
0.1.0-beta.3 #
- FEAT: Regenerate the Fortal Select wrappers for the new trigger indicator
icons and
mouseCursor, soFortalSelectexposescollapsedIcon,expandedIcon, and a cursor alongside the base component. - Raise the
remixfloor to^1.0.0-beta.4.
0.1.0-beta.2 #
- FEAT: Add Fortal-themed line, bar, and pie chart recipes and generated
widgets backed by
mix_chart. - FIX: Match the pinned Radix Themes dialog and popover layout defaults.
FortalDialognow defaults to centered placement, exposesstartandcenteralignment options, fills up to 600 pixels, and preserves safe viewport insets;FortalPopoverhas a 480-pixel maximum width. - FEAT: Complete the five typography families —
FortalText,FortalHeading,FortalCode,FortalKbd, andFortalLink— sharing one nine-stepFortalTextSizescale and oneFortalTextWeightenum. - FEAT:
FortalScopeestablishes the Radix theme root's default text run (text3atgray-12, regular weight), so an unsizedFortalText,FortalCode,FortalKbd, orFortalLinkresolves1emthe way upstream does. Only the outermost scope does this; a nested scope re-scopes tokens and inherits the closest text style. UnderMaterialApporCupertinoAppthe scope belongs inbuilder:. - FEAT: Add
FortalCheckboxGroupItemand share the focus ring. - FEAT: Add Fortal typography recipes.
- FIX: Restore dialog and popover layout defaults.
- Raise the
remixfloor to^1.0.0-beta.3.