Changelog
This page tracks changes that ship in @antadesign/anta. Documentation-only
changes are not listed.
0.3.30 — September 17, 2026
Added
- Export
useRefanduseLayoutEffectfrom the JSX runtime, with React defaults and overrides throughconfigure()for other renderers.
0.3.29 — September 15, 2026
Added
- SelectFaceted single and multiple facets support
renderOptionfor custom option content in facet flyouts and global search results. Render custom option data as key–value Tags while retaining selection handling and indicators. - Box supports
paddingandmarginprops and HTML attributes. JSX numbers use pixels; strings accept CSS shorthand values. - Panel is a persistent container that can maximize to the browser viewport
through a manual popover while keeping its DOM children mounted. Maximized
panels contain keyboard focus until restored. Panels fill their parent’s
width and height and use
overflow: scrollby default. The maximized surface inherits the Panel’s background.
Changed
-
Switch defaults to neutral in both states. Pass
tone="brand"for brand coloring, and addtoneScope="selected"to tint only the checked track. -
Select uses Anta Button for its default trigger, preserving popup accessibility, keyboard-only focus rings, and ellipsis for long values. Its accessible description includes the current selection and field hint. Menu button triggers open with ArrowUp and ArrowDown. Select field styling now targets its
a-select-fieldwrapper and childa-buttoninstead of Input shadow parts. -
Calendar adjacent-month dates are hidden from assistive technology and reach full opacity on hover or focus when enabled.
-
The default Alt/Option-click hint in multi-select option menus appears to the left of its row after 700ms, and moving between rows restarts that delay.
-
Tooltip delay-free handoff now applies only when both the outgoing and incoming tooltips have
follow. Tooltip supports centered-left placement withplacement="left"and flips right when space is limited. -
Input and its composed controls now expose roles, labels, popup relationships, required state, and active options on the controls that receive focus. Direct ARIA element references avoid generated Calendar, popup, and option ID collisions across application roots.
-
Checkbox, Switch, and Radio hints are accessible descriptions. Tabs use a roving tab stop, and
TabPanelforwards common component props. -
Every independently loadable stylesheet now reserves Anta’s public and internal cascade-layer order. Granular element imports therefore keep component and theme rules above
reset.csseven when a bundler loads their CSS beforetokens.css. -
Breadcrumbs no longer scroll horizontally by default, so button focus rings remain visible. To enable scrolling, set
overflow-x: autoon the trail andoutline-offset: -1pxon its focused controls. -
Breaking: Box measurement events now trigger on border-box width and height changes by default.
observeacceptswidth,height,size,context,overflow,edges,scroll, orall, individually or in a typed array. Plain HTML accepts the same selections separated by spaces. Useoverflowfor content-driven CSS states oredgesfor scroll-edge changes; size observation skips content and scroll observers.throttlesets the event interval in milliseconds without delaying CSS fades or on-demand truncation checks. -
Tags no longer impose
max-width: 100%. Labels and values still ellipsize when the application constrains the tag’s width.
Fixed
-
Menu Tab navigation follows rendered slot order and reaches controls inside shadow DOM, including individual InputTime segments.
-
Dialog menus preserve menu semantics for body items when no search field is present.
-
Panel preserves maximize and restore focus handling when custom element states are unavailable.
-
Neutral
contrast againsttext-4meets at least 4.5bg-1in both light and dark modes for Antune and None. This guarantee does not extend to named tones or other backgrounds. -
Clicking inside a parent menu closes nested menus outside the clicked branch. Calendar’s month/year picker closes when clicking elsewhere in the calendar, including the month navigation arrows.
-
Nested menus reset when their controlled parent closes. InputDate’s month/year picker can reopen after selecting a date while the picker is open.
-
Calendar weekday headers use a higher-contrast text color, including weekends.
-
Slider exposes its
ElementInternalsthrough the same runtime inspection hook as other stateful controls, allowing accessibility tooling to inspect its live range semantics.
0.3.28 — September 10, 2026
Changed
- Breaking: Checkbox, RadioGroup, Switch, MenuItem, Select, and SelectFaceted
now use one
toneidentity plustoneScope="all" | "selected". ThetoneSelectedprop andtone-selectedcustom-element attribute were removed; usetone="…" toneScope="selected"(ortone="…" tone-scope="selected"in HTML) for neutral resting chrome with a toned selected state. Select and SelectFaceted now accepttoneas their default option-row tone. Switch’s default brand tone now covers its unchecked chrome too; settoneScope="selected"to retain the previous neutral unchecked appearance. - Renamed the optional Anta theme to Antune. Replace imports of
@antadesign/anta/theme-anta.csswith@antadesign/anta/theme-antune.css. - Reference themes provide hosted font faces by default through the public
--sans-serif,--serif, and--monospacestacks. Applications can replace the stacks directly in CSS loaded after the theme. - Theme-free components no longer force TT Interphases stylistic sets or variable-font axes. Antune and Antithesis own those font-specific treatments, while numeric surfaces retain portable tabular figures.
- Theme-free Buttons use
0.025chtracking and Tags use0.1ch. Antune and Antithesis use0.05chButton tracking across priorities and retain their font-specific Tag tracking. - JSX wrappers omit
tone="neutral"where neutral is the standalone default; explicit child resets remain in the rendered DOM when they override an inherited group tone. - Reference-theme font stacks and role tokens use normal selectors, so the documented tokens, theme, application CSS source order controls overrides.
- Reference themes register separate upright and italic TT Interphases faces,
mapping semantic italics to the font’s
slntaxis without a ranged face that Safari can apply to ordinary text. - Paired component colors follow the nearest inherited
color-scheme, so nested.lightand.darkregions do not inherit an outer mode’s component colors.
Added
- Added
theme-antithesis.css.
Fixed
- Antune and Antithesis pin regular TT Interphases text and
dfntoslnt0, including form controls that reset font shorthand inheritance. This keeps text upright in Safari despite the font file’s non-zero axis default while preserving theslnt11 instance for semantic italics. tokens.cssdeclarescolor-schemeon:root,.light, and.dark, so component colors resolve to the right mode without the optionalreset.cssimport.- A per-tab
toneon the selected Tab tones the strip’s secondary tab background, so non-toned sibling tabs pick up the same tint. --avatar-badge-chromaapplies tobadge="neutral"again.- Small Input, Select, InputTime, and opt-in native controls keep their declared font size while focused on touch devices instead of growing to 16px.
- Antune restores the dark neutral Radio border used by the original palette.
- Package documentation can be regenerated by explicit output path without rewriting the complete generated documentation tree.
buses the same600font weight asstrongin the typography reset.
0.3.27 — September 6, 2026
Added
- Added
Capture/<a-capture>, a new input container for custom wheel, pointer, and pan gestures. Each capability is opt-in and emits serialized input with coordinates relative to the component.
Fixed
- Packaged Markdown includes comparison tables, color and system-color references, icon and sticker catalogs, and theming-lab inputs.
Sliderstops dragging after lost pointer capture or a missed button release, so moving back over it without pressing cannot move the thumb.Checkboxsets its ARIA state and form value in Safari 16.4-17.3 and Firefox 93-125, whereElementInternalslacksCustomStateSet.Boxremoves its per-window store only when that store is the one still registered, so a page that mounts and unmounts boxes repeatedly keeps one document-wide class observer instead of accumulating them.Boxships its TSDoc indist/components/Box.d.ts, so editors show the description and example on hover.
0.3.26 — September 4, 2026
Added
- Added
Box/<a-box>, a light-DOM container with layout props, overflow states, optional edge fades, and measurement and context events. Setobserveto update states or receive events; the JSX wrapper derives it from handlers, while a hand-written<a-box>sets it directly.
Fixed
Boxapplies its fade mask only to edges that hide content, preserving an outset box shadow and focus ring when all content is visible.TooltipwithtruncatedOnlydetects clipping on its ownBoxanchor when child labels do not truncate.- Raw custom-element length and color attributes work in Firefox and Safari,
which do not support typed
attr(). - Custom states work in Safari 16.4-17.3 and Firefox 93-125, where
ElementInternalslacksCustomStateSet.
0.3.25 — September 2, 2026
Added
<textarea data-anta>uses Input field styling and supportsdata-anta-size,round, andtone.
Changed
Bannercontent starts at the inline edge by default; passalign="center"to center it.reset.cssnow applies Anta page and prose defaults;bodybackgrounds paint the browser canvas. For page-wide dark mode, putclass="dark"on<html>; useclass="light"in a dark subtree.
Fixed
- Native
data-antacheckboxes and radios match component colors withtheme-anta.css. MenuItemmapskbdhints toaria-keyshortcuts; spaces separate shortcuts.
0.3.24 — August 25, 2026
Added
- Added
Breadcrumbs, which composes links, actions, and copy controls with text or icon separators and deterministic More-menu folding. MenuItemCopysupports leading, trailing, or no copy glyph, matchingButtonCopyplacement and confirmation options.- Buttons accept
underlineOnHoverwith a configured underline style. InputandInputTimeacceptautoFocusfor focusing the field when its containingDialogopens.- Added the
circle-usericon shape.
Fixed
- Focused editable Anta and
data-antafields use at least 16px type on touch devices, preventing iOS automatic input zoom.
Removed
- Removed the
text-highlighticon shape.
0.3.23 — August 23, 2026
Removed
- Removed the
education-disk,help-disk, and all*-logoicon shapes.
Added
-
@antadesign/anta/bundleandbundle.cssprovide one minified full-runtime entry and one matching stylesheet for applications that prefer full imports. -
Stepsprovides controlled and uncontrolled process navigation with optional panels, horizontal and vertical layouts, accessible tab semantics, process states, number and icon-shape markers, state-awarerenderMarker, labels and hints with clipped-content tooltips, and per-option tones. -
Loaderaccepts a namedtone; the loading Steps state forwards the option tone to it. -
TabsandStepsacceptfill. Tabs share the available width equally; Steps stretch their connectors between content-sized phases. -
Stepsaddsprimary,secondary, andtertiarypriorities. Primary uses a solid selected marker and stronger completed connectors; tertiary is compact and borderless. -
StepOptiondefaults to the neutral tone. Omitting itstoneor passing an empty string produces the same result; selected rings use the strongerborder-1step. -
Avatarrenders an image, seed-generated placeholder, or initials, withgenerator,badge, androundoptions.avatar-coregeneration helpers are also exported.
Changed
Avatardefault generation uses a larger head-to-body gap, shifts figures slightly upward, and varies their position, rotation, color, scale, and shape more widely.Sliderthumbs are smaller: 12px atsmall, 16px atmedium(the default, previously 18px), and 20px atlarge, unchanged.thumbSizestill overrides any of them.
0.3.22 — August 20, 2026
Changed
- JSX
Inputnow truncates overflowing single-line values by default. Passtruncate={false}to show the full value. - Selecting a
Menuitem no longer bubbles the click to ancestor handlers (e.g. a clickable row the menu sits in). SetstopPropagationto contain more event types. - Open menus follow their trigger vertically as it scrolls or shifts, keeping the side chosen at open.
Fixed
- Buttons and Tags with an explicit
tone="neutral"now receive the reference theme’s neutral values. - Disabled and loading Buttons with
hrefnow use the disabled palette and block activation. SelectandInputDatetriggers carry acomboboxrole, so theiraria-expandedis valid (WCAG 4.1.2 /aria-allowed-attr) — it was previously set on an element with no supporting role.- Checkbox, Radio, and Switch now show one focus ring around their visual control.
- Checkboxes without a tone now receive the Anta neutral reference values;
tone="neutral"remains equivalent. - Checkbox and Radio
toneSelectednow consistently overridestone, including explicit neutral selected tones and customRadioGrouptones. a-inputanda-input-timenow treatstatus="neutral"like their default status.
0.3.21 — August 11, 2026
Added
Select,SelectFaceted,InputAutocomplete,RadioGroup, andTabsoption objects acceptclassName,style, and safedata-*attributes on their rendered rows.data-menu-*remains component-owned.
Fixed
- Tab panels no longer add a default tab stop.
- Menus no longer dismiss when their visible trigger changes size. They request dismissal only after the trigger leaves the viewport.
- JSX
Textnow shows its clipped content in a tooltip by default. A nestedTooltipreplaces it, and expandable text does not add one. - The Anta theme now uses the shared focus-ring colors in light and dark modes.
0.3.20 — August 4, 2026
Changed
- Package documentation and source comments use clearer, more concise language.
Fixed
- Expander titles can be selected without toggling the disclosure.
0.3.19 — August 3, 2026
Added
- The package now ships version-specific Markdown documentation under
docs/. Its README directs coding agents to the installed documentation index.
Changed
- Native
data-antaselect popups now follow Menu styling for their surface, option sizing, colors, and 1px item spacing when customizable selects are supported.
Fixed
- Sliding Tab indicators no longer animate through stale geometry while their strip is resized.
- Slider focus rings now surround only the range control, rather than the complete Slider host.
0.3.18 — August 1, 2026
Changed
- The Anta theme’s
--focus-ringnow follows its brand text color. reset.cssgives plain keyboard-focused HTML the 1px Anta focus ring.
Added
Loaderprovides animated icon-sized feedback, determinate circular progress, aspeedprop, and theloadericon-shape alias for string-only icon props.Progressshows an indeterminate loading animation whenvalueis omitted or set tofalse.Progresssupportssmall,medium, andlargesizes.- Native HTML
<progress>elements opt into the Progress appearance withdata-anta.
Fixed
- Custom
Progresstones now use the same track, fill, and edge progression as named tones in light and dark themes.
0.3.17 — July 31, 2026
Added
Slider, a single-value form control with relative rail dragging, configurable value placement, text markers, sizes, tones, shared corner radii, CSS parts for thumb and track styling, and an opt-indata-antatreatment for native ranges.
Breaking
- Anta now requires Chrome or Edge 125, Safari 17.4, or Firefox 126 for
custom-element states and the
:state()selector.
Changed
InputTimesegments now use native text inputs. They retain native caret, selection, paste, and IME behavior while keeping Anta’s locale-aware layout and cross-segment navigation.- No-icon
ButtonCopyleaves its button unchanged and shows a cursor-near success label. SetcopiedLabelto change the label text.
0.3.16 — July 29, 2026
Added
Switch, a binary control withtone,toneSelected,hint, andround.- The
dollar-signicon. - Native HTML form controls opt into Anta chrome with
data-anta, including text-like and date/time inputs, file pickers, submit/reset buttons, checkboxes, radios, details disclosures, and customizable selects. - Native
data-antacontrols accept matching visual variants, including choice control sizes and tones, field sizing and rounding, and Expander surfaces and levels.
Changed
- In forced-colors mode, Anta controls and surfaces use system colors and visible borders for their interactive, selected, and disabled states, including icons, inputs, buttons, tags, choice controls, tabs, Expanders, Cards, Dialogs, Banners, Progress, and Tooltips.
- Switch tracks use a real 1.5px border instead of an inset shadow.
Fixed
- No-icon
ButtonCopyfeedback now keeps a wrapping label’s width and line breaks. - Native HTML radio labels use Anta’s 8px control gap and vertically centered alignment.
InputAutocompletenow commits the highlighted suggestion when users press Arrow keys then Enter.a-inputforwards its nativeinputevent across the shadow boundary in browsers that do not compose it automatically.- Direct controls in an Expander’s
actionsslot retain their Anta styling. - A Banner’s built-in dismiss button now follows the Banner’s
roundsetting.
0.3.15 — July 28, 2026
Added
ToasterandToastfor managed notifications. Add aToaster, then use its manager to add, update, dismiss, or clear toast content.
Changed
- Static trailing input adornments are inset. Trailing buttons remain flush with the field edge.
0.3.14 — July 28, 2026
Added
Selectsupports verbose multi-value summaries andrenderSummary.Banner, a dismissible status strip with optional actions and tones.StateChangeEventfrom@antadesign/anta/anta_helpers.
Changed
SelectshowsAllwhen every enabled option is selected.SelectFacetedsummaries now truncate instead of widening their trigger.
Fixed
- Text inputs inside menu items accept spaces. Text facets preserve typed spaces.
0.3.13 — July 25, 2026
Added
- Seed tokens for the neutral, brand, info, success, warning, and critical color scales.
theme-anta.css, an opt-in stylesheet that restores the former palette.- Default styling for raw
dfnelements.
Changed
- The default palette now derives from the six seed tokens. Import
theme-anta.cssto keep the former palette. - Tooltips wait 300ms by default and option tooltips follow the pointer.
- Expanders scroll wide body content instead of overflowing their container.
Breaking
TextandTitleno longer supportpriority="quinary". Usequaternaryor style the raw element with--text-5.
Fixed
- Validation status takes precedence over an input’s custom
tone. - Tabs no longer move the page when their selection changes.
- Tabs and radio groups initialise correctly after a client-side HTML swap.
Buttonacceptshref={undefined}without a type error.
0.3.12 — July 23, 2026
Breaking
- Copy behavior moved from
ButtonandMenuItemtoa-copy. Replace<Button copy={value}>with<ButtonCopy copy={value}>, or compose<a-copy>inside a control.
Added
SelectandSelectFacetedaccept string, number, and boolean option values.- Menu placement and offset controls for
Menu,Select,SelectFaceted, andInputDate. - The standalone
a-copyelement andButtonCopy.iconPlacement.
Fixed
- Nested popups work inside menu flyouts. Tooltips outside an open menu stay hidden.
- Expander titles preserve the typography of custom title nodes.
0.3.11 — July 21, 2026
Breaking
copyLazyis removed. Pass a controlled string tocopyand update it inonCopyRequestbefore activation.- Link-mode
ButtonandMenuItemtypes reject copy props.
Added
copyUrlandcopyWithUrlfor copy controls.placementandoffsetforSelectandSelectFaceted.
Changed
- Keyboard activation occurs on key release, matching native buttons.
Fixed
- Context menus do not open through a modal or popover.
- Interactive controls inside an Expander title no longer toggle the Expander.
0.3.10 — July 20, 2026
Added
ButtonCopyandMenuItemCopyfor copying strings or DOM content.
Changed
Titleno longer adds margins. Add spacing on its container or use a raw heading for document prose.TextandTitleuse--sans-serifdirectly.
0.3.9 — July 17, 2026
Added
- The
settingsicon. - Link-mode
MenuItemthroughhref. - Anta styling for native
<button data-anta>elements.
Fixed
- Buttons keep their height in constrained flex layouts.
0.3.8 — July 16, 2026
Added
Card, a toned content surface with media, header, body, footer, and link support.
Changed
TextandTitleaccept custom CSS colors astonevalues.
Fixed
- Stateful controls no longer close a controlled Dialog.
round={0}applies square corners across components.- Empty
tonevalues on Text, Title, and Tag resolve to neutral styling.
0.3.7 — July 15, 2026
Changed
- Read-only inputs show their focus ring only after keyboard focus.
Fixed
- Menus open from keyboard interactions without synthesizing a click.
0.3.6 — July 13, 2026
Added
Dialog, including modal, drawer, and fullscreen positions.InputAutocomplete, a free-text ARIA combobox with suggestions.- Optional
roleoverrides for Menu, MenuItem, and Input.
Changed
- Multiple Select and SelectFaceted controls show Select all by default. Pass
selectAll={false}to remove it. SelectFacetedsupportstoneSelectedand Alt/Option-click to isolate a multiple-choice facet.
Fixed
- Tooltips close when their content is removed.
0.3.5 — July 13, 2026
Added
SelectFaceted, a controlled or uncontrolled faceted filter.InputTime, a form-associated segmented time input.Menu.autoWidthandTabOption.tooltip.
Changed
InputDateusesInputTimefor time editing and follows controlled values in its calendar view.- Tabs share Button’s size scale and use a lighter track treatment.
Fixed
- Closing a menu closes nested controlled menus.
- Typing a date previews its calendar date; Enter commits and closes it.
0.3.4 — July 10, 2026
Added
optionsWithSelectionfor projecting Select options onto a value set.SelectOption.tooltip,TabOption.children, andCalendar.focusSignal.
Breaking
- Tabs are options-only. Replace
<Tab>children withoptionsentries.TabPanelchildren remain supported.
Changed
- Multiple Select supports Alt/Option-click to select only one option.
- InputDate opens from the field instead of a trailing button.
Fixed
- Input content and layout render before the custom element upgrades.
- Keyboard focus remains inside an open submenu.
0.3.3 — July 8, 2026
Added
InputDate,Calendar, andSelect.- Searchable Menu combobox behavior, selectable MenuItem rows, and Menu header and footer slots.
roundacross core components,Tabs.options,toneSelectedfor selection controls,Input type="search", and more icon shapes.
Breaking
- Tag text keeps its original case. Replace
nocapswithallcapswhere uppercase styling is required. toneTextis removed from Checkbox and RadioGroup. Style label text with CSS.- Hand-authored anchor buttons need
data-antato receive Anta styling.
Changed
- Read-only inputs truncate long values and use a pointer cursor.
- Root menus are at least as wide as their trigger.
Fixed
- Menus, Select, and Inputs retain keyboard and focus behavior in iframes, flyouts, and grouped rows.
- Empty tooltips do not open. Buttons keep their configured size with non-text content.
0.3.2 — July 2, 2026
Added
TabsandTooltip.truncatedOnly.
Breaking
- Checkbox and RadioGroup no longer support
priority. onAnyChangeis renamed toonValueChangeon Input, Checkbox, and RadioGroup.
Changed
- Checkbox and RadioGroup
tonestyles their mark.toneTextcontrols label color. - Components use tabular figures by default. Button exposes
role="button".
Fixed
- Empty tooltips do not show. Expander headers use the Anta focus ring.
0.3.1 — June 26, 2026
Added
MenuItem.valueand theshareicon.
Breaking
- Hover-opened submenus are now the default. Replace
hoverwithnohoverfor click-only submenus.
Fixed
- Menus stay open on activation and close only after their anchor leaves view.
- Touch interactions do not immediately close hover-enabled submenus.
0.3.0 — June 25, 2026
Added
CheckboxandRadioGroup, including form participation, controlled state, labels, hints, tones, and sizes.Text.collapsible, named Progress tones, custom input tones, and new icons.
Changed
- Focus rings use the global
--focus-ringtoken. - Menu exposes
::part(menu). Progress exposes::part(indicator).
Fixed
- Expanders render closed before upgrade. Loading buttons cannot activate.
- Form controls, menus, tooltips, and text handle their controlled and keyboard edge cases consistently.
0.2.3 — June 18, 2026
Added
Expander,Input, andMenuwith their associated item and grouping primitives.- Tag priorities, a shared
--focus-ringtoken, and input status support.
Changed
- Button typography scales with
size. Tag tones use translucent fills.
0.2.2 — June 13, 2026
Breaking
- Rename
list-detail-viewtolist-collapse. - Tooltips are pinned by default. Remove
static; passfollowto position a tooltip next to the pointer.
Added
--tooltip-paddingandTooltip::part(bubble).
Changed
- Buttons, Text, and Title pin Anta’s font features.
0.2.1 — June 10, 2026
Changed
- Table borders use
--border-4. Monospace text no longer inherits letter spacing.
Packaging
- Published CSS is minified.
0.2.0 — June 9, 2026
Added
Tagand thetagicon.
Breaking
- Stickers moved to
@antadesign/stickers. Install that package and update imports from@antadesign/anta/stickers. - Text defaults to
priority="secondary". Passpriority="primary"to keep the former default.
Fixed
- Empty Button tone values render as neutral.
0.1.1-dev.8 — June 5, 2026
Added
Tooltipand granular per-element registration.
Fixed
- Anchor buttons keep button styling instead of inheriting link styling.
- Hover styling no longer persists after a touch interaction.
0.1.1-dev.7 — June 3, 2026
Added
Buttonand therotate-ccwicon.
Breaking
- Background tokens use the numeric
--bg-1through--bg-5scale. Rename former background token references. iconButtonis removed andleadingIconis renamed toicon.
Changed
- Button sizes are 24px, 28px, and 32px. The dark palette was retuned.
0.1.1-dev.6 — May 28, 2026
Added
Title, a CSS-only heading component with levels, priorities, and tones.
Changed
- Raw
h1throughh6use the same type scale as Title.
0.1.1-dev.5 — May 25, 2026
Breaking
- Button defaults to
tone="neutral". Passtone="brand"to preserve the former default. tone="custom"is removed. Pass a CSS color directly totone.
Changed
- Button accepts custom CSS color tones and holds its width in flex layouts.
0.1.1-dev.4 — May 6, 2026
Breaking
anta_global_tokens.cssis renamed totokens.css.- Import
reset.cssfor Anta’s reset and typography defaults. - Anta’s CSS now lives in
@layer anta.
Added
table-2,sun,moon, andrefresh-ccw-doticons.
0.1.1-dev.3 — May 5, 2026
Breaking
--text-whiteis removed. Usewhiteor define a local token.
Changed
- Dark-mode success, warning, and critical text tokens were retuned.
0.1.1-dev.2 — May 3, 2026
Added
- New icons, accessible Icon labels, and improved Progress announcements.
0.1.1-dev.1 — May 3, 2026
Added
- Apply
.lightto a subtree to restore light tokens below a dark ancestor.
0.1.0-dev.1 — May 2, 2026
Added
TextandIcon, global link and list styles, and the initial icon set.
Notes for upgraders
- Anta now supplies default link, list, and menu styles. Override them with your own CSS where needed.
0.0.x — through April 2026
Initial package scaffolding, Progress, and the light/dark token system.