Skip to content

1.0.0

Choose a tag to compare

@JakeLin JakeLin released this 29 Dec 11:44
· 9 commits to main since this release

[1.0.0] - 2025-12-29

Stable Release

First stable release of @ainativekit/devtools, aligned with @ainativekit/ui v1.0.0.

Added

  • Widget-specific data loaders - Each widget can now define its own data loader
    • dataLoader and emptyDataLoader props on Widget type
    • Auto-reload data when switching to widgets with their own loaders
    • Hide global data loader dropdown when widget has its own loader
  • Beautiful example widgets - 4 production-ready example widgets
    • Pizza Carousel - SummaryCard with compact mode
    • Pizza Map - Interactive map with fullscreen support
    • Pizza List - Ranked list with interactive selection
    • Photo Albums - Album carousel with fullscreen viewer

Changed

  • @ainativekit/ui peer dependency - Updated to ^1.0.0
  • Toolbar positioning - Changed from fixed to static positioning
    • Toolbar no longer floats over content
    • Removed toolbarPosition prop (always at top)
    • Better compatibility with fullscreen components

Fixed

  • Fullscreen map mode no longer blocked by floating toolbar
  • Removed unused wrapper div in content area

Examples

  • Tailwind v4 configured for basic example
  • Widgets example showcases @ainativekit/ui v1.0.0 components
  • All widgets use widget-specific data loaders pattern