Releases: JuliaPluto/PlutoUI.jl
Releases · JuliaPluto/PlutoUI.jl
v0.7.20
PlutoUI v0.7.20
v0.7.19
PlutoUI v0.7.19
Closed issues:
Merged pull requests:
v0.7.18
PlutoUI v0.7.18
Closed issues:
- Make Select return arbitrary values instead of strings (#3)
- Slider doesn't include last element for some
Range
s (#21) - [Feature request] Slider with custom Vector (instead of range) (#25)
- Instability in return type of PlutoUI.Slider (#64)
- Slider assigns wrong values if given a range of Unitful values? (#74)
- Sliders for general lists (#87)
- Sliders for rational numbers (#95)
- MultiCheckBox creates a binding equal to Nothing if default is specified (#117)
Vector
ofPair
s forPlutoUI.Select
not parsed properly? (#118)get(slider::RangeSlider)
unnecessarily (?) returns an array instead of a range (#130)
Merged pull requests:
v0.7.17
v0.7.16
PlutoUI v0.7.16
Closed issues:
with_terminal()
withprintln()
crashes when the string contains Chinese (#141)
v0.7.15
PlutoUI v0.7.15
Closed issues:
- PlutoUI table of contents overlaps cell action menu. (#122)
Merged pull requests:
- Action menu appears above table of contents (#125) (@ctrekker)
- Fix typo in
toggle
forindent
class. (#131) (@MichaelHatherly)
v0.7.14
PlutoUI v0.7.14
v0.7.13
PlutoUI v0.7.13
v0.7.12
PlutoUI v0.7.12
Closed issues:
with_terminal()
withprintln()
crashes when the string contains Chinese (#141)
v0.7.11
PlutoUI v0.7.11
Closed issues:
- Colored with_terminal output (#88)
Merged pull requests:
- Add show_value kwarg to with_terminal() (#137) (@j-fu)
- Colored with_terminal() with nice styling (I think) (#140) (@dralletje)