toppy v2.0.0 Release Notes

Release Date: 2018-12-14 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • โœ‚ remove unused components (10a3fd8)
    • ss class method [skip ci] (521c2d1)

    ๐Ÿ”‹ Features

    • access custom props in Component, Template and Plain text contents (b8550c8)
    • โž• add template ref context (e3e4ff1), closes #19
    • โž• added support for custom key to reference later (3901878)
    • include context data in templateref (a865929)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐ŸŽ API has been changed. .overlay() to .position() , .host() to .content() , updateHost() to updateContent() , ToppyRef to ToppyControl. Introduced .config(). Performance improvement.