Skip to content

KushCloud v3.3.0

Choose a tag to compare

@LIN4CRE LIN4CRE released this 17 Jun 12:30

What's Changed

Bug Fixes

  • Fixed Leaderboard.test.tsx: navigator mock stripped \userAgent\ crashing React 19
  • Fixed Leaderboard.test.tsx mock: missing \getFriendScores\ and \encodeScoreLink\
  • Fixed tests/setup.ts unsafe Navigator cast (TypeScript error)
  • All 156 tests passing, 0 suites failing (pre-existing Leaderboard failure resolved)

Cleanup

  • Removed unused exports: \SectionLabel, \Modal, \AnimatedNumber\ from ui.tsx
  • Removed unused \subscribeUserProfile\ from firebase.ts
  • Removed unused \getRunLog\ from runProcessing.ts
  • Removed unused \useIsStandalone\ from useUpdateChecker.ts
  • Removed unused \export default env\ from env.ts
  • Removed unused \useRef\ import from ui.tsx

Verification

  • TypeScript: 0 errors | ESLint: 0 errors/0 warnings | Tests: 156/156 pass | Build: 756 kB

Full Changelog: v3.2.0...v3.3.0