Skip to content

Latest commit

 

History

History
230 lines (119 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

230 lines (119 loc) · 5.35 KB

Changelog

Unreleased changes

2.1.1 - 2024-06-18

Fixed

  • Sort orders callback Rapidez v2 compatibility (#47)

2.1.0 - 2024-05-28

Added

  • Laravel 11 support (#46)
  • Fire postcode change event (#45)

2.0.0 - 2024-02-21

Added

  • Rapidez v2 compatibility (#43)

1.0.0 - 2024-01-05

Changed

  • Improve frontend (#29)
  • Drop 0.x support and use stores (#44)

0.16.0 - 2023-09-14

Added

  • Magento reset password fallback route redirects (8efd235)

0.15.0 - 2023-09-08

Added

  • Laravel 10 support (0839fab)
  • Add vat_id (and company) to account queries (#39)

0.14.0 - 2023-08-22

Added

  • Added the VAT field on addresses and registration (#37)

0.13.6 - 2023-07-11

Fixed

  • Update user check for 1.x compatibility (#36)

0.13.5 - 2023-07-04

Fixed

  • Use url helpers (#35)

0.13.4 - 2023-06-21

Fixed

  • Get the order items on the order overview (#33)

0.13.3 - 2023-06-19

Fixed

  • Named all routes (#32)

0.13.2 - 2023-06-12

Fixed

  • Add two extra fields to overview query (#31)

0.13.1 - 2023-04-28

Fixed

  • Rapidez/core v1 support (4a53926)

0.13.0 - 2023-04-05

Added

  • Add package.js, ensure dependency on Vue is satisfied (#26)

0.12.0 - 2023-01-19

Changed

  • Replace turbolinks with turbo (#18)
  • Add changelog action (69bf2b7)

0.11.2 - 2023-01-19

Fixed

  • Fix for sorting by (#16)

0.11.4 - 2023-01-03

Fixed

  • Show/hide account (address) fields by listening to the Magento Customer config (#17)

0.11.3 - 2022-09-26

Fixed

  • Use :set on reactive value (#14)

0.11.1 - 2022-09-20

Fixed

0.11.0 - 2022-08-09

Added

  • Link user to cart when they register an account (#13)

0.10.0 - 2022-04-11

Changed

  • Laravel 9 compatibility (b6abeb0)

0.9.0 - 2022-03-16

Changed

  • Use GraphQL variables everywhere (164dfa4)

0.8.0 - 2022-02-17

Added

  • Wishlist menu item when loaded (ed8bd1d)

0.7.0 - 2022-02-05

Changed

  • Don't index account pages (#11)

0.6.0 - 2022-02-03

Added

  • Change password and email option (583b801)

0.5.6 - 2022-01-31

Fixed

  • Recaptcha component location (4b5ecf6)

0.5.5 - 2022-01-12

Fixed

  • Show login form directly when not logged in (3b662c8)
  • Show the newest orders first on the overview (6047716)
  • Removed unneeded v-cloaks (8e66bd3)

0.5.4 - 2022-01-12

Fixed

  • Sort the orders within a callback (c7a356c)

0.5.3 - 2022-01-11

Fixed

  • Show the newest orders first (32f745b)
  • Recaptcha support (61cd365)

0.5.2 - 2021-12-02

Fixed

  • Show the reorder cart errors in the cart (26b1d78)

0.5.1 - 2021-11-24

Fixed

  • Translatable titles (7a15e94)

0.5.0 - 2021-11-23

Added

  • Forgot password functionality (50338cd)

0.4.0 - 2021-10-05

Changed

  • Add variables to callbacks (#10)

0.3.0 - 2021-08-12

Added

  • Reorder functionality (5f52cc9)

0.2.1 - 2021-08-04

Changed

  • Changed the rapidez/core version constraint (e815a5c)

0.2.0 - 2021-07-19

Added

  • Registration page (29cd80b)

0.1.0 - 2021-06-30

Initial release