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
eventsparameter inCoral.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
i18n
- Fixes for existing translation keys #2708