v1.4.0

mercurjs/mercurv1.4.0Oct 27, 2025by WojciechPlodzien

AI Summary

A major feature release introducing Stripe connection and significant architectural changes, including separating the Admin Panel into a new repository.

Key Highlights

  • New: Stripe connection trigger.
  • Architecture: Extracted Admin Panel into a separate repository.
  • Storefront: Added stock validation and improved variant selection.
  • Checkout: Fixed display of delivery amounts and product names.

Breaking Changes

  • Extracted Admin Panel into a separate repository

New Features

  • Stripe connection integration
  • Improved variant selection on storefront

Full Release Notes

# Release 1.4.0 - B2C Marketplace

## Added
- Added Stripe connection trigger (@vholik)

## Changed
- Extracted Admin Panel into a separate repository (@mikolvj)
https://github.com/mercurjs/admin-panel

## Fixed
- Vendors can now see correct inventory on product details pages (Issue [#175]) (@AlanJanicki)
- Vendors can now edit stock locations without issues (@AlanJanicki)
- Storefront now displays correct delivery amount for each order (@AlanJanicki)
- Storefront now displays full product names and selected variants at checkout (@Si3r4dz)
- Storefront now displays promotion codes correctly in the cart (@Si3r4dz)
- Storefront now validates product stock levels and prevents adding out-of-stock products to cart (@AlanJanicki, @pfulara)
- Improved product quantity selection in cart (@Si3r4dz)
- Improved variant selection on storefront product pages (@AlanJanicki)
- Product listing price filter now works correctly on storefront (@AlanJanicki)
- Fixed blinking error messages at checkout (@AlanJanicki)
- Fixed errors on message page in Admin Panel (@AlanJanicki)
- Fixed screen swiping issues in product detail page specific section (@Si3r4dz)
- fix: creating seller after accept of request from admin (@itariv)