Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@kunalkeshan kunalkeshan released this 01 Nov 13:48
· 31 commits to main since this release

What's Changed

Breaking Changes

Why: Although the current typescript setup enforced that the tags be strings, it didn't ensure that the tags added to a resource are actually defined in the tags.ts. This is why many tags used in resources were not actually coming up on the filter component. While reviewing a PR it could be overlooked due to a human error but having it strongly typed will avoid it altogether in the build step itself.

Reference: #52 (comment)

Refactors

Fixes

Resources and Tags

  • added pluralsight by @krishkatyal in #35
  • Reources.json by @Resolute-Vanguard in #42
  • Updated "SAVEE" in Resources.json by @Resolute-Vanguard in #43
  • Updated "Toools.design" in Resources.json by @Resolute-Vanguard in #44
  • Updated "Fontjoy" in Resources.json by @Resolute-Vanguard in #45
  • Updated Figma in resources.json by @Resolute-Vanguard in #46

Documentation

New Contributors

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