From c881b7af79fce14fb64743fbdd1afb541c38d002 Mon Sep 17 00:00:00 2001 From: ambar Date: Wed, 9 Feb 2022 15:03:24 +0800 Subject: [PATCH] v1.23.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++ example/CHANGELOG.md | 11 +++++++++ example/package.json | 4 ++-- lerna.json | 2 +- packages/griffith-mp4/CHANGELOG.md | 8 +++++++ packages/griffith-mp4/package.json | 4 ++-- packages/griffith-standalone/CHANGELOG.md | 8 +++++++ packages/griffith-standalone/package.json | 4 ++-- packages/griffith-utils/CHANGELOG.md | 11 +++++++++ packages/griffith-utils/package.json | 2 +- packages/griffith/CHANGELOG.md | 27 +++++++++++++++++++++++ packages/griffith/package.json | 6 ++--- website/CHANGELOG.md | 8 +++++++ website/package.json | 4 ++-- 14 files changed, 113 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c4db75..34814164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + + +### Bug Fixes + +* add isIE in ua ([d7a6924](https://github.com/zhihu/griffith/commit/d7a6924)), closes [#18](https://github.com/zhihu/griffith/issues/18) [#158](https://github.com/zhihu/griffith/issues/158) +* do not process shortcut in input fields ([87faf57](https://github.com/zhihu/griffith/commit/87faf57)) +* do not process shortcut when event is default prevented ([d08ba7a](https://github.com/zhihu/griffith/commit/d08ba7a)) +* fix box-sizing style of time in Controller ([2b92454](https://github.com/zhihu/griffith/commit/2b92454)) +* ignore modifier state in shortcut keys ([07534b9](https://github.com/zhihu/griffith/commit/07534b9)) +* remove `Enter` shortcut ([be5f556](https://github.com/zhihu/griffith/commit/be5f556)) +* use smooth progress transition ([f68c1ac](https://github.com/zhihu/griffith/commit/f68c1ac)) + + +### Features + +* add ActionToast for shortcut keys ([d76c811](https://github.com/zhihu/griffith/commit/d76c811)) +* add aria label to controller buttons ([d6b889c](https://github.com/zhihu/griffith/commit/d6b889c)) +* add shortcut keys for playback rate ([8c319dc](https://github.com/zhihu/griffith/commit/8c319dc)) +* allow change sources on the fly, refactor VideoSourceProvider ([044f220](https://github.com/zhihu/griffith/commit/044f220)) +* allow use shortcut keys without controller ([deeb310](https://github.com/zhihu/griffith/commit/deeb310)) +* listen shortcut keys on root element ([63f554a](https://github.com/zhihu/griffith/commit/63f554a)) + + + + + ## [1.22.1](https://github.com/zhihu/griffith/compare/v1.22.0...v1.22.1) (2022-01-21) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 340f1c43..2a76d4dc 100644 --- a/example/CHANGELOG.md +++ b/example/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.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + + +### Features + +* allow change sources on the fly, refactor VideoSourceProvider ([044f220](https://github.com/zhihu/griffith/commit/044f220)) + + + + + ## [1.22.1](https://github.com/zhihu/griffith/compare/v1.22.0...v1.22.1) (2022-01-21) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index 38d77c1a..98b1a52b 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.22.1", + "version": "1.23.0", "private": true, "scripts": { "build": "vite build", @@ -8,7 +8,7 @@ }, "dependencies": { "@types/react-router-dom": "^5.1.8", - "griffith": "^1.22.1", + "griffith": "^1.23.0", "react": "^16.8", "react-dom": "^16.8", "react-router-dom": "^5.3.0" diff --git a/lerna.json b/lerna.json index bbe78d86..1e69edfd 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "example", "website" ], - "version": "1.22.1", + "version": "1.23.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-mp4/CHANGELOG.md b/packages/griffith-mp4/CHANGELOG.md index 280b212b..50a014c9 100644 --- a/packages/griffith-mp4/CHANGELOG.md +++ b/packages/griffith-mp4/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.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + +**Note:** Version bump only for package griffith-mp4 + + + + + ## [1.18.3](https://github.com/zhihu/griffith/compare/v1.18.2...v1.18.3) (2021-09-18) **Note:** Version bump only for package griffith-mp4 diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index 4554c7e5..dfef6963 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.18.3", + "version": "1.23.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.8 || ^17" }, "dependencies": { - "griffith-utils": "^1.18.3", + "griffith-utils": "^1.23.0", "lodash": "^4.17.15" } } diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index a9b30ea1..b379b098 100644 --- a/packages/griffith-standalone/CHANGELOG.md +++ b/packages/griffith-standalone/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.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + +**Note:** Version bump only for package griffith-standalone + + + + + ## [1.22.1](https://github.com/zhihu/griffith/compare/v1.22.0...v1.22.1) (2022-01-21) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index bbbe81f5..65a9bf7f 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.22.1", + "version": "1.23.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone", "license": "MIT", @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/react-dom": "^17.0.9", - "griffith": "^1.22.1", + "griffith": "^1.23.0", "react": "^16.8", "react-dom": "^16.8" } diff --git a/packages/griffith-utils/CHANGELOG.md b/packages/griffith-utils/CHANGELOG.md index 1e37919e..714bc8ce 100644 --- a/packages/griffith-utils/CHANGELOG.md +++ b/packages/griffith-utils/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.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + + +### Bug Fixes + +* add isIE in ua ([d7a6924](https://github.com/zhihu/griffith/commit/d7a6924)), closes [#18](https://github.com/zhihu/griffith/issues/18) [#158](https://github.com/zhihu/griffith/issues/158) + + + + + ## [1.18.3](https://github.com/zhihu/griffith/compare/v1.18.2...v1.18.3) (2021-09-18) diff --git a/packages/griffith-utils/package.json b/packages/griffith-utils/package.json index 39b3386a..e1ea8d17 100644 --- a/packages/griffith-utils/package.json +++ b/packages/griffith-utils/package.json @@ -1,6 +1,6 @@ { "name": "griffith-utils", - "version": "1.18.3", + "version": "1.23.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 027c04ba..a4152cc7 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + + +### Bug Fixes + +* add isIE in ua ([d7a6924](https://github.com/zhihu/griffith/commit/d7a6924)), closes [#18](https://github.com/zhihu/griffith/issues/18) [#158](https://github.com/zhihu/griffith/issues/158) +* do not process shortcut in input fields ([87faf57](https://github.com/zhihu/griffith/commit/87faf57)) +* do not process shortcut when event is default prevented ([d08ba7a](https://github.com/zhihu/griffith/commit/d08ba7a)) +* fix box-sizing style of time in Controller ([2b92454](https://github.com/zhihu/griffith/commit/2b92454)) +* ignore modifier state in shortcut keys ([07534b9](https://github.com/zhihu/griffith/commit/07534b9)) +* remove `Enter` shortcut ([be5f556](https://github.com/zhihu/griffith/commit/be5f556)) +* use smooth progress transition ([f68c1ac](https://github.com/zhihu/griffith/commit/f68c1ac)) + + +### Features + +* add ActionToast for shortcut keys ([d76c811](https://github.com/zhihu/griffith/commit/d76c811)) +* add aria label to controller buttons ([d6b889c](https://github.com/zhihu/griffith/commit/d6b889c)) +* add shortcut keys for playback rate ([8c319dc](https://github.com/zhihu/griffith/commit/8c319dc)) +* allow change sources on the fly, refactor VideoSourceProvider ([044f220](https://github.com/zhihu/griffith/commit/044f220)) +* allow use shortcut keys without controller ([deeb310](https://github.com/zhihu/griffith/commit/deeb310)) +* listen shortcut keys on root element ([63f554a](https://github.com/zhihu/griffith/commit/63f554a)) + + + + + ## [1.22.1](https://github.com/zhihu/griffith/compare/v1.22.0...v1.22.1) (2022-01-21) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index ddc97f43..7089c397 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.22.1", + "version": "1.23.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -28,8 +28,8 @@ "eventemitter3": "^3.1.0", "griffith-hls": "^1.18.1", "griffith-message": "^1.21.0", - "griffith-mp4": "^1.18.3", - "griffith-utils": "^1.18.3", + "griffith-mp4": "^1.23.0", + "griffith-utils": "^1.23.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 c1bd36bc..a30ec7d9 100644 --- a/website/CHANGELOG.md +++ b/website/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.23.0](https://github.com/zhihu/griffith/compare/v1.22.1...v1.23.0) (2022-02-09) + +**Note:** Version bump only for package website + + + + + ## [1.22.1](https://github.com/zhihu/griffith/compare/v1.22.0...v1.22.1) (2022-01-21) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 4c72a6b1..648a6748 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.22.1", + "version": "1.23.0", "private": true, "scripts": { "build": "gatsby build", @@ -12,7 +12,7 @@ "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-source-filesystem": "^2.0.32", "gatsby-transformer-remark": "^2.3.11", - "griffith": "^1.22.1", + "griffith": "^1.23.0", "normalize.css": "^8.0.1", "react": "^16.8", "react-dom": "^16.8",