Skip to content

Tags: JuliaPluto/PlutoUI.jl

Tags

v0.7.60

Toggle v0.7.60's commit message
[Diff since v0.7.59](v0.7.59...v0.7.60)

**Merged pull requests:**
- New macro `@bindname` to display variable name before bond (#305) (@fonsp)

v0.7.59

Toggle v0.7.59's commit message
## PlutoUI v0.7.59

[Diff since v0.7.58](v0.7.58...v0.7.59)


**Merged pull requests:**
- Lift `AbstractString` type restriction on `summary` arg of `details` (#296) (@genericallyterrible)

**Closed issues:**
- Lift `AbstractString` type restriction on `summary` arg of `details` (#295)
- @Bind macro should bind a variable to a slider instead of its value (#299)
- Storing several Slider(s) to variables lead to very bad reactiveness (#300)

v0.7.58

Toggle v0.7.58's commit message
## PlutoUI v0.7.58

[Diff since v0.7.57](v0.7.57...v0.7.58)


**Merged pull requests:**
- Add optional `label` kwarg to `confirm` (#294) (@genericallyterrible)

v0.7.57

Toggle v0.7.57's commit message
## PlutoUI v0.7.57

[Diff since v0.7.56](v0.7.56...v0.7.57)


**Merged pull requests:**
- Fix #292 (#293) (@ctrekker)

**Closed issues:**
- Select `possible_values` does not match option values (#292)

v0.7.56

Toggle v0.7.56's commit message
## PlutoUI v0.7.56

[Diff since v0.7.55](v0.7.55...v0.7.56)


**Merged pull requests:**
- Add `details` (#288) (@genericallyterrible)

**Closed issues:**
- Error in markdown with interpolated @Bind (#286)

v0.7.55

Toggle v0.7.55's commit message
## PlutoUI v0.7.55

[Diff since v0.7.54](v0.7.54...v0.7.55)


**Merged pull requests:**
- remove `@with_terminal` export (#273) (@disberd)
- update help and docstring, add tests for DrawCanvas (#280) (@dorn-gerhard)
- chore: allow Hyperscript.jl 0.0.5 (#283) (@pankgeorg)

**Closed issues:**
- [Question] How to render image with image picking from FilePicker() (#269)
- Select without Pluto rendered creates an error (#274)
- Notebooks no longer run with Binder (#282)

v0.7.54

Toggle v0.7.54's commit message
## PlutoUI v0.7.54

[Diff since v0.7.53](v0.7.53...v0.7.54)

v0.7.53

Toggle v0.7.53's commit message
## PlutoUI v0.7.53

[Diff since v0.7.52](v0.7.52...v0.7.53)


**Merged pull requests:**
- Clock: repeat option (#271) (@fonsp)
- Download button: support multimedia (#275) (@lukavdplas)

v0.7.52

Toggle v0.7.52's commit message
## PlutoUI v0.7.52

[Diff since v0.7.51](v0.7.51...v0.7.52)



**Merged pull requests:**
- Fix `Bonds.possible_values(::MultiSelect)` (#260) (@Pangoraw)
- Fix uneven trailing whitespace in strings (#261) (@c42f)
- Update README.md (#264) (@lucaferranti)
- WithIOContext: properties of the original IO should not be hidden (#265) (@fonsp)

v0.7.51

Toggle v0.7.51's commit message
## PlutoUI v0.7.51

[Diff since v0.7.50](v0.7.50...v0.7.51)


**Closed issues:**
- Problems with scrolling header into view after TableOfContents click (#238)
- Return absolute path in FilePicker (#246)

**Merged pull requests:**
- Use an external JS library for consistent smooth scrolling (#254) (@disberd)