Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1 KB

CHANGELOG

v0.1.0-alpha.4:

New Features

  • New social icons: Service.MASTODON and Service.RSS
  • New store badges component
  • New QR code component
  • New signature component

Bug fixes

  • Image param order has been fixed (url and alt params swapped)

v0.1.0-alpha.3:

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

v0.1.0-alpha.2:

  • README.md cleanup (listing of components)
  • Image component now requires only src; the other params are optional
  • ViewInBrowser component has changed: text is optional
  • New example in examples/confirm_email.py

v0.1.0-alpha.1:

  • Introduced CHANGELOG.md
  • 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

v0.1.0-alpha.0:

  • Initial implementation