Skip to content

Commit

Permalink
pdf-view version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiujiu committed Jan 16, 2025
1 parent 86ac13a commit bbd2f00
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
### 1.0.7

- 新增 esm 支持
- 支持 webComponent 组件
- 支持模块调用
- 组件支持进度监听
- 组件支持错误监听
- 组件支持加载完成监听
- 组件支持页码更新监听
- 组件支持设置缩放
- 组件支持跳转页码
- 组件支持清除 pdf
- 组件支持配置 pdf 资源地址
- 组件支持设置隐藏页码
- 组件支持设置隐藏回到顶部按钮
- 组件支持设置字体路径
- 组件支持设置分片渲染最大页数
- 组件支持设置组件宽度
- 组件支持设置组件高度
- 组件支持设置组件缩放
- 组件支持设置组件最大缩放
- 组件支持设置组件最小缩放
- 组件支持设置组件禁用双击缩放
- 组件支持设置组件pdf页面canvas元素id前缀


4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"url": "https://github.com/xujiujiu/pdfview-dist/issues"
},
"homepage": "https://github.com/xujiujiu/pdfview-dist#readme",
"files": "[\n \"dist-umd\",\n \"dist-esm\"\n]"
"files": [
"[\n \"dist-umd\",\n \"dist-esm\"\n]"
]
}

0 comments on commit bbd2f00

Please sign in to comment.