Releases: ygo-skc/skc-site
Releases · ygo-skc/skc-site
v1.7.3: Bug Fixes & Code Cleanup
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
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
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!!!
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..
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
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
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
Changes
- Added UI components to support Events project-next/heart-api#169
- Various style changes to align with styles used in Events
v1.3.5: Added Upload Section For New Channel & Style Updates
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
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