Skip to content

Releases: ygo-skc/skc-site

v1.7.3: Bug Fixes & Code Cleanup

08 Dec 01:55
Compare
Choose a tag to compare

Changes

  • Fixed an issue where fonts were not being used in browsers that weren't Safari
    • Removed fonts and defaulted to one font
  • Moved files to more appropriate folders
  • Started removing "style" prop from components and started using more style sheets
  • Added more style sheets
  • Fixed issue where ban list format button group would show up even when there are no ban lists to choose from - card info page

v1.7.2: Showing All Ban Lists A Card Is Limited In, Updated Styles, Various Perf Improvements, etc

06 Dec 00:20
Compare
Choose a tag to compare

Changes

  • Closes #345
  • Updated Hint style/added new variant
  • Using startTransition() in more places
  • Code cleanup to improve page loading
  • Added more types
  • Removed unless
    tags in favor of
  • Cleaned up About page and its components
  • Various lib updates

v1.7.1: QoL Updates

01 Dec 02:42
Compare
Choose a tag to compare

Changes

  • Added new Dates methods - one to see if a date is in the future, and another that compares two dates and returns the number of days between them
    • Added tests
  • Added helper text for future ban lists that lets users know when it will be active
  • Added helper text in card info that lets users know when the card was last printed - in days

v1.7.0: Suggestion Engine!!!

23 Nov 02:40
Compare
Choose a tag to compare

Changes

  • The biggest change is the consumption of the Suggestion Engine. This is the init release of the engine and has limited capabilities but in time I have high hopes it will be the best source of suggestions for YGO cards.
  • There are some small cosmetic changes.

v1.6.0: Webpack 5 Usage, Style Changes, New Ban List Functionality, etc..

13 Nov 21:52
41b14e9
Compare
Choose a tag to compare

Changes

  • Started using Webpack 5
  • Updated React to version 18
    • Various other version updates
  • Added call to get suggested materials using SKC Suggestion Engine - disabled right now as functionality work is ongoing
  • Updated package structure to minimize complexity
  • Added new functionality to Ban List page
    • Added ban lists for two new formats - Master Duel and Duel Links
    • Updated layout to make switching between ban lists and formats better
    • Significantly increased performance
    • Added helpful data about selected ban list
  • Upcoming TCG product tiles have new UI
    • Popup available to see more deets about a product

v1.5.1: New Font, String Updates, Various Fixes

04 Aug 23:26
08d0753
Compare
Choose a tag to compare

Changes

  • Using new font across site
  • Updated verbiage of error messages
  • Added more deets to product details page

v1.5.0: Card Browse & Ban List Updates

08 May 02:58
3a7e403
Compare
Choose a tag to compare

Changes

  • Card Browse has been completely overhauled
    • UI improved!
    • Re-using components
    • Fixed bugs (more bugs will be fixed soon)
    • Migrated to TypeScript
    • Starting using Reducers
  • Ban List UI has been updated to give more space / draw more attention to new/removed cards
  • Ban List calls have been updated to improve perf

v1.4.0: Event Support & Styling Updates

23 Apr 18:37
d025b66
Compare
Choose a tag to compare

Changes

v1.3.5: Added Upload Section For New Channel & Style Updates

17 Apr 17:30
Compare
Choose a tag to compare

Changes

  • Linked up new YouTube channel so users can view uploads for Pokemon channel
  • Updated date format for Product Info component
  • Updated fonts
  • Updated margins so spacing isn't as tight
  • Changed how Ban List component gets info from SKC API as contract has changed - ygo-skc/skc-api#145

v1.3.4: Various Dependency Patches/Updates

10 Apr 18:38
Compare
Choose a tag to compare

Changes

  • Updated outdated dependencies and pinned dependency so bot can update them in the future
  • Updated transitive dependencies that are vulnerable
  • Added more TypeScript types
  • Fixed warnings reported by React logs
  • Updated styles
  • More reducer usage