From cabb62ce3d90786cd0ea216a81baa436c6fabb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B7=B3?= <189964430@qq.com> Date: Wed, 5 Jun 2024 00:22:21 +0800 Subject: [PATCH 01/16] feat: add klinecharts and @klinecharts/pro (#124) https://klinecharts.com/ https://github.com/klinecharts/KLineChart https://pro.klinecharts.com/ https://github.com/klinecharts/pro ![image](https://github.com/cnpm/unpkg-white-list/assets/43806319/321e0a83-14a7-4575-9b01-320c04c1ef8d) ## Summary by CodeRabbit - **New Features** - Added support for advanced charting capabilities with the integration of `klinecharts` and `@klinecharts/pro`. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 1869252..23097e2 100644 --- a/package.json +++ b/package.json @@ -17997,6 +17997,12 @@ }, "es-module-shims": { "version": "*" + }, + "klinecharts": { + "version": "*" + }, + "@klinecharts/pro": { + "version": "*" } } } From d2d489070042366c2e653aa1bda6363c1db70144 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 16:22:56 +0000 Subject: [PATCH 02/16] Release 1.61.0 [skip ci] ## [1.61.0](https://github.com/cnpm/unpkg-white-list/compare/v1.60.0...v1.61.0) (2024-06-04) ### Features * add klinecharts and @klinecharts/pro ([#124](https://github.com/cnpm/unpkg-white-list/issues/124)) ([cabb62c](https://github.com/cnpm/unpkg-white-list/commit/cabb62ce3d90786cd0ea216a81baa436c6fabb1c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9ba65..84a1272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.61.0](https://github.com/cnpm/unpkg-white-list/compare/v1.60.0...v1.61.0) (2024-06-04) + + +### Features + +* add klinecharts and @klinecharts/pro ([#124](https://github.com/cnpm/unpkg-white-list/issues/124)) ([cabb62c](https://github.com/cnpm/unpkg-white-list/commit/cabb62ce3d90786cd0ea216a81baa436c6fabb1c)) + ## [1.60.0](https://github.com/cnpm/unpkg-white-list/compare/v1.59.0...v1.60.0) (2024-06-04) diff --git a/package.json b/package.json index 23097e2..059d555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.60.0", + "version": "1.61.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From 175991ba895ff74f39700fb7006b6d49ef6e09ae Mon Sep 17 00:00:00 2001 From: Dremy Date: Thu, 6 Jun 2024 09:35:37 +0800 Subject: [PATCH 03/16] feat: add @fontsource (#129) [skip ci] ## Summary by CodeRabbit - **Chores** - Added the `@fontsource` package to the list of dependencies. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 059d555..6f1d8b5 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "@formily", "@galacean", "@gedit", + "@fontsource", "@fortawesome", "@fullcalendar", "@goldfishjs", From 07621d20322f4a198c0812054bbda9364bdb6cc7 Mon Sep 17 00:00:00 2001 From: Shoyuf Date: Thu, 6 Jun 2024 09:37:32 +0800 Subject: [PATCH 04/16] feat: add scope @maybe-lab (#130) [skip ci] ## Summary by CodeRabbit - **Chores** - Added a new dependency `@maybe-lab` to the project. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6f1d8b5..6a95e40 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,7 @@ "@mapbox", "@maptalks", "@mas.io", + "@maybe-lab", "@microsoft", "@miniu", "@napi-rs", From adfe03d9af51425137b8960d2281d8bda6b98f97 Mon Sep 17 00:00:00 2001 From: Alex Tse Date: Thu, 6 Jun 2024 09:38:45 +0800 Subject: [PATCH 05/16] feat: add lozad (#131) [skip ci] ## Summary by CodeRabbit - **New Features** - Added a new dependency to improve lazy loading of images for better performance. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6a95e40..49e6803 100644 --- a/package.json +++ b/package.json @@ -18005,6 +18005,9 @@ }, "@klinecharts/pro": { "version": "*" + }, + "lozad": { + "version": "*" } } } From 2e817b54e8b06f46daad2951fcda781e11797f85 Mon Sep 17 00:00:00 2001 From: YieldRay <24633623+YieldRay@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:39:45 +0800 Subject: [PATCH 06/16] feat: add docsify-sidebar-collapse (#128) ## Summary by CodeRabbit - **New Features** - Enhanced documentation with collapsible sidebar for easier navigation. Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 49e6803..259c7b9 100644 --- a/package.json +++ b/package.json @@ -4311,6 +4311,9 @@ "docsearch.js": { "version": "*" }, + "docsify-sidebar-collapse": { + "version": "*" + }, "docx-preview": { "version": "*" }, From 92722a18e8e0a534105646dbaba34cb85c2d9bad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 01:40:19 +0000 Subject: [PATCH 07/16] Release 1.62.0 [skip ci] ## [1.62.0](https://github.com/cnpm/unpkg-white-list/compare/v1.61.0...v1.62.0) (2024-06-06) ### Features * add [@fontsource](https://github.com/fontsource) ([#129](https://github.com/cnpm/unpkg-white-list/issues/129)) ([175991b](https://github.com/cnpm/unpkg-white-list/commit/175991ba895ff74f39700fb7006b6d49ef6e09ae)) * add docsify-sidebar-collapse ([#128](https://github.com/cnpm/unpkg-white-list/issues/128)) ([2e817b5](https://github.com/cnpm/unpkg-white-list/commit/2e817b54e8b06f46daad2951fcda781e11797f85)) * add lozad ([#131](https://github.com/cnpm/unpkg-white-list/issues/131)) ([adfe03d](https://github.com/cnpm/unpkg-white-list/commit/adfe03d9af51425137b8960d2281d8bda6b98f97)) * add scope [@maybe-lab](https://github.com/maybe-lab) ([#130](https://github.com/cnpm/unpkg-white-list/issues/130)) ([07621d2](https://github.com/cnpm/unpkg-white-list/commit/07621d20322f4a198c0812054bbda9364bdb6cc7)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a1272..67df54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.62.0](https://github.com/cnpm/unpkg-white-list/compare/v1.61.0...v1.62.0) (2024-06-06) + + +### Features + +* add [@fontsource](https://github.com/fontsource) ([#129](https://github.com/cnpm/unpkg-white-list/issues/129)) ([175991b](https://github.com/cnpm/unpkg-white-list/commit/175991ba895ff74f39700fb7006b6d49ef6e09ae)) +* add docsify-sidebar-collapse ([#128](https://github.com/cnpm/unpkg-white-list/issues/128)) ([2e817b5](https://github.com/cnpm/unpkg-white-list/commit/2e817b54e8b06f46daad2951fcda781e11797f85)) +* add lozad ([#131](https://github.com/cnpm/unpkg-white-list/issues/131)) ([adfe03d](https://github.com/cnpm/unpkg-white-list/commit/adfe03d9af51425137b8960d2281d8bda6b98f97)) +* add scope [@maybe-lab](https://github.com/maybe-lab) ([#130](https://github.com/cnpm/unpkg-white-list/issues/130)) ([07621d2](https://github.com/cnpm/unpkg-white-list/commit/07621d20322f4a198c0812054bbda9364bdb6cc7)) + ## [1.61.0](https://github.com/cnpm/unpkg-white-list/compare/v1.60.0...v1.61.0) (2024-06-04) diff --git a/package.json b/package.json index 259c7b9..2efaabf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.61.0", + "version": "1.62.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From 9e01c459d45be08652b5bdd42d810df4831fa1d8 Mon Sep 17 00:00:00 2001 From: wltter <153717981+wangluyu-798@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:04:00 +0800 Subject: [PATCH 08/16] feat: add inmap (#133) [skip ci] ## Summary by CodeRabbit - **Style** - Minor formatting adjustments in the package configuration file for better readability. No functional changes were made. --------- Co-authored-by: huqinglong Co-authored-by: fengmk2 Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2efaabf..4ea26f0 100644 --- a/package.json +++ b/package.json @@ -18009,6 +18009,9 @@ "@klinecharts/pro": { "version": "*" }, + "inmap": { + "version": "*" + }, "lozad": { "version": "*" } From 23be29cbc09120f36aba6962c4d674e3a4460c0d Mon Sep 17 00:00:00 2001 From: yitiaoxianyugan <86393085+yitiaoxianyugan@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:05:21 +0800 Subject: [PATCH 09/16] feat: add vue3-apexcharts @f3ve/vue-markdown-it (#136) ## Summary by CodeRabbit - **New Features** - Integrated `vue3-apexcharts` for advanced charting capabilities. - Integrated `@f3ve/vue-markdown-it` for enhanced markdown rendering. Co-authored-by: xja --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4ea26f0..bb91c5d 100644 --- a/package.json +++ b/package.json @@ -18014,6 +18014,12 @@ }, "lozad": { "version": "*" + }, + "vue3-apexcharts":{ + "version": "*" + }, + "@f3ve/vue-markdown-it":{ + "version": "*" } } } From 0ab1252e5498a50b7892abe016f841fe468aae20 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 10:05:55 +0000 Subject: [PATCH 10/16] Release 1.63.0 [skip ci] ## [1.63.0](https://github.com/cnpm/unpkg-white-list/compare/v1.62.0...v1.63.0) (2024-06-06) ### Features * add inmap ([#133](https://github.com/cnpm/unpkg-white-list/issues/133)) ([9e01c45](https://github.com/cnpm/unpkg-white-list/commit/9e01c459d45be08652b5bdd42d810df4831fa1d8)) * add vue3-apexcharts @f3ve/vue-markdown-it ([#136](https://github.com/cnpm/unpkg-white-list/issues/136)) ([23be29c](https://github.com/cnpm/unpkg-white-list/commit/23be29cbc09120f36aba6962c4d674e3a4460c0d)) --- CHANGELOG.md | 8 ++++++++ package.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67df54b..f44e3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.63.0](https://github.com/cnpm/unpkg-white-list/compare/v1.62.0...v1.63.0) (2024-06-06) + + +### Features + +* add inmap ([#133](https://github.com/cnpm/unpkg-white-list/issues/133)) ([9e01c45](https://github.com/cnpm/unpkg-white-list/commit/9e01c459d45be08652b5bdd42d810df4831fa1d8)) +* add vue3-apexcharts @f3ve/vue-markdown-it ([#136](https://github.com/cnpm/unpkg-white-list/issues/136)) ([23be29c](https://github.com/cnpm/unpkg-white-list/commit/23be29cbc09120f36aba6962c4d674e3a4460c0d)) + ## [1.62.0](https://github.com/cnpm/unpkg-white-list/compare/v1.61.0...v1.62.0) (2024-06-06) diff --git a/package.json b/package.json index bb91c5d..9e1a36a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.62.0", + "version": "1.63.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -18015,10 +18015,10 @@ "lozad": { "version": "*" }, - "vue3-apexcharts":{ + "vue3-apexcharts": { "version": "*" }, - "@f3ve/vue-markdown-it":{ + "@f3ve/vue-markdown-it": { "version": "*" } } From 740104546c23cfc03904f8fca2fd9b7ad3c53605 Mon Sep 17 00:00:00 2001 From: ShuangLiu Date: Sat, 8 Jun 2024 09:42:19 +0800 Subject: [PATCH 11/16] feat: add @orillusion (#137) ## Summary by CodeRabbit - **Chores** - Added a new dependency `@orillusion` to the project configuration. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e1a36a..79f6ec2 100644 --- a/package.json +++ b/package.json @@ -219,7 +219,8 @@ "@i18n.rc", "@8n", "@otplib", - "@chevrotain" + "@chevrotain", + "@orillusion" ], "allowPackages": { "@itchenliang/picture-rollup-local-plugin": { From 812a5a2e0a7f025e626a41154bd5324ab89626ee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jun 2024 01:42:54 +0000 Subject: [PATCH 12/16] Release 1.64.0 [skip ci] ## [1.64.0](https://github.com/cnpm/unpkg-white-list/compare/v1.63.0...v1.64.0) (2024-06-08) ### Features * add [@orillusion](https://github.com/orillusion) ([#137](https://github.com/cnpm/unpkg-white-list/issues/137)) ([7401045](https://github.com/cnpm/unpkg-white-list/commit/740104546c23cfc03904f8fca2fd9b7ad3c53605)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f44e3bd..1c77c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.64.0](https://github.com/cnpm/unpkg-white-list/compare/v1.63.0...v1.64.0) (2024-06-08) + + +### Features + +* add [@orillusion](https://github.com/orillusion) ([#137](https://github.com/cnpm/unpkg-white-list/issues/137)) ([7401045](https://github.com/cnpm/unpkg-white-list/commit/740104546c23cfc03904f8fca2fd9b7ad3c53605)) + ## [1.63.0](https://github.com/cnpm/unpkg-white-list/compare/v1.62.0...v1.63.0) (2024-06-06) diff --git a/package.json b/package.json index 79f6ec2..8ae64e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.63.0", + "version": "1.64.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From bd4388cff07c2b1f5c2deb88681c30e0528107b4 Mon Sep 17 00:00:00 2001 From: Stacy Weidert <3112000@qq.com> Date: Sat, 8 Jun 2024 15:39:39 +0800 Subject: [PATCH 13/16] feat: add lehe (#138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 主要对一些JS项目进行了细节的调整,归类统一放置,方便开发调用 ## Summary by CodeRabbit - **Chores** - Updated dependencies to include a new package for future enhancements. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8ae64e7..974cbf4 100644 --- a/package.json +++ b/package.json @@ -18019,6 +18019,9 @@ "vue3-apexcharts": { "version": "*" }, + "lehe": { + "version": "*" + }, "@f3ve/vue-markdown-it": { "version": "*" } From 1233769db8ed0e0eba02b547e020c8222f060ea7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jun 2024 07:40:11 +0000 Subject: [PATCH 14/16] Release 1.65.0 [skip ci] ## [1.65.0](https://github.com/cnpm/unpkg-white-list/compare/v1.64.0...v1.65.0) (2024-06-08) ### Features * add lehe ([#138](https://github.com/cnpm/unpkg-white-list/issues/138)) ([bd4388c](https://github.com/cnpm/unpkg-white-list/commit/bd4388cff07c2b1f5c2deb88681c30e0528107b4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c77c91..53cea80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.65.0](https://github.com/cnpm/unpkg-white-list/compare/v1.64.0...v1.65.0) (2024-06-08) + + +### Features + +* add lehe ([#138](https://github.com/cnpm/unpkg-white-list/issues/138)) ([bd4388c](https://github.com/cnpm/unpkg-white-list/commit/bd4388cff07c2b1f5c2deb88681c30e0528107b4)) + ## [1.64.0](https://github.com/cnpm/unpkg-white-list/compare/v1.63.0...v1.64.0) (2024-06-08) diff --git a/package.json b/package.json index 974cbf4..a2f0f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.64.0", + "version": "1.65.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From 4a0319ff250ed37b4721d0127965ec88fd9047cf Mon Sep 17 00:00:00 2001 From: libre-ui <172164865+libre-ui@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:15:22 +0800 Subject: [PATCH 15/16] feat: add libre-ui (#139) ## Summary by CodeRabbit - **Chores** - Added a new dependency for UI components. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a2f0f9d..2437d26 100644 --- a/package.json +++ b/package.json @@ -8656,6 +8656,9 @@ "libpag": { "version": "*" }, + "libre-ui": { + "version": "*" + }, "license-checker": { "version": "*" }, From 838c3806cdd16390a57d42eb5bfdad8145e77fdf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 9 Jun 2024 08:16:02 +0000 Subject: [PATCH 16/16] Release 1.66.0 [skip ci] ## [1.66.0](https://github.com/cnpm/unpkg-white-list/compare/v1.65.0...v1.66.0) (2024-06-09) ### Features * add libre-ui ([#139](https://github.com/cnpm/unpkg-white-list/issues/139)) ([4a0319f](https://github.com/cnpm/unpkg-white-list/commit/4a0319ff250ed37b4721d0127965ec88fd9047cf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cea80..464cd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.66.0](https://github.com/cnpm/unpkg-white-list/compare/v1.65.0...v1.66.0) (2024-06-09) + + +### Features + +* add libre-ui ([#139](https://github.com/cnpm/unpkg-white-list/issues/139)) ([4a0319f](https://github.com/cnpm/unpkg-white-list/commit/4a0319ff250ed37b4721d0127965ec88fd9047cf)) + ## [1.65.0](https://github.com/cnpm/unpkg-white-list/compare/v1.64.0...v1.65.0) (2024-06-08) diff --git a/package.json b/package.json index 2437d26..4c1025d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.65.0", + "version": "1.66.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],