|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -[Unreleased changes](https://github.com/rapidez/core/compare/4.4.0...4.4.0) |
| 3 | +[Unreleased changes](https://github.com/rapidez/core/compare/...4.9.0) |
| 4 | +## [4.9.0](https://github.com/rapidez/core/releases/tag/4.9.0) - 2025-12-02 |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- Resized path helper SKU support (#1057) |
| 9 | +- Fractional product quantities support (#1044) |
| 10 | +- allSettled helper (#1078) |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- Playwright test with the latest Magento versions (#1051) |
| 15 | +- Disable inputs on $root.loading (#1039) |
| 16 | + |
| 17 | +### Fixed |
| 18 | + |
| 19 | +- Dutch translation fix (#1055) |
| 20 | +- Deprecated warning on null widget class fix (#1058) |
| 21 | +- Filter focus state style fixes (#1060) |
| 22 | +- Address comparison fix (#1065) |
| 23 | +- Remove duplicate search translation (#1067) |
| 24 | +- Always give hitsPerPage a default (#1070) |
| 25 | +- Improve product in category positions handling (#1071) |
| 26 | +- Url filter error fallback (#1081) |
| 27 | +- Shipping address fallbacks (#1084) |
| 28 | +- Call index import command directly (#1090) |
| 29 | +- Special price alignment fix (#1088) |
| 30 | +- ObjectDiff fallback (#1077) |
| 31 | +- selected_payment_method fallback (#1080) |
| 32 | +- iOS autocomplete double click fix (#1083) |
| 33 | + |
| 34 | +## [4.8.0](https://github.com/rapidez/core/releases/tag/4.8.0) - 2025-10-14 |
| 35 | + |
| 36 | +### Added |
| 37 | + |
| 38 | +- Playwright attach Lighthouse report (#1036) |
| 39 | +- Loader button option (#969) |
| 40 | +- Cart quantity debounce (#1046) |
| 41 | +- Range slider labels option and clip fix (#1037) |
| 42 | + |
| 43 | +### Changed |
| 44 | + |
| 45 | +- Only show 1 product in sliders on mobile (#1030) |
| 46 | +- Also update the cart on error (#1047) |
| 47 | + |
| 48 | +### Fixed |
| 49 | + |
| 50 | +- Category positions fix (#1029) |
| 51 | +- Check email availability if it's prefilled (#1033) |
| 52 | +- Prevent layout shift listing product names (#1031) |
| 53 | +- Crash when custom size has been passed fix (#1032) |
| 54 | +- Missing brackets fix (#1041) |
| 55 | +- Disable setting guest email when guest checkout is disabled (#1040) |
| 56 | +- Playwright publish payment icons (#1045) |
| 57 | +- Unknown turbo-frame error fix (#1048) |
| 58 | + |
| 59 | +## [4.7.6](https://github.com/rapidez/core/releases/tag/4.7.6) - 2025-10-02 |
| 60 | + |
| 61 | +### Fixed |
| 62 | + |
| 63 | +- Remove legacy Vite config (#1020) |
| 64 | +- Defer cart watcher to next tick to avoid race condition (#1006) |
| 65 | +- Blade components update removing the disabled state (#1028) |
| 66 | +- Playwright Magento version tag (#1035) |
| 67 | + |
| 68 | +## [4.7.5](https://github.com/rapidez/core/releases/tag/4.7.5) - 2025-09-26 |
| 69 | + |
| 70 | +### Fixed |
| 71 | + |
| 72 | +- Use npm workspaces for Rapidez dependencies (#1026) |
| 73 | + |
| 74 | +## [4.7.4](https://github.com/rapidez/core/releases/tag/4.7.4) - 2025-09-26 |
| 75 | + |
| 76 | +### Fixed |
| 77 | + |
| 78 | +- Playwright wait for footer on success page (#1024) |
| 79 | +- Package.json name and version (#1025) |
| 80 | + |
| 81 | +## [4.7.3](https://github.com/rapidez/core/releases/tag/4.7.3) - 2025-09-26 |
| 82 | + |
| 83 | +### Fixed |
| 84 | + |
| 85 | +- Playwright test fix (#1023) |
| 86 | + |
| 87 | +## [4.7.2](https://github.com/rapidez/core/releases/tag/4.7.2) - 2025-09-26 |
| 88 | + |
| 89 | +### Fixed |
| 90 | + |
| 91 | +- Slider arrows color fix (#1017) |
| 92 | +- Visual swatch filters not showing fix (#1016) |
| 93 | +- Autocomplete focus on mobile fix (#1018) |
| 94 | +- Playwright use screenshot method everywhere (#1022) |
| 95 | +- GraphQL mutation notification event fix (#1021) |
| 96 | +- Fire login event when logged in customer changes (#1019) |
| 97 | + |
| 98 | +## [4.7.1](https://github.com/rapidez/core/releases/tag/4.7.1) - 2025-09-18 |
| 99 | + |
| 100 | +### Fixed |
| 101 | + |
| 102 | +- Playwright checkout step wait fix (#1015) |
| 103 | + |
| 104 | +## [4.7.0](https://github.com/rapidez/core/releases/tag/4.7.0) - 2025-09-17 |
| 105 | + |
| 106 | +### Added |
| 107 | + |
| 108 | +- Checkbox and radio product option inputs (#1013) |
| 109 | + |
| 110 | +### Fixed |
| 111 | + |
| 112 | +- Ignore .env for local Playwright runs (ed935d9) |
| 113 | +- Custom cart attributes label fix (#1009) |
| 114 | +- Recently viewed widget sorting (#1014) |
| 115 | + |
| 116 | +## [4.6.3](https://github.com/rapidez/core/releases/tag/4.6.3) - 2025-09-16 |
| 117 | + |
| 118 | +### Fixed |
| 119 | + |
| 120 | +- Playwright unique blob report names (#1012) |
| 121 | + |
| 122 | +## [4.6.2](https://github.com/rapidez/core/releases/tag/4.6.2) - 2025-09-16 |
| 123 | + |
| 124 | +### Fixed |
| 125 | + |
| 126 | +- Playwright checkout page optional login possibility (#1011) |
| 127 | + |
| 128 | +## [4.6.1](https://github.com/rapidez/core/releases/tag/4.6.1) - 2025-09-16 |
| 129 | + |
| 130 | +### Fixed |
| 131 | + |
| 132 | +- Set gallery fetchpriority high (c5d82df) |
| 133 | +- Test with a clean Magento config (#1007) |
| 134 | +- Playwright extendable screenshot options (#1010) |
| 135 | + |
| 136 | +## [4.6.0](https://github.com/rapidez/core/releases/tag/4.6.0) - 2025-09-12 |
| 137 | + |
| 138 | +### Added |
| 139 | + |
| 140 | +- Playwright Lighthouse score tests (#1003) |
| 141 | +- Recently viewed widget + widget fixes (#1002) |
| 142 | + |
| 143 | +### Fixed |
| 144 | + |
| 145 | +- Listing min height preventing layout shifts (#1000) |
| 146 | +- Use option instead of argument for index call (#1001) |
| 147 | +- Fix null check for auth (#1004) |
| 148 | + |
| 149 | +## [4.5.0](https://github.com/rapidez/core/releases/tag/4.5.0) - 2025-09-10 |
| 150 | + |
| 151 | +### Added |
| 152 | + |
| 153 | +- Productlist items slot (#978) |
| 154 | +- Minicart row total including tax price (#981) |
| 155 | +- Playwright update all screenshots option (#997) |
| 156 | + |
| 157 | +### Changed |
| 158 | + |
| 159 | +- Uniform Blade file naming with dashes (#955, #990) |
| 160 | +- Playwright only update screenshots on the last failed (#991) |
| 161 | +- Drop PHP 8.2 Playwright tests (#987) |
| 162 | +- Playwright tests with the latest Magento patches (#992) |
| 163 | +- New frontend of rapidez/reviews (#983) |
| 164 | +- More flexible productlist component (#996) |
| 165 | +- Initial product swatches rendering from Blade (#982) |
| 166 | + |
| 167 | +### Fixed |
| 168 | + |
| 169 | +- Skip bugged Laravel version (#989) |
| 170 | +- Category positions script fix + fallback fix (#984) |
| 171 | +- Subfolder store image location fix (#993) |
| 172 | +- Success page login required to view order fallback (#980) |
| 173 | +- Prevent split on category_lvl1 reference (#998) |
| 174 | +- Playwright failed test screenshots in all browsers (#999) |
| 175 | + |
4 | 176 | ## [4.4.0](https://github.com/rapidez/core/releases/tag/4.4.0) - 2025-08-15 |
5 | 177 |
|
6 | 178 | ### Added |
|
0 commit comments