From 5ce06d6e6bc04d5748ced9914086b686b3e3b887 Mon Sep 17 00:00:00 2001 From: mappu Date: Wed, 17 May 2023 19:27:32 +1200 Subject: [PATCH] doc/CHANGELOG: changelog for v1.4.0 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 475724a..3de984d 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,17 @@ You can optionally supply additional ordered parameters to `contented.init`: ## Changelog +2023-05-17: 1.4.0 +- BREAKING: Remove support for some old web browsers (require jQuery 3, ES6 template literals, Promises, Canvas.toBlob) +- Feature: Initial album support with custom titles +- Feature: Support readonly mode +- Enhancement: Use lazy-loading for large image galleries +- Enhancement: Better tab titles on preview pages +- Fix an issue with continuing server-side thumbnailing work even if the http client has gone away +- Fix an issue with not warning on colliding hashIDs +- Internal: Refactor the SDK's initialization phase +- Internal: Update bolt library dependency + 2020-07-25: 1.3.1 - Fix an issue with dependencies causing failure to compile in Modules mode