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.
Summary
This pull request introduces a new release (v1.0.4) with significant improvements to the build process, testing infrastructure, and project assets. The main highlights are the addition of automated CSS builds, full Playwright end-to-end (E2E) test integration, and a switch from SVG to PNG for branded assets and social previews. The CI/CD workflows are modernized to ensure all linting, builds, and tests run before publishing, and the documentation is updated to reflect these changes.
Build and Testing Automation
buildscript usinglightningcssto bundle and minify all style systems intodist/ui-style-kit.cssanddist/ui-style-kit.min.css. (scripts/build-css.js,package.json) [1] [2] [3]playwright.config.js,scripts/playwright-cli.js,tests/e2e/demo.spec.js,package.json) [1] [2] [3] [4]CI/CD Workflow Improvements
.github/workflows/ci.yml,.github/workflows/npm-publish.yml,.github/workflows/release-version-alignment.yml) [1] [2] [3] [4] [5]Asset and Metadata Updates
favicon.svg,og-preview.svg) to PNG (logo.png,social-card.png) for broader compatibility and branding consistency. Updated all references inindex.html,site.webmanifest,browserconfig.xml, and documentation. [1] [2] [3] [4] [5] [6] [7]Documentation and Release
README.mdwith new build/test instructions, Playwright usage, and asset references. Added a "Full release gate" section for the newverifyscript. [1] [2] [3] [4]1.0.4and updatedCHANGELOG.mdto document the release and asset changes. [1] [2]Summary of most important changes:
Build and Testing Automation
buildscript (usinglightningcss) to concatenate and minify all CSS systems into distributable files. (scripts/build-css.js,package.json) [1] [2] [3]playwright.config.js,scripts/playwright-cli.js,tests/e2e/demo.spec.js,package.json) [1] [2] [3] [4]CI/CD Workflow Improvements
.github/workflows/ci.yml,.github/workflows/npm-publish.yml,.github/workflows/release-version-alignment.yml) [1] [2] [3] [4] [5]Asset and Metadata Updates
index.html,site.webmanifest,browserconfig.xml,README.md,CHANGELOG.md) [1] [2] [3] [4] [5] [6] [7]Documentation and Release
README.mdfor new build/test/release instructions and asset changes. [1] [2] [3] [4]1.0.4and updated changelog. [[1]](https://github.com/Foscat/ui-style-kit-css/pull/7/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR5-R17) [2]
Type of Change
Validation
npm run lint:cssindex.htmldemoChecklist