Open
Conversation
- Remove deprecated Babel and Jest config files - Add ESLint, Prettier, nvm and commitlint configs - Ignore storybook-static build output in git and ESLint - Update Tailwind, PostCSS and Vite configuration files - Update package.json scripts and dependencies - Improve README with install and usage examples - Add CI workflows, issue templates and labels
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Simplify commitlint command in package.json - Use commitlint defaults for local checks - In CI, specify commit range from origin branch to HEAD - Ensure commitlint validates all relevant commits in PRs
- Update package version in package.json and package-lock.json to 1.0.0 - Adjust useForm hook in TanStackFormExample for improved type handling
- Introduce a new script for building the site using a specific Vite configuration file.
- Change body background color to white and text color to dark for improved readability. - Update color scheme to light in CSS for consistency with the new theme.
refactor example cards for light mode update text and background colors for readability tweak landing header copy and hierarchy
- Replace Tailwind directives with @import statement for improved compatibility. - Maintain light color scheme settings in :root for consistency with recent theme updates.
- Clean up imports in example components by removing unused React imports. - Update main.tsx to use StrictMode directly from 'react'. - Adjust type imports in the ReactStarsRating and Star components for better clarity.
- Updated Formik, HookForm, TanStack, and Simple examples to include a feedback field. - Adjusted validation logic to require feedback input. - Improved layout and styling for better user experience. - Modified submission handling to display feedback data in alerts.
- Removed the .eslintignore file as its contents were integrated into the ESLint configuration. - Updated ESLint configuration to include additional ignored files and directories. - Modified lint script in package.json to target the 'src' directory specifically.
- Add body-max-line-length rule to commitlint configuration - Upgrade several dependencies including semantic-release, Storybook, and ESLint - Update Node version in GitHub workflows for consistency - Refactor GitHub labels and workflows for clarity
- Create .cursorrules file to outline commit message guidelines - Include rules for Conventional Commits and formatting - Provide examples for clarity and consistency
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.
Remove deprecated Babel and Jest config files
Add ESLint, Prettier, nvm and commitlint configs
Ignore storybook-static build output in git and ESLint
Update Tailwind, PostCSS and Vite configuration files
Update package.json scripts and dependencies
Improve README with install and usage examples
Add CI workflows, issue templates and labels