From 22fddd114a29f5aaf9f0bd3edac4de893633ed47 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 17 Jan 2023 06:19:30 +0100 Subject: [PATCH] simplebar v6.1.0 (#1298) --- THIRD_PARTY.txt | 2 ++ modules/internal/targets.js | 3 ++- pages/updates/updates.html | 1 + resources/simplebar/6.1.0/simplebar.min.css | 1 + resources/simplebar/6.1.0/simplebar.min.jsm | 10 ++++++++++ 5 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 resources/simplebar/6.1.0/simplebar.min.css create mode 100644 resources/simplebar/6.1.0/simplebar.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 557b39cc..ac20b40f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1692,6 +1692,8 @@ https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.9/simplebar.min.css https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.9/simplebar.min.js +https://cdnjs.cloudflare.com/ajax/libs/simplebar/6.1.0/simplebar.min.css +https://cdnjs.cloudflare.com/ajax/libs/simplebar/6.1.0/simplebar.min.js https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.css https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.js https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 5e916b46..35278468 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -415,7 +415,8 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/showdown/0.')) return '0.5.1'; if (type.startsWith('/showdown/1.')) return '1.9.1'; if (type.startsWith('/showdown/2.')) return '2.1.0'; - if (type.startsWith('/simplebar/')) return '5.3.9'; + if (type.startsWith('/simplebar/5.')) return '5.3.9'; + if (type.startsWith('/simplebar/6.')) return '6.1.0'; if (type.startsWith('/simplemde/')) return '1.11.2'; if (type.startsWith('/slick-carousel/1.')) { if (helpers.compareVersion('1.8.1', version)) return '1.8.1'; // <= v1.8.1 diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 90ad764a..90ec772f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -41,6 +41,7 @@

Added

Mapping