release: 0.4.0 - #161
Merged
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.
Bumps version from 0.3.0 to 0.4.0. All changes since 0.3.0:
Bug Fixes
css-tailwindno longer appends an extra empty line that caused strict repository formatting checks to fail. (fix(export): remove extra trailing newline in css-tailwind output #151, fix(cli): single trailing newline on css-tailwind export #140, Fix css-tailwind extra trailing newline #144, @sudarshandev-llm, @drmikecrypto, @Jalendar10) Fixes css-tailwind export emits an extra trailing newline #139.-as the input path from a TTY, the CLI printsReading from stdin... Press Ctrl+D when doneto prevent silent freezing. (fix(stdin): show TTY hint when reading from interactive terminal #146, @Emp1500)100gradnow correctly take precedence over radian matching, producing accurate color computations and contrast metrics. (fix(color): correct grad hue parsing and reject non-percentage color-mix weights #120, @rmyndharis)color-mix()requires explicit percentage weight values. Bare numbers are now rejected instead of producing inaccurate color blends. (fix(color): correct grad hue parsing and reject non-percentage color-mix weights #120, @rmyndharis)npx @google/design.md specno longer throws errors when executed from npm installations. (fix: bundle spec.md next to the CLI entry so the spec command works after build #118, Fix/spec command path #157, @rmyndharis, @SyedaQurratAI)Features
omittedfrontmatter key suppresses linter warnings. Design authors can explicitly list skipped categories (likespacingorrounded) as bare strings or structured objects with reasons, silencing expected-missing linter warnings. (feat: add omitted frontmatter key to suppress expected-missing lint warnings #155, feat: addomittedfrontmatter key to suppress expected-missing lint warnings #113, feat(linter): add \omitted\ key to suppress missing-section warnings #147, @zachshallbetter, @mvanhorn, @sudarshandev-llm) Fixes Feature:omittedkey to declare intentional absence and suppress expected-missing warnings #78.:rootselector using--format css-vars, with optional naming prefix support via--prefix. (feat: add CSS custom properties export format (--format css-vars) #109, @mvanhorn)Docs
infosvsinfo) and align the active rules count to eleven. (docs: correct lint/diff output examples and rule count in README #119, @rmyndharis)"engines": { "node": ">=18.0.0" }) in package metadata. (chore: declare supported Node engine range (>=18) #124, @rmyndharis)Contributors
Thank you to the contributors who made this release possible:
omittedfrontmatter key to suppress expected-missing lint warnings #113, feat: add omitted frontmatter key to suppress expected-missing lint warnings #155)