Merged
Conversation
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 master, this PR will be updated.
Releases
@tiny-design/react@1.9.0
Minor Changes
Upgrade the global configuration infrastructure around
ConfigProviderand align popup, scroll, and static layer behavior across the component library. - #9049b4bfcHighlights:
ConfigProviderto use provider-scoped theme containers instead of mutating global HTML styles.ConfigProvider.useConfig()andConfigProvider.config({ holderRender })support for a wider set of static APIs.Modal.open()andModal.confirm()APIs that participate in the shared static host pipeline.Portal,Popup, andCascader.Anchor,Sticky,BackTop,Overlay, andTour.Stickycontainer observation withResizeObserver.useTheme()to sync with DOM state, localStorage, system preference changes, and cross-tab storage events.onCopytoCopyToClipboardso copy results can be observed by consumers.Notes for consumers:
AnchorandBackTopnow accept and resolveWindowas a first-class target container shape.BackTopnow defaults toConfigProvider.getTargetContainer()when present.ConfigProvideronly renders an internal scope node when scoped theme behavior is required.Message.*,Notification.*,LoadingBar.*, andModal.open()can now be wrapped consistently throughConfigProvider.config({ holderRender }).Migrate component styles from SCSS variables to CSS custom properties (
--ty-*) for better runtime theming support. - #9049b4bfc--ty-btn-border-radiusfalls back to--ty-border-radius)ThemeConfigAPI toConfigProviderfor programmatic token and component-level overrides@tiny-design/tokens@1.9.0
Minor Changes
--ty-*) for better runtime theming support. - #9049b4bfc--ty-btn-border-radiusfalls back to--ty-border-radius)ThemeConfigAPI toConfigProviderfor programmatic token and component-level overrides@tiny-design/charts@1.9.0
@tiny-design/icons@1.9.0