CreateLixir
Back to Changelog
v1.5.0July 18, 2026Release notes

v1.5.0

Central package management dashboard, update flow, enable/disable, and verified badges.

Added

Added

8 entries
  • PackageManagerDashboard component with search, filter chips (All, Installed, Updates, Disabled, Healthy, Needs attention), and publisher + type facet selects.
  • PackageUpdateDialog with review, phased progress, and post-update capability re-registration.
  • VerifiedBadge component rendering official/enterprise/organization/community verification chips from platform metadata.
  • ChangelogTimeline component used by detail, configuration, and update surfaces.
  • disablePackage / enablePackage / updatePackage / checkForUpdates / listInstalledWithFilters services in lib/workspace/marketplace/manager.ts.
  • Server actions: disablePackageAction, enablePackageAction, updatePackageAction, checkForUpdatesAction, listInstalledWithFiltersAction.
  • Toast notifications for install / update / enable / disable / uninstall lifecycle transitions.
  • New MarketplaceInstallationEvent kinds: enabled, disabled, update_started, updated.
Improved

Improved

2 entries
  • InstalledWorkspace row now surfaces a per-row action menu (Open, Configure, Update, Disable/Enable, Uninstall) with a kebab affordance.
  • Installed page header now surfaces installed count + updates available count.
Infrastructure

Infrastructure

2 entries
  • Disable operation deregisters runtime capabilities so no workspace surface reads from a disabled package.
  • Update operation calls ensurePackageInDb + re-registers runtime capabilities so contribution changes propagate immediately.