Skip to content

v3.1.4

Choose a tag to compare

@mkocansey mkocansey released this 27 Jul 21:17
· 201 commits to main since this release
31cea05

Release Notes

The updates include improvements and cleanups across JavaScript, CSS, and Blade components to enhance consistency, styling, accessibility, and dark mode support throughout the BladewindUI library.

Key Changes

JavaScript

  • Refactor: Removed unused changeCss calls from public/js/select.js for cleaner code.
  • Improvement: Updated the labelTemplate function to better support dark mode and refine SVG icon styling.

CSS

  • Input & Select Styling:

    • Replaced text-slate/border-slate with text-gray/border-gray for better design consistency.
    • Improved dark mode styling for inputs and selects, adjusting opacity and colors.
  • Table Styling:

    • Enhanced borders and hover effects in dark mode.
    • Improved text and background colors for readability.
  • Tabs Styling:

    • Refined border and text colors in dark mode.
    • Increased font size for better accessibility.

Blade Components

  • Button & Checkbox:

    • Added dark mode-specific text and border colors for better appearance.
  • Modal & Pagination:

    • Improved overflow handling.
    • Adjusted borders for dark mode.
  • Select:

    • Improved focus and placeholder text styles for dark mode.

User Experience Improvements

  • Consistent styling and color use across all components.
  • Better accessibility and readability, especially in dark mode.
  • Codebase cleanup for easier future maintenance.

Additional Information

  • This is a summary of the most recent merged PR. There are 278 merged PRs in total for this repository.
  • To view more merged PRs, see: All merged PRs in mkocansey/bladewind
  • The results above are incomplete due to GitHub API limits; for full history, use the link above.