Skip to content

chore: v0.15.0 — cart source, multistep source, version bump, docs#340

Merged
vamgan merged 5 commits into
mainfrom
claude/version-bump-showcase
Jun 14, 2026
Merged

chore: v0.15.0 — cart source, multistep source, version bump, docs#340
vamgan merged 5 commits into
mainfrom
claude/version-bump-showcase

Conversation

@vamgan

@vamgan vamgan commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bump all packages from 0.14.00.15.0 (core, context, react, vue, svelte, solid, angular, mcp, web-component, react-native, qwik, create-askable-app)
  • Update README.md — expanded context sources table (35 sources across three categories: UI & content, User & session, Environment), updated framework hooks listing for all packages, expanded Features list to cover all new source families
  • Update site/www/index.html — package card descriptions updated to highlight the full hook surface, new Context Sources section showcasing cart, multistep, environment, sensor, and session intelligence sources
  • Update site/docs/guide/whats-new.md — prepend v0.15.0 release notes with full API examples for useAskableCartSource and useAskableMultistepSource
  • Update site/docs/api/core.md — append createAskableMultistepSource and createAskableCartSource factory documentation with field tables
  • Update site/docs/index.md, versioning.md, versions.json, versions/README.md, and guide/getting-started.md — advance all version references to v0.15.0

What changed

Cart source (useAskableCartSource)

Exposes ecommerce cart state — items, itemCount, totalQuantity, subtotal, discount, tax, shipping, total (clamped ≥ 0), currency, couponCode, isEmpty, lastModifiedAt. Mutate with addItem, removeItem, updateQuantity, setItems, setTotals, clearCart. Available in React, Vue, Svelte (runes), SolidJS, and Angular (AskableCartSourceService).

Multistep source (useAskableMultistepSource)

Tracks wizard/stepper progress — currentId, currentIndex, currentLabel, totalSteps, progress (0–100), isFirstStep, isLastStep, isComplete. Navigate with next, prev, goTo, complete, reset. Available in all six framework packages.

Test plan

  • npm run build --workspaces passes cleanly (no TypeScript errors)
  • All 528 core tests pass (npm test -w packages/core)
  • Version is 0.15.0 across all package.json files
  • site/docs/guide/whats-new.md opens with v0.15.0 section
  • site/www/index.html contains new Context Sources section

Generated by Claude Code

@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
askable Error Error Jun 14, 2026 5:34am

@pkg-pr-new

pkg-pr-new Bot commented Jun 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

@askable-ui/angular

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/angular@340

@askable-ui/context

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/context@340

@askable-ui/core

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/core@340

@askable-ui/create-app

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/create-app@340

@askable-ui/mcp

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/mcp@340

@askable-ui/qwik

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/qwik@340

@askable-ui/react

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/react@340

@askable-ui/react-native

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/react-native@340

@askable-ui/solid

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/solid@340

@askable-ui/svelte

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/svelte@340

@askable-ui/vue

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/vue@340

@askable-ui/web-component

npm i https://pkg.pr.new/askable-ui/askable/@askable-ui/web-component@340

commit: 9ddd706

claude added 5 commits June 14, 2026 05:33
Separates the 45 sources into two tiers:
- /core: essential sources every app will use (form, table, error, user,
  navigation, cart, multistep, etc.)
- /extended: opt-in niche sources (battery, geolocation, performance,
  A/B test, feature flags, etc.)

The main entry point is unchanged — the split is for clarity, not
restriction. All sources remain tree-shakeable in both tiers.
@vamgan vamgan force-pushed the claude/version-bump-showcase branch from 9ec0d70 to 9ddd706 Compare June 14, 2026 05:33
@vamgan vamgan merged commit 9ddd706 into main Jun 14, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants