Skip to content

v2.2.1

Choose a tag to compare

@anikeshwebkul anikeshwebkul released this 02 Jan 13:19
· 34 commits to main since this release

🚀 Release Notes – Version 2.2.1
We’re excited to announce the release of Bagisto Headless eCommerce Framework v2.2.1, packed with enhancment, and performance improvements to deliver a smoother and more seamless experience.

Summary

  • Patch release with bug fixes (checkout stepper, sitemap, robots.txt), a performance optimization (client → server component conversion).

Highlights

  • Bug fixes: checkout stepper behavior, sitemap, and robots.txt updates.
  • Performance: converted a client component to a server component.

What changed

  • Fixed issue: checkout steper, sitemap, robot.txt

    • Notes: fixes to checkout stepper flow and updates to sitemap and robots.txt to improve crawler behavior and SEO.
  • Optimization: converted client component to server component

    • Notes: moved a component from client to server rendering to reduce client bundle size and improve SSR performance. Verify any code relying on browser-only APIs or client-side lifecycle behavior.