Skip to content

v10 #739

Merged
aarondrabeck merged 14 commits into
masterfrom
quality-of-life
Jun 25, 2026
Merged

v10 #739
aarondrabeck merged 14 commits into
masterfrom
quality-of-life

Conversation

@aarondrabeck

Copy link
Copy Markdown
Member

No description provided.

Remove dead has-search CSS and add reflect: true to variant properties so host styling applies when set via JS, not just HTML attributes.
BREAKING CHANGE: Removes legacy titanium/leavitt components and migrates
async loading from the LoadWhile mixin to @promiseTracking.

Removed components include titanium-card, titanium-header, titanium-error-page,
titanium-confirm-dialog, titanium-access-denied-page, legacy data-table
(data-table, data-table-item, data-table-header), leavitt-user-feedback,
legacy email-history-viewer, and unqualified/outlined duration, validator,
search, and youtube inputs (filled variants only).

LoadWhile and loadWhile() are removed; use @promiseTracking with
trackLoadingPromise() and isLoading instead. TitaniumDataTableCore.loadWhile
is now trackLoadingPromise.

Leavittbook demos, routes, and shell updated; file-explorer uses
titanium-confirmation-dialog.
…nents

BREAKING CHANGE: Removes the illed attribute from date-input, date-range-selector,
single-select-base (and subclasses), page-control, show-hide, smart-attachment-input,
chip-multi-select, chip, and manual-address-dialog. Outlined Material styling is no
longer supported; components always render filled controls. Deletes extendable-outlined-text-field.
Add repo-level monorepo guide and comprehensive @leavittsoftware/web component reference for consuming agents, and ship CLAUDE.md with the npm package.
Add AuthIdentityController so demos and story-header re-render when identity
updates, while keeping authentication user-initiated via the story-header button.
Document leavittbook conventions in CLAUDE.md and README, add root
EditorConfig, mount demos without isActive, mark auth routes with passkey
icons, and sync hero and app shell styles with skeleton.
Bump typescript to 6.x with bundler moduleResolution, add strict property
initializers across Lit components, and fix unknown-catch and event listener
typing for TS 6 defaults.
Replace the removed Loader class with setOptions()/importLibrary(). Ship a guarded global process shim, imported before the loader, so the component works in browser environments that don't define process (raw ESM, esbuild without define, etc.) without requiring any bundler config from consumers.
Render theme-aware drifting, twinkling stars on a self-contained canvas with prefers-reduced-motion support, and remove @tsparticles/* dependencies. Also finish remaining package bumps and pin terser to one worker for Node 22+.
Drop eight unused root devDependencies, remove duplicate tslib from devDependencies, and move countup.js from @leavittsoftware/web to root so it is not published to npm consumers.
Drop rollup-plugin-copy in favor of a small inline Rollup copy plugin to remove inflight/glob@7, add overrides for dompurify, esbuild, js-yaml, and tar, and bump a few dev dependencies.
Publish a migration guide in packages/web/CLAUDE.md for downstream bumps (Unreleased, 9.4.0, 9.0.0), restore deprecated dataTable.loadWhile() delegating to trackLoadingPromise, and extend the root doc-maintenance checklist for breaking releases.
… API (New)

Remove toolbarSearchTerm from email history viewer, drop always-show-content from titanium-drawer, and switch google-address-input to AutocompleteSuggestion/Place with clearer SERVICE_DISABLED errors. Expand agent docs for Material Web, upgrade changelog entries, and fix single-select-base host CSS tokens.
@aarondrabeck aarondrabeck requested a review from kaseyhinton June 25, 2026 22:09
@aarondrabeck aarondrabeck merged commit a7273e4 into master Jun 25, 2026
1 check 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