We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559b194 commit 481f557Copy full SHA for 481f557
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# fe-toolsbox
2
+### [0.0.10](https://github.com/chenym1992/toolsbox/compare/v0.0.9...v0.0.10) (2022-08-18)
3
+
4
5
+### Features
6
7
+* **dom:** isFullScreen、isFullScreenEnabled、enterFullscreen、exitFullscreen ([2f66b89](https://github.com/chenym1992/toolsbox/commit/2f66b895b0b9a9fa1fe3d19439f77628a250b146))
8
9
### [0.0.9](https://github.com/chenym1992/toolsbox/compare/v0.0.8...v0.0.9) (2022-08-17)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "fe-toolsbox",
- "version": "0.0.9",
+ "version": "0.0.10",
"packageManager": "pnpm@7.9.0",
"description": "前端业务常用工具库",
"main": "dist/toolsbox.common.js",
0 commit comments