From 857588ed604cc8e5e6575798dfc9f63728af3ef7 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 5 Mar 2024 16:20:19 +0000 Subject: [PATCH] Released comments-ui 0.16.0 (#19800) no issue - defers loading of `admin-auth` frame and it's API request until we are displaying some comments - defers the frame load and API request until the comments box is scrolled into view - eliminates the requests altogether for posts that have no comments --- apps/comments-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/package.json b/apps/comments-ui/package.json index 2383c8fbc3..6d79d74812 100644 --- a/apps/comments-ui/package.json +++ b/apps/comments-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/comments-ui", - "version": "0.15.0", + "version": "0.16.0", "license": "MIT", "repository": "git@github.com:TryGhost/comments-ui.git", "author": "Ghost Foundation",