v10 #739
Merged
Merged
Conversation
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.
kaseyhinton
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.