Skip to content

v2.1.0: Merge pull request #70 from webdevhome/v2.1-add-group-color-support

Compare
Choose a tag to compare
@alinnert alinnert released this 13 Aug 15:50
· 43 commits to develop since this release
518b809

New features

  • Link groups now have a color. Related groups have the same color.
  • Link info is now also shown in a tooltip when hovering a link.
  • links.json now supports a color name for every group. If no color is provided the default color is gray. Your editor should give you code completion for every valid color name. But just in case, the following color names are valid (which are basically all TailwindCSS default color palette names):
    • red
    • orange
    • amber
    • yellow
    • lime
    • green
    • emerald
    • teal
    • cyan
    • sky
    • blue
    • indigo
    • violet
    • purple
    • fuchsia
    • pink
    • rose
    • slate
    • gray
    • zinc
    • neutral
    • stone

New links

  • pnpm
  • Microsoft Teams
  • Apple Developer
  • Socket.io
  • es-toolkit
  • nvm
  • NVM for Windows
  • OpenJS Foundation
  • Canva

New group: "Server frameworks & CMS"

  • Symfony
  • Laravel
  • Yii
  • WordPress
  • Drupal
  • Grav
  • Craft CMS
  • Kirby
  • Fiber
  • Express
  • Fastify
  • NestJS
  • Directus
  • Ruby on Rails
  • ASP.NET
  • Spring

Updated links

  • Some groups have been moved to a different location to give the colors more meaning.
  • Update icons and icon colors
  • Remove most Microsoft related icons (see simple-icons/simple-icons#11236 for more details)