From ce34d34474a854b8043c078ae5a66689fb497564 Mon Sep 17 00:00:00 2001 From: ambar Date: Mon, 19 Apr 2021 16:32:27 +0800 Subject: [PATCH] v1.11.0 --- CHANGELOG.md | 26 +++++++++++++++++++++++ example/CHANGELOG.md | 18 ++++++++++++++++ example/package.json | 4 ++-- lerna.json | 2 +- packages/griffith-hls/CHANGELOG.md | 11 ++++++++++ packages/griffith-hls/package.json | 2 +- packages/griffith-message/CHANGELOG.md | 12 +++++++++++ packages/griffith-message/package.json | 2 +- packages/griffith-mp4/CHANGELOG.md | 16 ++++++++++++++ packages/griffith-mp4/package.json | 4 ++-- packages/griffith-standalone/CHANGELOG.md | 11 ++++++++++ packages/griffith-standalone/package.json | 4 ++-- packages/griffith-utils/CHANGELOG.md | 8 +++++++ packages/griffith-utils/package.json | 2 +- packages/griffith/CHANGELOG.md | 25 ++++++++++++++++++++++ packages/griffith/package.json | 10 ++++----- website/CHANGELOG.md | 16 ++++++++++++++ website/package.json | 2 +- 18 files changed, 159 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16de94a..b50859a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Bug Fixes + +* add tooltip limit ([#118](https://github.com/zhihu/griffith/issues/118)) ([af8dbf8](https://github.com/zhihu/griffith/commit/af8dbf8)) +* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b)) +* kind-of bug ([#120](https://github.com/zhihu/griffith/issues/120)) ([e374afb](https://github.com/zhihu/griffith/commit/e374afb)) +* mobile muted ([#128](https://github.com/zhihu/griffith/issues/128)) ([fa3a8fd](https://github.com/zhihu/griffith/commit/fa3a8fd)) +* time wrap ([#143](https://github.com/zhihu/griffith/issues/143)) ([7fc4e76](https://github.com/zhihu/griffith/commit/7fc4e76)) + + +### Features + +* add defaultQuality prop ([#141](https://github.com/zhihu/griffith/issues/141)) ([084f2fa](https://github.com/zhihu/griffith/commit/084f2fa)) +* add fhd text support ([#140](https://github.com/zhihu/griffith/issues/140)) ([4fb817b](https://github.com/zhihu/griffith/commit/4fb817b)) +* add node information on the progress bar ([#154](https://github.com/zhihu/griffith/issues/154)) ([48a2f95](https://github.com/zhihu/griffith/commit/48a2f95)) +* hidden ui ([#148](https://github.com/zhihu/griffith/issues/148)) ([f620271](https://github.com/zhihu/griffith/commit/f620271)) +* picture in picture ([#136](https://github.com/zhihu/griffith/issues/136)) ([f4cc4e5](https://github.com/zhihu/griffith/commit/f4cc4e5)) +* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4)) +* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index cd75767d..aca45a1c 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Bug Fixes + +* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b)) + + +### Features + +* hidden ui ([#148](https://github.com/zhihu/griffith/issues/148)) ([f620271](https://github.com/zhihu/griffith/commit/f620271)) +* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4)) +* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/example/package.json b/example/package.json index 6e7675a5..7150a1a2 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.10.0", + "version": "1.11.0", "private": true, "scripts": { "build": "NODE_ENV=production webpack --env production", @@ -9,7 +9,7 @@ "dependencies": { "@babel/polyfill": "^7.0.0", "@hot-loader/react-dom": "^16.8.6", - "griffith": "^1.10.0", + "griffith": "^1.11.0", "query-string": "^6.3.0", "raf": "^3.4.1", "react": "16.4.2", diff --git a/lerna.json b/lerna.json index 6aa4458d..f179daee 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.10.0", + "version": "1.11.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-hls/CHANGELOG.md b/packages/griffith-hls/CHANGELOG.md index ce3ee8bb..8dc12a12 100644 --- a/packages/griffith-hls/CHANGELOG.md +++ b/packages/griffith-hls/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Features + +* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/packages/griffith-hls/package.json b/packages/griffith-hls/package.json index 4cf6bb3a..b766b34a 100644 --- a/packages/griffith-hls/package.json +++ b/packages/griffith-hls/package.json @@ -1,6 +1,6 @@ { "name": "griffith-hls", - "version": "1.10.0", + "version": "1.11.0", "description": "griffith hls plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-hls", "license": "MIT", diff --git a/packages/griffith-message/CHANGELOG.md b/packages/griffith-message/CHANGELOG.md index f4ae76d0..1bb33802 100644 --- a/packages/griffith-message/CHANGELOG.md +++ b/packages/griffith-message/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Features + +* picture in picture ([#136](https://github.com/zhihu/griffith/issues/136)) ([f4cc4e5](https://github.com/zhihu/griffith/commit/f4cc4e5)) +* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/packages/griffith-message/package.json b/packages/griffith-message/package.json index ed5e7b8e..abd5701b 100644 --- a/packages/griffith-message/package.json +++ b/packages/griffith-message/package.json @@ -1,6 +1,6 @@ { "name": "griffith-message", - "version": "1.10.0", + "version": "1.11.0", "description": "griffith message plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-message", "license": "MIT", diff --git a/packages/griffith-mp4/CHANGELOG.md b/packages/griffith-mp4/CHANGELOG.md index 185937ce..57bf9b82 100644 --- a/packages/griffith-mp4/CHANGELOG.md +++ b/packages/griffith-mp4/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Bug Fixes + +* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b)) + + +### Features + +* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index cec9629f..099b2cf4 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.10.0", + "version": "1.11.0", "description": "griffith mp4 plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4", "license": "MIT", @@ -24,7 +24,7 @@ "react-dom": ">=16.3.0 <17.0.0" }, "dependencies": { - "griffith-utils": "^1.10.0", + "griffith-utils": "^1.11.0", "lodash": "^4.17.15" } } diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index 40272508..1d6861f8 100644 --- a/packages/griffith-standalone/CHANGELOG.md +++ b/packages/griffith-standalone/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Bug Fixes + +* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index 8f98a8d6..c032ede3 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.10.0", + "version": "1.11.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone", "license": "MIT", @@ -15,7 +15,7 @@ }, "devDependencies": { "babel-loader": "^8.0.5", - "griffith": "^1.10.0", + "griffith": "^1.11.0", "react": "16.4.2", "react-dom": "16.4.2" } diff --git a/packages/griffith-utils/CHANGELOG.md b/packages/griffith-utils/CHANGELOG.md index 75db85fe..f5c76852 100644 --- a/packages/griffith-utils/CHANGELOG.md +++ b/packages/griffith-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + +**Note:** Version bump only for package griffith-utils + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) **Note:** Version bump only for package griffith-utils diff --git a/packages/griffith-utils/package.json b/packages/griffith-utils/package.json index 5557e26d..d35e77e5 100644 --- a/packages/griffith-utils/package.json +++ b/packages/griffith-utils/package.json @@ -1,6 +1,6 @@ { "name": "griffith-utils", - "version": "1.10.0", + "version": "1.11.0", "description": "griffith utils", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-utils", "license": "MIT", diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 05ef283c..af5c2077 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Bug Fixes + +* add tooltip limit ([#118](https://github.com/zhihu/griffith/issues/118)) ([af8dbf8](https://github.com/zhihu/griffith/commit/af8dbf8)) +* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b)) +* mobile muted ([#128](https://github.com/zhihu/griffith/issues/128)) ([fa3a8fd](https://github.com/zhihu/griffith/commit/fa3a8fd)) +* time wrap ([#143](https://github.com/zhihu/griffith/issues/143)) ([7fc4e76](https://github.com/zhihu/griffith/commit/7fc4e76)) + + +### Features + +* add defaultQuality prop ([#141](https://github.com/zhihu/griffith/issues/141)) ([084f2fa](https://github.com/zhihu/griffith/commit/084f2fa)) +* add fhd text support ([#140](https://github.com/zhihu/griffith/issues/140)) ([4fb817b](https://github.com/zhihu/griffith/commit/4fb817b)) +* add node information on the progress bar ([#154](https://github.com/zhihu/griffith/issues/154)) ([48a2f95](https://github.com/zhihu/griffith/commit/48a2f95)) +* hidden ui ([#148](https://github.com/zhihu/griffith/issues/148)) ([f620271](https://github.com/zhihu/griffith/commit/f620271)) +* picture in picture ([#136](https://github.com/zhihu/griffith/issues/136)) ([f4cc4e5](https://github.com/zhihu/griffith/commit/f4cc4e5)) +* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4)) +* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index dad4fc13..9299e791 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.10.0", + "version": "1.11.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -26,10 +26,10 @@ "aphrodite": "2.3.1", "element-resize-event": "^3.0.3", "eventemitter3": "^3.1.0", - "griffith-hls": "^1.10.0", - "griffith-message": "^1.10.0", - "griffith-mp4": "^1.10.0", - "griffith-utils": "^1.10.0", + "griffith-hls": "^1.11.0", + "griffith-message": "^1.11.0", + "griffith-mp4": "^1.11.0", + "griffith-utils": "^1.11.0", "isomorphic-bigscreen": "2.0.5", "lodash": "^4.17.15", "prop-types": "^15.7.2", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 23f1d8bd..bef4511e 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) + + +### Bug Fixes + +* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b)) + + +### Features + +* add fhd text support ([#140](https://github.com/zhihu/griffith/issues/140)) ([4fb817b](https://github.com/zhihu/griffith/commit/4fb817b)) + + + + + # [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23) diff --git a/website/package.json b/website/package.json index 796eec62..7c205611 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.10.0", + "version": "1.11.0", "private": true, "scripts": { "build": "gatsby build",