github coralproject/talk v4.6.8

latest releases: v9.11.2, v9.11.1, v9.11.0...
7 years ago

Dev Support

  • Add support for Lazy Rendering of Embed #2109

    • You can pass lazy: true to the render options, like so:

      Coral.Talk.render(document.getElementById('container'), {
          talk: 'https://my-talk-installation.com',
          lazy: true,
      });
    • Or you can enable lazy rendering by default using ENV variable TALK_DEFAULT_LAZY_RENDER=TRUE

Documentation

Don't miss a new talk release

NewReleases is sending notifications on new releases.