Skip to content

Releases: JuliaPluto/PlutoUI.jl

v0.7.20

23 Nov 12:21
Compare
Choose a tag to compare

PlutoUI v0.7.20

Diff since v0.7.19

v0.7.19

09 Nov 18:06
Compare
Choose a tag to compare

PlutoUI v0.7.19

Diff since v0.7.18

Closed issues:

  • Slider doesn't update the value in the same cell (#145)
  • with_terminal() example outdated? (#149)

Merged pull requests:

v0.7.18

03 Nov 00:53
Compare
Choose a tag to compare

PlutoUI v0.7.18

Diff since v0.7.17

Closed issues:

  • Make Select return arbitrary values instead of strings (#3)
  • Slider doesn't include last element for some Ranges (#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 of Pairs for PlutoUI.Select not parsed properly? (#118)
  • get(slider::RangeSlider) unnecessarily (?) returns an array instead of a range (#130)

Merged pull requests:

  • 🐣 Transforming values: AbstractPlutoDingetjes integration (#148) (@fonsp)

v0.7.17

31 Oct 20:35
02ab273
Compare
Choose a tag to compare

PlutoUI v0.7.17

Diff since v0.7.16

Closed issues:

  • embed object viewer inside markdown (#124)
  • Store User Selected Values (#128)
  • Add Select method with Symbol (#132)
  • Layout problems with long MultiCheckBox (#134)
  • MultiCheckBox values nothing even with default values (#143)

v0.7.16

11 Oct 12:33
Compare
Choose a tag to compare

PlutoUI v0.7.16

Diff since v0.7.15

Closed issues:

  • with_terminal() with println() crashes when the string contains Chinese (#141)

v0.7.15

06 Oct 23:50
Compare
Choose a tag to compare

PlutoUI v0.7.15

Diff since v0.7.14

Closed issues:

  • PlutoUI table of contents overlaps cell action menu. (#122)

Merged pull requests:

v0.7.14

30 Sep 13:27
Compare
Choose a tag to compare

PlutoUI v0.7.14

Diff since v0.7.13

v0.7.13

30 Sep 11:09
Compare
Choose a tag to compare

PlutoUI v0.7.13

Diff since v0.7.12

v0.7.12

27 Sep 22:37
Compare
Choose a tag to compare

PlutoUI v0.7.12

Diff since v0.7.11

Closed issues:

  • with_terminal() with println() crashes when the string contains Chinese (#141)

v0.7.11

24 Sep 19:20
Compare
Choose a tag to compare

PlutoUI v0.7.11

Diff since v0.7.10

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)