Skip to content

Releases: meruff/trailhead-leaderboard

Add Pagination

04 Sep 21:04
c4296b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.08.0...v2022.09.0

Add Dark Mode

20 Aug 02:54
bd0b557
Compare
Choose a tag to compare

What's Changed

  • See #8
  • Add dark mode
  • Run prettier on .js and .css files.
  • Bump API level on files.

Full Changelog: v2022.07.0...v2022.08.0

Support Trailhead GraphQL Endpoints from Go API

29 Jul 18:13
Compare
Choose a tag to compare

Changes

Updated my api repo to handle new GraphQL endpoints Trailhead is using. See: https://github.com/meruff/go-trailhead-leaderboard-api

  • Add new wrapper for GraphQL response from Trailhead.
  • Refactor some helper methods/constants into TrailheadHelper.cls
  • Remove old wrappers for endpoints that no longer exist.
  • Update unit tests.
  • Some visual/styling tweaks to the leaderboard.
  • Update UI components to use new wrapper classes.
  • Add manifest/package.xml
  • Add .prettierrc
  • Add package.json
  • Update CumulusCI flows for dev/qa and add guest site user perm set.

Issues Closed

Full Changelog: 99749de...v2022.07.0