Releases: ygo-skc/skc-site
Releases · ygo-skc/skc-site
v1.15.0: React v19 Upgrade
v1.14.3: Dependency Updates
Changes
- Dependency updates
v1.14.2: Added Privacy Policy
Changes
- Added privacy policy and link to the policy in the footer. This policy states what the website and its APIs collects (basically nothing 😎)
- Updated link styles
- Updated previous support email with new one
v1.14.1: Support For Search by Card ID
Changes
- Users can no use card IDs in search box to search by card ID 🤯
- Updated configs to utilize skc-api dev environment
- Fixed link to skc-api swagger doc
- Removed BETA label as we have progressed past BETA 😎
v1.14.0: Updates to Be Compatible W/ SKC API v3
Changes
- Removed reliance of HATEOAS links as SKC API V3 doesn't use this anymore
- Updated endpoints helper to better encapsulate data
- Added Datadog labels to improve logs
- Dependency updates
- Updated code that broke due to MUI 6 (Removed Grid2 and moved to back to Grid, and updated CSS to fix issues with NavBar)
1.13.3: Dependency Updates
Changes
- Various dependency updates
v1.13.2: Code Changes To Reflect Suggestion Engine Contract Changes
Changes
- Updated endpoint for /support as per suggestion engine changes
- Updated dependencies
v1.13.1: Updated Card Product Info and Card Grid UI
Changes
Card Grid Photo Roundness Reduced
Products Card Was Printed In Now Show Product Image
Other
- npm to yarn migration
- Updated skc-rcl components to use size instead of variant prop where appropriate
- Moved Card Product List Item UI code to its own component to simplify logic
v1.13.0: Product Browse Perf & UI Improvements
Changes
- Simplifying deploy scripts
- Various perf improvements
- Card Info loads a bit quicker / has less state changes
- Ensuring lazy loaded components are loaded within suspense
- Added more lazy loading optimizations
- Improved product browse UI by providing filters so users can faster find the product they are looking for
- Another improvement: products are not all loaded at once to avoid rendering a ton of data when users will probably not need to all of the info at once
- Bug fixes
- Various small UI tweaks
- Various dependency updates
v1.12.1: Fixed Product Image Width Inconsistencies & Search Improvements
Changes
- Fixed an issue where product image size was not respected for all products in
ProductGridItem
- Fixed an existing issue where search term was not being hi lighted in search result
- Fixed an issue in card search where fallback image was not being used