Version Packages#379
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
956c281 to
d9e9720
Compare
d9e9720 to
81a0635
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tailor-platform/app-shell@1.9.0
Minor Changes
0817cf1: AppShell now bundles and injects a small default favicon set instead of a single 32×32 icon. When no
faviconprop is passed (and the host page declares no<link rel="icon">), AppShell renders 16×16 and 32×32 PNG tab icons plus a 180×180 Apple touch icon — all embedded as data URIs, so no asset-copy step is needed. The Apple touch icon covers "Add to Home Screen" on both iOS and Android; the legacy.icoand PWAandroid-chrome-*icons are intentionally omitted to keep the bundle small (this is not a PWA).Behavior for consumers is unchanged: passing
faviconstill replaces the whole set with your single href, and an existing host-page favicon is still respected.57a3870: Add composable
Timelineprimitives for building time-based layouts, including axis guides/levels, row backgrounds, intervals, and dependency links.Timeline.Rootdefines the shared start/end range.Timeline.Viewportrenders the axis, decorations, scrolling area, and link layer.Timeline.Rowdefines one timeline lane and owns row height/background.Timeline.Intervalpositions content across a time range.Timeline.Linkdraws dependency lines between timeline items.Tooltip.Contentalso now acceptsnoArrowfor popover-like timeline labels and custom overlays.