Skip to content

Commit fa89f24

Browse files
committed
Bump version to 3.8.5
1 parent 541da56 commit fa89f24

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

history.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# History
22

33
- master/HEAD
4+
- 3.8.5 (2021.7.6)
45
* Breaking change around DOM structure of tabs:
56
* Each tab now has `tab-item-substance` as a mid-level container between `tab-item` and tab content elements like `tab-favicon`.
67
If you use any custom user styles, [`>` (child combinator)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator) after `tab-item` in selectors need to be removed.

history.ja.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新履歴
22

33
- master/HEAD
4+
- 3.8.5 (2021.7.6)
45
* タブのDOM構造に破壊的な変更があります:
56
* 各タブの `tab-item` と内容( `tab-favicon` など)との間に、中間コンテナとして `tab-item-substance` を追加しました。
67
ユーザースタイルを使用している場合、セレクタ内で `tab-item` の後に記述していた[`>`(子結合子)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator)は削除する必要があります。

webextensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
4-
"version": "3.8.4",
4+
"version": "3.8.5",
55
"author": "YUKI \"Piro\" Hiroshi",
66
"description": "__MSG_extensionDescription__",
77
"permissions": [

0 commit comments

Comments
 (0)