Skip to content

Releases: nabondance/Trailhead-Stats

v2.0.0

29 Nov 23:33
37bf64a

Choose a tag to compare

Summary

You get the control on what (and how) to display on your card, see the card examples for ideas.

Breaking Changes

  • Input nb-skills renamed show-skill-number, logic stays the same

New Features

  • Adjust how to display each stats with the input show-XXXX, reed more.
  • The kind of dark theme is easily selectable read more.
  • Skill bars will be way more readable even if there is a huge number difference, it is based on log scale.
  • Skill bars now have easily selectable themes read more.
  • Stamps details display contain the kind and location of the event.
  • Card is in higher definition and more harmonious with the rest of GitHub pages.
  • Plural forms and big number spaces are handled.
  • No more data issue if you have LOTS of badges.

What's Changed

Dependencies updated

  • build(deps): bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #132
  • build(deps-dev): bump the npm-development group across 1 directory with 4 updates by @dependabot in #134
  • build(deps): bump puppeteer from 23.4.0 to 23.6.0 by @dependabot in #133
  • build(deps-dev): bump the npm-development group across 1 directory with 3 updates by @dependabot in #135
  • build(deps-dev): bump @eslint/compat from 1.2.1 to 1.2.2 in the npm-development group by @dependabot in #136
  • build(deps): bump puppeteer from 23.6.0 to 23.6.1 in the npm-production group by @dependabot in #137
  • build(deps): bump puppeteer from 23.6.1 to 23.7.0 by @dependabot in #143
  • chore(deps-dev): bump the npm-development group with 2 updates by @dependabot in #150
  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #160
  • chore(deps): bump oxsecurity/megalinter from 8.1.0 to 8.3.0 in the actions-minor group across 1 directory by @dependabot in #163
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #165
  • chore(deps): bump puppeteer from 23.7.0 to 23.9.0 by @dependabot in #164
  • chore(deps-dev): bump the npm-development group across 1 directory with 4 updates by @dependabot in #166
  • chore(deps): bump axios from 1.7.7 to 1.7.8 in the npm-production group by @dependabot in #161

Full Changelog: v1.3.0...v2.0.0

v1.3.0

27 Sep 20:08
05bde26

Choose a tag to compare

New Features

  • Create the specified card folder if it doesn't exist
  • Badges with a broken icon link are not displayed
  • Display Event badges
  • Minor UI improvements: spaces in numbers and updated the dimmed dark color

What's Changed

Dependencies updated

  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #22
  • build(deps): bump the npm-production group with 1 update by @dependabot in #18
  • build(deps-dev): bump the npm-development group with 3 updates by @dependabot in #51
  • build(deps-dev): bump the npm-development group across 1 directory with 5 updates by @dependabot in #77
  • build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.3.0 by @dependabot in #66
  • build(deps): bump axios from 1.6.8 to 1.7.2 by @dependabot in #72
  • build(deps): bump puppeteer from 21.6.1 to 22.13.0 by @dependabot in #80
  • build(deps-dev): bump eslint-plugin-github from 4.10.2 to 5.0.1 by @dependabot in #83
  • build(deps-dev): bump @babel/eslint-parser from 7.25.0 to 7.25.1 in the npm-development group by @dependabot in #88
  • build(deps): bump axios from 1.7.2 to 1.7.7 in the npm-production group across 1 directory by @dependabot in #99
  • build(deps-dev): bump the npm-development group across 1 directory with 4 updates by @dependabot in #101
  • build(deps): bump puppeteer from 22.14.0 to 22.15.0 by @dependabot in #92
  • build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in #104
  • build(deps): bump puppeteer from 22.15.0 to 23.3.1 by @dependabot in #105
  • build(deps): bump puppeteer from 23.3.1 to 23.4.0 by @dependabot in #106
  • build(deps-dev): bump the npm-development group across 1 directory with 2 updates by @dependabot in #107
  • build(deps): bump oxsecurity/megalinter from 7.13.0 to 8.0.0 by @dependabot in #96

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Apr 15:00
4b6f455

Choose a tag to compare

New Features

  • Specify max number of skills to display on card using the input nb-skills, more info on inputs
  • Card are now in light and dark theme automatically, see Readme visual examples
  • You can manually delete the old card png named TScard.png, deprecated since 1.2.0 and new themed names.

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Mar 13:11
add00a6

Choose a tag to compare

New Features

  • Display superbadges icons
  • New visual display of skills

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

15 Mar 12:46
59536a7

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

11 Mar 18:48
d12e52b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Mar 15:24

Choose a tag to compare

Breaking Change

New way to handle display-type and file-format independently to allow more combination:

  display-type:
    description: 'Type of display: text|card|output'
    required: false
    default: text
  file-format:
    description: 'Format of the file: md|html'
    required: false
    default: md

New Feature

  • Display as visual card
  • Display Stamps
  • Display things only if they exists

What's Changed

New Contributors

Full Changelog: v0.3.0...v1.0.0

V0.3.0

27 Dec 16:17
8d49a8f

Choose a tag to compare

First official release