Release v1.1.0 with scoped package name and accessibility improvements#30
Merged
Conversation
Release v1.0.1 with scoped package name and workflow updates
Replace the minimal AL-focused .gitignore with a comprehensive Node/JS/frontend ignore (logs, node_modules, build outputs, caches, env files, etc.). Update README: add npm version badge, correct the npm install spec to `@1.x.x`, and normalize CSS import examples to use tilde-prefixed package paths (e.g. `~@comfortcss/reset` and module paths).
Update the checkout action version in the publish workflow from v6 to v7.
Update README header to the npm package-scoped name '@comfortcss/reset' instead of 'ComfortCSS Reset' to match the package listing. No other changes made.
Change example/css/index.css to import '../../dist/reset.min.css' instead of '../../dist/comfort-css-reset.min.css' so the example points at the renamed/updated build artifact.
Delete generated distribution files from the repository (dist/reset.min.css and dist/.gitignore). These are build artifacts and shouldn't be tracked to avoid committing stale/minified output.
Bump package to 1.1.0 and refine core styles. Add new src/core/elements.css with resets for dialog, details/summary, progress, meter, and other modern elements. Improve accessibility: prefers-contrast & prefers-reduced-data rules, focus-visible fallback, and system color usage. Small base refinements (accent-color, scrollbar-gutter, tap highlight), typography tweaks (balanced headings, tab-size for code), remove image vertical-align, and add fieldset/legend resets. Update headers/@SInCE tags and import new elements.css in src/reset.css.
Release v1.1.0 with scoped package name and accessibility updates
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.
No description provided.