chore: version packages#118
Merged
Merged
Conversation
3fdbe9c to
1de0dee
Compare
6973781 to
e664175
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
@typestyles/cli@0.2.0
Minor Changes
#119
10edb85Thanks @dbanksdesign! - Addstyles.scope()for proximity-correct nested theme overrides via CSS@scope(P5.3).Introduce
@typestyles/cli, a new package with thetypestylesbinary and subcommands. The first command istypestyles snapshot, which scans semanticstyles.class/styles.componentclass names and writes.typestyles-public-classnames.jsonfor semver guarding. Snapshot logic and heavy deps (typescript,fast-glob) live in this package so the coretypestylesruntime stays lean.Also ships the opt-in
@typestyles/no-removed-public-classnameESLint rule (consumes@typestyles/cliprogrammatically).@typestyles/eslint-plugin@0.3.0
Minor Changes
#119
10edb85Thanks @dbanksdesign! - Addstyles.scope()for proximity-correct nested theme overrides via CSS@scope(P5.3).Introduce
@typestyles/cli, a new package with thetypestylesbinary and subcommands. The first command istypestyles snapshot, which scans semanticstyles.class/styles.componentclass names and writes.typestyles-public-classnames.jsonfor semver guarding. Snapshot logic and heavy deps (typescript,fast-glob) live in this package so the coretypestylesruntime stays lean.Also ships the opt-in
@typestyles/no-removed-public-classnameESLint rule (consumes@typestyles/cliprogrammatically).Patch Changes
10edb85]:typestyles@0.8.0
Minor Changes
#119
10edb85Thanks @dbanksdesign! - Addstyles.scope()for proximity-correct nested theme overrides via CSS@scope(P5.3).Introduce
@typestyles/cli, a new package with thetypestylesbinary and subcommands. The first command istypestyles snapshot, which scans semanticstyles.class/styles.componentclass names and writes.typestyles-public-classnames.jsonfor semver guarding. Snapshot logic and heavy deps (typescript,fast-glob) live in this package so the coretypestylesruntime stays lean.Also ships the opt-in
@typestyles/no-removed-public-classnameESLint rule (consumes@typestyles/cliprogrammatically).#116
7ea7356Thanks @dbanksdesign! - Add'descendant'as a thirdscopevalue ontokens.when.attr/tokens.when.classNametheme conditions, compiling to a descendant-combinator selector (.theme-name [data-x="y"]) so a mode can match a marker element inside the themed subtree — the relationship a fixed-tone surface (e.g. an always-dark toast on a light page) needs.when.not()on a descendant-scoped condition is rejected with an explicit dev warning (P5.4).#121
4be825aThanks @dbanksdesign! - Add responsive object syntax for breakpoint shorthand in style property values. Register breakpoints once viacreateStyles({ breakpoints })orcreateTypeStyles({ breakpoints }), then use{ base, md, lg }on CSS properties — expands to@mediablocks at serialization time. Supports_alias,breakpoints.fromTokens, atomic mode, and dev-time validation for unknown breakpoints.#120
2bfa8a4Thanks @dbanksdesign! - Add optionalnameTemplateoncreateTokensandtokens.createfor custom CSS custom property names — migration from existing variable systems, Style Dictionary / DTCG naming conventions, and cross-namespace aliasing. Default--{scopeId}-{namespace}-{path}behavior is unchanged whennameTemplateis omitted. Theme overrides,tokens.use(), and@propertyregistration share the same resolved names.@typestyles/open-props@0.3.3
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:@typestyles/props@0.4.3
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:@typestyles/benchmarks@0.0.3
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:typestyles-esbuild-example@0.0.2
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:typestyles-parcel-example@0.0.2
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:typestyles-svelte-example@0.0.2
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:@examples/typewind@0.0.4
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]:typestyles-vue-example@0.0.2
Patch Changes
10edb85,7ea7356,4be825a,2bfa8a4]: