Commit graph

94 commits

Author SHA1 Message Date
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
Thomas Brouard
b579379d88 Add getTabs() and eachTab() methods to TabGroup
Closes #39
2017-09-14 17:23:49 +02:00
Thomas Brouard
a2761ab147 Hide .etabs-tab border-left 2017-07-02 16:23:00 +02:00
Thomas Brouard
9d2742f3ee 0.7.1 2017-07-02 13:32:45 +02:00
Thomas Brouard
c8c6c16544 Documentation update (demo) 2017-07-02 13:32:27 +02:00
Thomas Brouard
fb4f849488 Add 'npm run demo' command 2017-07-02 13:30:59 +02:00
Thomas Brouard
10e5447e73 Merge pull request #33 from mmouterde/master
add hello-word demo (#6)
2017-07-02 13:25:56 +02:00
Thomas Brouard
0cf0ba99dd Merge pull request #31 from kontrollanten/master
Prevent undefined/false value to be set in badges
2017-07-02 12:59:36 +02:00
mmouterde
1523a8d7c2 add hello-word demo (#6) 2017-06-27 22:38:44 +02:00
Alexander Wåland
db5738fa7d Prevent undefined/false value to be set 2017-06-27 06:56:56 +02:00
Thomas Brouard
879c3367b0 0.7.0 2017-06-27 00:01:01 +02:00
Thomas Brouard
a96dd4c25c Merge pull request #26 from kontrollanten/master
Add support for badges
2017-06-26 23:57:44 +02:00
Alexander Wåland
c84d8194a5 Merge remote-tracking branch 'brrd/master' 2017-06-25 15:31:52 +02:00
Alexander Wåland
f286bd8d82 remove .idea/misc.xml 2017-06-25 15:31:21 +02:00
Alexander Wåland
7b7e9f4640 add README for badge 2017-06-25 15:29:45 +02:00
Thomas Brouard
0eeafee7f2 0.6.1 2017-06-15 09:40:39 +02:00
Thomas Brouard
bb1262473d Merge pull request #27 from ChenYuHo/master
fix issue #15 add duplicate tab when addTab with {active:true}
2017-06-14 18:29:08 +02:00
Elton Chen-Yu Ho
7f91ffc5bd add comment describing previous changes 2017-06-14 22:51:10 +08:00
Elton Chen-Yu Ho
7871f41e54 fix issue #15 add duplicate tab when addTab with {active:true} 2017-06-14 21:30:04 +08:00
Alexander Wåland
24ba56dcd3 Add support for badges 2017-06-03 15:01:10 +02:00
brrd
869fd7e45b Bump version 0.6.0 2017-04-05 09:48:19 +02:00
Thomas Brouard
be552d4266 Merge pull request #18 from rriclet/feature/closing
Feature/closing
2017-04-05 09:45:27 +02:00
Thomas Brouard
f75d420be7 Merge pull request #17 from rriclet/bug/force
Bug/force
2017-04-05 09:44:27 +02:00
Robin Riclet
218449d56a Restored whitespaces 2017-04-04 15:37:53 +02:00
Robin Riclet
12ccdb8cc2 Restored whitespaces 2017-04-04 15:07:27 +02:00
Robin Riclet
cc838640a5 Added event closing 2017-04-04 15:05:24 +02:00
Robin Riclet
58258cbc65 Fixed force when calling tab.close() 2017-04-04 14:33:57 +02:00
Thomas Brouard
a2a5ae7f3c Bump version 0.5.1 (npm publish) 2017-02-16 16:13:58 +01:00
Thomas Brouard
e9080a5d99 Documentation fix 2017-02-16 16:13:07 +01:00
Thomas Brouard
5ef11ada01 Bump version 0.5.0 2017-02-16 15:16:12 +01:00
Thomas Brouard
e2b03786b1 Merge pull request #13 from bkueppers/master
Added "webview-ready" Event
2017-02-16 15:13:04 +01:00
Bastian
84c6d61156 Added "webview-ready" Event
This event is fired after the "did-finish-load" event of the webview of a tab was fired.
2017-02-16 14:24:00 +01:00
Thomas Brouard
0688a111bc Merge pull request #12 from bkueppers/master
Added support for icon libraries (e.g. Font Awesome)
2017-02-16 10:20:35 +01:00
Bastian
06375a7973 Added support for icon libraries (e.g. Font Awesome) 2017-02-15 20:47:18 +01:00
Thomas Brouard
43b1fb7ae0 Fix newTabButtonText option 2016-11-02 21:21:56 +01:00
Thomas Brouard
82e1749b07 Bump version 0.4.2 2016-11-02 21:15:21 +01:00
Thomas Brouard
c26d32be47 Don't activate tab when clicking its close button 2016-11-02 21:13:46 +01:00