Changelog
A full history of releases for Stellix UI Material. Each entry covers new features, bug fixes, documentation updates, and breaking changes.
FeatureFixBreakingDocsChange type legend
v0.1.52026-08-17
- FeatureAdded 19 React Native components: 12 Primitives (Button, Badge, Avatar, Tag, Tooltip, Toggle, Input, Textarea, Select, Checkbox, Radio, Switch) and 7 Feedback (Toast, Alert, ProgressBar, Spinner, SkeletonBlock, EmptyState, StepIndicator). Total native components: 40.
- FeatureNew NumberTicker variants: card, gradient, badge — with label, trend arrows, and animated counting.
- FeatureNew ProgressRing variants: dashboard, gradient, segmented — with status colors and segment visualization.
- FeatureRedesigned OnboardingWizard with custom step bar, progress indicator, icon-based plan cards, and polished review step.
- FeatureInteractive animation previews: ShakeAnimation, ConfettiEffect, MorphTransition, and SelectionActions now have trigger buttons in the demo.
- FeatureThemeSwitcher midnight fix: auto dark mode class, distinct swatch color, fixed invalid hex token.
- FixFixed GaugeChart large-arc flag causing arc to wrap over the top at >50%.
- FixFixed DonutChart taking extra width — constrained to max-w-sm.
- FixFixed StepIndicator horizontal alignment with invisible spacer lines for even centering.
- FixFixed Vercel production build: resolved type mismatches in DataCard, JSONViewer, ModelSelector, TokenCounter, ConversationList, AIChatLayout, and Dropdown.
- FixUpdated all demo previews, webCode, nativeCode, and propsTable to match actual component APIs across all categories.
- DocsUpdated live demo URL to stellix-ui-material-web-alpha.vercel.app across all 4 package READMEs.
- DocsAdded 520+ E2E tests covering primitives, feedback, layout, animations, and mobile viewports.
v0.1.42026-08-15
- FeaturePhase 10-14: 94 new components across Primitives, Feedback, Layout, Data Display, AI/Agent, Compositions, Animations, and Themes categories.
- FeatureAdded ThemeSwitcher and ThemeBuilder with 8 preset colour schemes (Light, Dark, Ocean, Forest, Sunset, Midnight, Sakura, Monochrome).
- FeatureAdded animation components: GlimmEffect, GlidingHighlight, MorphTransition, ConfettiEffect, TypewriterEffect, NumberTicker, ProgressRing, RippleEffect, ShakeAnimation, SlideReveal.
- FeatureAdded composition layouts: AIChatLayout, DashboardLayout, AgentWorkbench, CodeReview, DataExplorer, OnboardingWizard.
- FeatureAdded AI/Agent components: AgentStatus, ToolCallCard, ModelSelector, TokenCounter, ConversationList, SystemPrompt.
- FeatureAdded Data Display components: DataCard, TimelineView, FileTree, JSONViewer, MarkdownView, Changelog, ActivityFeed.
- DocsFull documentation pages added for all 94 new components with live previews, props tables, and code snippets.
v0.1.32026-07-01
- FeaturePhase 9: Comprehensive accessibility pass across all 19 components. Full WCAG 2.1 AA compliance.
- FeatureDark mode support via CSS variables and data-theme attribute across all components.
- FeatureAdded focus-visible ring for keyboard navigation on all interactive elements.
- FeatureAdded reduced-motion support via @media (prefers-reduced-motion) in animations.
- FixFixed contrast ratio for ink-3 text on surface-field background in light mode.
- FixFixed AriaLive region not announcing Toast messages in Firefox.
- DocsAccessibility page added with WCAG compliance summary and keyboard navigation guide.
v0.1.22026-06-10
- FeatureLaunched the Stellix UI Material documentation site built with Next.js 15.
- FeatureLive component previews with viewport switcher (Mobile, Tablet, Web, Large).
- FeatureInteractive playground page for trying components with real-time controls.
- FeatureTheme playground page with live theme switching across a component showcase.
- DocsAdded props tables, web code, and React Native code tabs for every component.
- DocsSetup guide with installation instructions for web, native, core, and tokens packages.
v0.1.12026-05-20
- DocsAdded README files to all four npm packages: @stellix/ui-web, @stellix/ui-native, @stellix/ui-core, @stellix/ui-tokens.
- DocsAdded JSDoc comments to all exported component props interfaces.
- FixFixed missing peer dependency declaration for react and react-dom in @stellix/ui-web.
- FixFixed tree-shaking issue where named exports from @stellix/ui-core were not preserved.
v0.1.02026-05-01
- FeatureInitial public release of Stellix UI Material with 19 production-ready components.
- FeatureFeedback components: LoadingState (5 variants), Thinking, TaskRows (3 variants).
- FeatureContent components: StreamingText, CodeBlock (3 variants), ContextCards.
- FeatureForms components: ApprovalCard (with MultiStepApproval), PromptBar, SelectionActions.
- FeatureTables components: DiffTable, RecordsTable, FilterTable.
- FeatureNavigation components: Chat (3 variants), Search, SidebarNav.
- FeatureCards components: RecommendationCard (with ComparisonCard), InsightCards (DonutChart + GaugeChart), ToolChips, FineTuneCard.
- Feature11 headless hooks in @stellix/ui-core: useTimer, useStreamingText, useCodeStream, useExpandable, useStaggeredReveal, useSearch, useSortable, useTaskProgress, useBreakpoint, useTextSelection, useDictation.
- FeatureReact Native equivalents of all 19 components in @stellix/ui-native via NativeWind.
- FeatureDesign tokens package @stellix/ui-tokens with colors, shadows, spacing, and radius values.