@work-zhanguo/light-file-preview 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
- package/public/screenshots/effect-pptx.png +0 -0
package/README.md
CHANGED
|
@@ -25,13 +25,14 @@
|
|
|
25
25
|
|
|
26
26
|
## 项目简介
|
|
27
27
|
|
|
28
|
-
- 当前版本:`0.0.
|
|
28
|
+
- 当前版本:`0.0.18`
|
|
29
29
|
- 适用场景:业务系统附件预览、在线查看、弹窗预览、新页面预览
|
|
30
30
|
- 支持 Vue 3、Vue 2 适配入口,以及非 Vue 项目的 standalone 产物
|
|
31
31
|
- 在线演示:可通过顶部 `在线演示 Demo` 入口访问
|
|
32
32
|
|
|
33
33
|
最近更新:
|
|
34
34
|
|
|
35
|
+
- `0.0.18`:更新 `PPTX` 在线预览效果截图,README 与文档页展示改为真实预览画面
|
|
35
36
|
- `0.0.17`:补全 `PPTX` 在线预览能力,接入 `@work-zhanguo/pptx-preview`,同步更新演示文件与项目文档
|
|
36
37
|
- `0.0.16`:修复 `style.css` 引入后污染业务全局样式的问题,组件样式已收敛到 `.lfp-*` 作用域
|
|
37
38
|
- `0.0.15`:新增 npm `README.md` 的中英文双版本折叠切换展示,同步调整包描述与文档版本信息
|
|
@@ -297,13 +298,14 @@ npm run build:site
|
|
|
297
298
|
|
|
298
299
|
## Overview
|
|
299
300
|
|
|
300
|
-
- Current version: `0.0.
|
|
301
|
+
- Current version: `0.0.18`
|
|
301
302
|
- Use cases: attachment preview in business systems, inline viewing, dialog preview, and standalone preview pages
|
|
302
303
|
- Supports Vue 3, a Vue 2 adapter entry, and standalone assets for non-Vue projects
|
|
303
304
|
- Demo: available through the `在线演示 Demo` link at the top of this document
|
|
304
305
|
|
|
305
306
|
Recent updates:
|
|
306
307
|
|
|
308
|
+
- `0.0.18`: refreshed the `PPTX` preview screenshot so README and docs now show the real online preview result
|
|
307
309
|
- `0.0.17`: added online `PPTX` preview through `@work-zhanguo/pptx-preview`, and synchronized the demo file and project documentation
|
|
308
310
|
- `0.0.16`: fixed global style leakage caused by importing `style.css`, and scoped published component styles to `.lfp-*` rules only
|
|
309
311
|
- `0.0.15`: rewrote `README.md` for npm with collapsible Chinese and English sections, and synchronized package description and documentation version info
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@work-zhanguo/light-file-preview",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"description": "Lightweight file preview component for Vue 3, Vue 2, and standalone usage / 轻量级文件预览组件,支持 Vue3、Vue2 与独立产物嵌入。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/light-file-preview.umd.cjs",
|
|
Binary file
|