-
Notifications
You must be signed in to change notification settings - Fork 119
feat: ✨ new version v4.0.7 #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… not support aria condition
…eness and clarity Refactor GithubCard component with enhanced spacing, font sizes, and icon scaling. Adjust container paddings and gaps for improved mobile and desktop views. Update text styles for description, stars, forks, and license for better readability. Remove obsolete test markdown file and add new test MDX content.
… layout Introduce rehype-table plugin that wraps tables inside a div with overflow-x-auto, ensuring wide tables are scrollable and properly displayed within #content. Integrate the plugin into astro-pure to enhance markdown rendering and improve UX on narrow screens.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A new version v4.0.7 introducing breaking changes and improvements, including component API updates, configuration restructuring, and enhanced styling capabilities.
- Updated Button component to use
variant
prop instead ofstyle
prop to avoid conflicts with HTML style attribute - Restructured external links configuration from simple string/boolean to object-based configuration with properties
- Extracted Waline comment system components from the package to theme-specific components for better modularity
Reviewed Changes
Copilot reviewed 71 out of 73 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
uno.config.ts | Updated typography styles, added word wrapping for links, and new CSS rules |
src/site.config.ts | Restructured external links config and updated demo content |
src/pages/**.astro | Updated Button component prop from style to variant |
src/layouts/**.astro | Layout improvements and Waline component integration changes |
src/content/docs/**.md(x) | Documentation updates reflecting API changes and new features |
src/components/waline/ | New local Waline components extracted from package |
packages/pure/ | Package updates, component API changes, and new utility functions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Pending update...