Skip to content

v2.1.0

Latest

Choose a tag to compare

@Quetzacoalt91 Quetzacoalt91 released this 14 Jul 10:06
440d4f9
hummingbird-210

The 2.1.0 version of the Hummingbird theme is now available! 🎉

A quality-driven follow-up to the major 2.0.0 overhaul, bringing checkout improvements, accessibility, SEO & structured data enhancements, and a large batch of fixes and
improvements. Hummingbird remains the default theme in PrestaShop 9.1+ (Classic stays available).

The README now includes a compatibility table to make it easy to find the right Hummingbird version for your PrestaShop install.

Note

📚 In parallel, the Theme section of the developer documentation has been completely reworked, with a dedicated chapter for Hummingbird (concepts, customization,
guidelines and reference): https://devdocs.prestashop-project.org/9/themes/


✨ Highlights

🛒 Checkout

  • Improved checkout steps: step navigation refactored into a reusable component, with steps generated dynamically from a $checkout_steps array (no more hardcoding)

♿ Accessibility (EAA)

  • Improved heading hierarchy and table semantics on the order detail page
  • Accessible product thumbnails list and real heading for payment information
  • Better mobile menu, social follow, and rich-text link accessibility
  • required on date fields, missing form labels added, duplicate IDs & redundant ARIA removed

🔍 SEO & structured data

  • Server-side JSON-LD now used when available, with safer encoding/escaping
  • Enhanced product-list JSON-LD for richer SEO output

🧩 Customization & features

  • Product actions wrapped in a dedicated product_actions block for easier add-to-cart overriding in child themes
  • More breadcrumb blocks for easier theme customization
  • Password policy improvements
  • HTML support in product flags

🛠 Developer experience

  • New AI development context (CONTEXT.md)
  • Continued jQuery removal filter-handler & productcomments now use native URL APIs
  • Cleaner SCSS architecture (removed @extend)

🐛 Notable fixes

  • Fixed tax-less price display and obsolete product_without_taxes block
  • Fixed manufacturer/brand link 404s and color swatch behavior
  • Fixed checkout step buttons on virtual carts
  • Fixed WebPack preloadFonts resolution in watch mode

📋 Full Changelog: v2.0.0...v2.1.0

📚 Theme documentation: https://devdocs.prestashop-project.org/9/themes/

What's Changed
New Contributors