Add news topics
This commit is contained in:
parent
a50337abe5
commit
afbcd42f48
@ -3,6 +3,11 @@
|
|||||||
- master/HEAD
|
- master/HEAD
|
||||||
* Better handling about positioning of new tabs duplicated by other addons.
|
* Better handling about positioning of new tabs duplicated by other addons.
|
||||||
* Now you can drop tabs onto another tab more easily. (The drop area of each tab is enlarged.)
|
* Now you can drop tabs onto another tab more easily. (The drop area of each tab is enlarged.)
|
||||||
|
* The tab bar can be shrunken even if there is something wide toolbar item like the search bar.
|
||||||
|
* Better positioning of tabs opened from the last child tab.
|
||||||
|
* Tabs opened from inline frames or webpages including `base` tag are attached to the current tab as new children correctly.
|
||||||
|
* Reduce warnings from undefined CSS properties (by asamuzaK. Thanks!)
|
||||||
|
* Supports [contextual tab coloring on Firefox 51 and later](https://blog.mozilla.org/tanvi/2016/06/16/contextual-identities-on-the-web/).
|
||||||
- 0.17.2016061501
|
- 0.17.2016061501
|
||||||
* Scrollbar in the tab bar couldn't operated by mouse if you show the menu bar, at Firefox 47 on Windows.
|
* Scrollbar in the tab bar couldn't operated by mouse if you show the menu bar, at Firefox 47 on Windows.
|
||||||
* The tab bar was wrongly fixed to "overflowed" state after you shrink the tab bar too narrow.
|
* The tab bar was wrongly fixed to "overflowed" state after you shrink the tab bar too narrow.
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
- master/HEAD
|
- master/HEAD
|
||||||
* 他のアドオンによって複製されたタブの位置の取り扱いを改善した
|
* 他のアドオンによって複製されたタブの位置の取り扱いを改善した
|
||||||
* タブの上に他のタブをドロップしやすくした(タブに対するドロップと判定する領域を広げた)
|
* タブの上に他のタブをドロップしやすくした(タブに対するドロップと判定する領域を広げた)
|
||||||
|
* タブバー内に検索バーなどを置いた時でもタブバーを縮められるようにした
|
||||||
|
* 最後の子タブから開かれたタブの位置の制御に失敗していたのを修正
|
||||||
|
* インラインフレームやbaseタグを含むページから開かれたタブが子タブにならない場合があったのを修正
|
||||||
|
* 未定義のCSSプロパティによる警告を減らした(by asamuzaK. Thanks!)
|
||||||
|
* [Firefox 51でのタブの文脈による色分け機能](https://blog.mozilla.org/tanvi/2016/06/16/contextual-identities-on-the-web/)に対応した
|
||||||
- 0.17.2016061501
|
- 0.17.2016061501
|
||||||
* Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正
|
* Firefox 47で、Windowsにおいてメニューバーを表示するとタブバー内のスクロールバーをマウスで操作できなくなる問題を修正
|
||||||
* タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正
|
* タブバーの幅を極端に縮めた後、タブバーがoverflowの状態のままになることがあったのを修正
|
||||||
|
Loading…
Reference in New Issue
Block a user