Skip to content

Commit

Permalink
Bump version to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jul 6, 2021
1 parent 541da56 commit fa89f24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions history.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# History

- master/HEAD
- 3.8.5 (2021.7.6)
* Breaking change around DOM structure of tabs:
* Each tab now has `tab-item-substance` as a mid-level container between `tab-item` and tab content elements like `tab-favicon`.
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.
Expand Down
1 change: 1 addition & 0 deletions history.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 更新履歴

- master/HEAD
- 3.8.5 (2021.7.6)
* タブのDOM構造に破壊的な変更があります:
* 各タブの `tab-item` と内容( `tab-favicon` など)との間に、中間コンテナとして `tab-item-substance` を追加しました。
ユーザースタイルを使用している場合、セレクタ内で `tab-item` の後に記述していた[`>`(子結合子)](https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator)は削除する必要があります。
Expand Down
2 changes: 1 addition & 1 deletion webextensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "3.8.4",
"version": "3.8.5",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
Expand Down

0 comments on commit fa89f24

Please sign in to comment.