Skip to content

Commit a881ef6

Browse files
author
Pietro Vertechi
authored
Merge pull request #243 from JuliaGizmos/pv/update
update docs and dependencies
2 parents 104824e + cc30b62 commit a881ef6

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

REQUIRE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
julia 0.6
22
JSON 0.7
33
Compat 0.17
4-
InteractBase 0.5.0
5-
InteractBulma 0.3.2
4+
InteractBase 0.6.0
5+
InteractBulma 0.3.3
66
WebIO
77
CSSUtil
88
Knockout
99
DataStructures 0.2.10
10-
Widgets 0.2.0
10+
Widgets 0.2.3

docs/src/widgets.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ timepicker
2121
colorpicker
2222
checkbox
2323
toggle
24-
togglecontent
2524
```
2625

2726
## File input
@@ -57,8 +56,6 @@ radiobuttons
5756
checkboxes
5857
toggles
5958
togglebuttons
60-
```
61-
```@docs
6259
tabs
6360
tabulator
6461
```
@@ -67,6 +64,10 @@ tabulator
6764

6865
```@docs
6966
latex
67+
alert
68+
highlight
69+
InteractBase.notifications
70+
togglecontent
7071
```
7172

7273
## Create widgets automatically from a Julia variable

src/Interact.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Interact
55
using Reexport
66

77
@reexport using InteractBase
8-
8+
import InteractBase: notifications
99
import InteractBulma
1010
import Widgets: Widget, @layout, @nodeps, @map
1111

0 commit comments

Comments
 (0)