Skip to content

v0.7.18

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 00:53
· 163 commits to main since this release

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)