Skip to content

Releases: ygo-skc/skc-site

v1.15.0: React v19 Upgrade

10 Dec 00:26
2968592
Compare
Choose a tag to compare

Changes

  • Upgrading to react 19 + fixing issues associated with it

v1.14.3: Dependency Updates

09 Dec 23:52
3494fe7
Compare
Choose a tag to compare

Changes

  • Dependency updates

v1.14.2: Added Privacy Policy

04 Nov 19:14
4bd0a69
Compare
Choose a tag to compare

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

31 Oct 03:16
Compare
Choose a tag to compare

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

07 Sep 00:14
aeeba7e
Compare
Choose a tag to compare

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

03 Aug 16:11
0701101
Compare
Choose a tag to compare

Changes

  • Various dependency updates

v1.13.2: Code Changes To Reflect Suggestion Engine Contract Changes

13 Jul 05:17
194801c
Compare
Choose a tag to compare

Changes

  • Updated endpoint for /support as per suggestion engine changes
  • Updated dependencies

v1.13.1: Updated Card Product Info and Card Grid UI

30 May 01:59
429fda1
Compare
Choose a tag to compare

Changes

Card Grid Photo Roundness Reduced

Before
Screenshot 2024-05-29 at 8 47 43 PM
After
Screenshot 2024-05-29 at 8 47 34 PM

Products Card Was Printed In Now Show Product Image

Before
Screenshot 2024-05-29 at 8 47 02 PM

After
Screenshot 2024-05-29 at 8 46 44 PM

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

27 Mar 20:05
6b94077
Compare
Choose a tag to compare

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
    • Bug where if two ban list formats share the same ban list date while switching formats, data would not load correctly
    • Fixes #792
    • Fixes #781
  • Various small UI tweaks
  • Various dependency updates

v1.12.1: Fixed Product Image Width Inconsistencies & Search Improvements

31 Dec 18:07
9b46c5a
Compare
Choose a tag to compare

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