Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.19 KB

File metadata and controls

51 lines (42 loc) · 1.19 KB

CHANGELOG

v0.1.0-alpha.6:

Bug fixes

  • Fixed: Custom signature fonts had the wrong enums

v0.1.0-alpha.5:

New Features

  • New social icons: Service.Mastodon and Service.Rss
  • New StoreBadges component
  • New QrCode component
  • New Signature component
  • New examples

Enhancements

  • Updated README
  • Dependency updates

v0.1.0-alpha.4:

  • README.md: notice about test mode
  • Support for test mode logging
  • npm updates

v0.1.0-alpha.3:

  • README.md cleanup (listing of components)
  • Image component now requires only src; the other params are optional
  • ViewInBrowser component has changed: text is optional
  • npm updates

v0.1.0-alpha.2:

  • Introduced CHANGELOG.md
  • npm updates
  • Introduced new services as social icons:
    • Service.Phone (converts into a link with tel: prefix)
    • Service.Facebook
    • Service.YouTube
    • Service.Instagram
    • Service.LinkedIn
    • Service.Slack
    • Service.Discord
    • Service.TikTok
    • Service.Snapchat
    • Service.Threads
    • Service.Telegram
  • Breaking Changes:
    • Renamed Service.Github to Service.GitHub

v0.1.0-alpha.1:

  • Initial implementation