• v0.1.2 cfe089d1fe

    WooCommerce Bootstrap 0.1.2
    All checks were successful
    Create Release Package / PHP Lint (push) Successful in 51s
    Create Release Package / Build Release (push) Successful in 1m9s
    Pre-Release

    magdev released this 2026-02-28 21:13:54 +00:00 | 5 commits to main since this release

    Fixed

    • Dark mode: text inputs and textareas showing white background due to WooCommerce's .woocommerce form .form-row .input-text (specificity 0,3,1) overriding theme's checkout form rules with var(--wc-form-color-background, #fff) fallback
    • Dark mode: table-light class on <thead> forcing white table headers in cart, checkout review, orders, and payment methods pages
    • Dark mode: WooCommerce notice focus ring appearing white when focus_populate_live_region() JS programmatically focuses alerts for screen reader accessibility
    • WooCommerce notice overrides not matching alerts rendered by Twig templates (added .alert.woocommerce-* compound selectors alongside .woocommerce .woocommerce-* descendant selectors)
    • Order details table on thank-you page not wrapped in a card like other sections
    • Thank-you page success message line-wrapping after icon due to block-level <p> inside inline alert context
    Downloads