github coralproject/talk v5.3.0

latest releases: v9.11.3, v9.11.2, v9.11.1...
6 years ago

Features

  • Introducing Metrics & Analytics support for v5! 📊
    • You can now send Viewer Events to your external analytics programs; these events are emitted when the viewer performs certain actions

    • They can be subscribed to using the events parameter in Coral.createStreamEmbed, like so:

       <script>
         const CoralStreamEmbed = Coral.createStreamEmbed({
           events: function(events) {
             events.onAny(function(eventName, data) {
               console.log(eventName, data);
             });
           },
         });
       </script>
    • More info: #2681

Bug fixes & enhancements

  • Keyboard shortcuts fix #2679
  • Fixes for article metadata scraping #2702
  • Search bug fix #2697
  • Index optimizations #2694
  • Sort menu fixes for mobile and smaller screens #2698
  • Modal scroll bug fix #2682
  • Fixes for auth redirection loop #2662
  • Adds support for JSON LD to scraper #2671

Docs

  • Updates to README #2704, #2649
  • Updates to SSO Integration and GDPR Integration docs #2701

i18n

  • Fixes for existing translation keys #2708

Don't miss a new talk release

NewReleases is sending notifications on new releases.