Commit graph

230 commits

Author SHA1 Message Date
Gingka Akiyama
febbcd83c4
update webview tab link 2019-10-05 10:00:22 -04:00
Thomas Brouard
f8f21792b5 Version 0.10.0 2019-09-27 11:33:22 +02:00
Thomas Brouard
890469476b
Merge pull request #81 from LiamBest/master
Add inactive event to the tab that's no longer marked active
2019-09-27 11:28:14 +02:00
Thomas Brouard
5a58070f1d
Merge pull request #79 from kanryu/master
fixes #76 add options nodeIntegration,webviewTag into the demo for over electron-5.0
2019-09-27 11:27:36 +02:00
Liam Best
57e3bf6f92 Add a title to the span for hover 2019-09-26 15:51:50 +10:00
Liam Best
75b215b263 Also update README for new event 2019-09-24 16:09:53 +10:00
Liam Best
1c75a5876a Add inactive event for the tab being made inactive 2019-09-24 16:03:04 +10:00
KATO Kanryu
ea8a21f9ba add options nodeIntegration,webviewTag into the demo 2019-09-21 23:01:46 +09:00
Thomas Brouard
1bfb560b0a Version 0.9.5 2018-11-27 12:29:31 +01:00
Thomas Brouard
eeeebd41ce Fix type: getTab(id: number) 2018-11-27 12:28:48 +01:00
Thomas Brouard
8c1717503a
Merge pull request #70 from beig/master
Added id to interface Tab
2018-11-27 12:23:26 +01:00
beig
a003b522f2
Added id to interface Tab
Fixes TS2339: Property 'id' does not exist on type 'Tab'.
2018-11-23 13:20:53 +01:00
Thomas Brouard
a4e87ae948
Merge pull request #67 from avocadianmage/master
Add 'declare' modifier to top-level elements in Typescript declarations file
2018-09-01 09:10:58 +02:00
avocadianmage
9fd13e8f67 add 'declares' to typescript declaration file 2018-08-31 22:12:55 -05:00
Thomas Brouard
dab855bdb7 Version 0.9.4 2018-08-17 11:54:23 +02:00
Thomas Brouard
bf3631b791 Fix TabGroup.getTabs() (fixes #66) 2018-08-17 11:53:32 +02:00
Thomas Brouard
5693897653 Version 0.9.2 2018-08-09 10:00:08 +02:00
Thomas Brouard
3bbd4b8270
Merge pull request #65 from maxosprojects/bugfix-58-return-and-iterate-only-copy-of-collection
Use this.tabs.slice() avoid broken tab collections (fixes #58)
2018-08-08 10:57:02 +02:00
maxos
7cbc3f7bd4 fixes #58 2018-08-07 14:21:16 -07:00
Thomas Brouard
8d04115c8b
Merge pull request #64 from maxosprojects/bugfix-63-close-tabs-with-middle-mouse-button
fixes #63: Middle mouse button doesn't close tabs
2018-08-07 08:43:31 +02:00
maxos
539b4cebde fixes #63 2018-08-06 19:26:46 -07:00
Thomas Brouard
377f00caa7
Merge pull request #62 from maxosprojects/docs-improvement
fixes #61
2018-08-06 11:25:32 +02:00
maxos
526c14fffb fixes #61 2018-08-05 00:12:59 -07:00
Thomas Brouard
cf47150e6e Version 0.9.2 2018-06-19 16:34:49 +02:00
Thomas Brouard
c5ecbed09d
Merge pull request #56 from vaskevich/patch-1
Add TypeScript types
2018-06-19 16:31:35 +02:00
Oleg Vaskevich
519d54cb75
Add TypeScript types 2018-06-17 14:59:48 -07:00
MCMicS
b17c494e27 Fix etabs-buttons location display (#52)
Fixes #40
2018-03-21 15:42:06 +01:00
Thomas Brouard
ed1cbb97a2 Version 0.9.1 2018-02-21 20:08:05 +01:00
Thomas Brouard
577243a57d Fix webview rendering on OSX (fixes #22) 2018-02-21 20:07:33 +01:00
Thomas Brouard
284292ceb1 Version 0.9.0 2017-11-20 08:49:30 +01:00
Thomas Brouard
8d24204d37
Merge pull request #45 from wetheredge/master
Get tabs by position
2017-11-20 08:46:12 +01:00
W Etheredge
083d70cb3c Documentation update (getTabById -> getTab) 2017-11-19 09:31:26 -06:00
W Etheredge
f1ef5f790c Remove parameter check from tab.setPosition 2017-11-19 03:58:07 +00:00
W Etheredge
b0534b9fc7 Change tabGroup.getTabById to tabGroup.getTab 2017-11-16 14:13:23 +00:00
W Etheredge
ed9e63e92f Make tab.setPosition not do anything if nothing is passed 2017-11-07 14:20:40 +00:00
W Etheredge
6c2ead8edd Add the ability to get tabs by a relative position.
Made 0 be an invalid position.
2017-11-05 21:38:01 -06:00
W Etheredge
f618ab0c4d Merge remote-tracking branch 'upstream/master' 2017-10-28 02:15:27 +01:00
W Etheredge
88c5a4c2fa Documentation update (getting tabs by position) 2017-10-28 02:11:46 +01:00
W Etheredge
4e36e14679 Add ability to get tabs by position as well as by id 2017-10-28 02:03:31 +01:00
Thomas Brouard
aa1a5e835f Version 0.8.0 2017-10-27 09:18:25 +02:00
Thomas Brouard
a8090c9792 Merge pull request #43 from wetheredge/master
Reposition tabs programmatically
2017-10-27 09:16:15 +02:00
wetheredge
fda4fbd612 Documentation update 2017-10-26 21:13:19 -05:00
W Etheredge
53dcb198f1 Add support for negative positions 2017-10-26 20:55:12 -05:00
W Etheredge
f84908d4cb Documentation update (tab positioning) 2017-10-26 19:03:37 -05:00
W Etheredge
8d3f6183a0 Add basic methods for tab position 2017-10-26 18:36:19 -05:00
Thomas Brouard
357197848d 0.7.3 2017-10-04 12:14:27 +02:00
Thomas Brouard
fd3ed944ba Merge pull request #41 from kontrollanten/autofocus-webviews
Focus on webview when opening tab
2017-10-04 09:42:47 +02:00
Alexander
3334ee9508 focus on webview when opening tab
make it possible to support autofocus on input elements inside a webview
2017-10-04 02:59:43 +02:00
Thomas Brouard
c1a27c4b12 0.7.2 2017-09-14 18:06:07 +02:00
Thomas Brouard
0b078d235d Use visibility: hidden to hide webviews 2017-09-14 17:39:15 +02:00