Skip to content

Commit

Permalink
Merge pull request #243 from JuliaGizmos/pv/update
Browse files Browse the repository at this point in the history
update docs and dependencies
  • Loading branch information
Pietro Vertechi authored Jul 29, 2018
2 parents 104824e + cc30b62 commit a881ef6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
julia 0.6
JSON 0.7
Compat 0.17
InteractBase 0.5.0
InteractBulma 0.3.2
InteractBase 0.6.0
InteractBulma 0.3.3
WebIO
CSSUtil
Knockout
DataStructures 0.2.10
Widgets 0.2.0
Widgets 0.2.3
7 changes: 4 additions & 3 deletions docs/src/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ timepicker
colorpicker
checkbox
toggle
togglecontent
```

## File input
Expand Down Expand Up @@ -57,8 +56,6 @@ radiobuttons
checkboxes
toggles
togglebuttons
```
```@docs
tabs
tabulator
```
Expand All @@ -67,6 +64,10 @@ tabulator

```@docs
latex
alert
highlight
InteractBase.notifications
togglecontent
```

## Create widgets automatically from a Julia variable
Expand Down
2 changes: 1 addition & 1 deletion src/Interact.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Interact
using Reexport

@reexport using InteractBase

import InteractBase: notifications
import InteractBulma
import Widgets: Widget, @layout, @nodeps, @map

Expand Down

0 comments on commit a881ef6

Please sign in to comment.