Skip to content

Releases: disberd/PlutoExtras.jl

v0.7.15

22 Apr 08:29
Compare
Choose a tag to compare

PlutoExtras v0.7.15

Diff since v0.7.14

Added

  • Added an option to the @NTBond macro to provide a function as third argument which is applied via PlutoUI.Experimental.transformed_value to the bond resulting from the @NTBond macro.
  • Added a new exported type StructBondSelect to the module StructBondModule which simplifies creating a widget whose value may have different number of fields/parameters depending on a dropdown selector.
  • The package now re-exports the names exported by its StructBondModule submodule.

Merged pull requests:

  • Add Dict-like widget for StructBond elements (#41) (@disberd)

Closed issues:

  • macroexpand in flexibind (#6)
  • Add flexible bond with dropdown from Dict (#12)
  • @NTBond and MultiCheckBox not rendering very well (#29)
  • Interdependent widgets (#40)

v0.7.14

06 Dec 15:41
Compare
Choose a tag to compare

PlutoExtras v0.7.14

Diff since v0.7.13

Merged pull requests:

  • Add collapsed customization in BondTable (#37) (@disberd)

Closed issues:

  • The bond table should remember its collapsed status when rerun reactively (#36)

v0.7.13

04 Jul 12:08
Compare
Choose a tag to compare

PlutoExtras v0.7.13

Diff since v0.7.12

Merged pull requests:

Closed issues:

  • Method Overwriting Conflict (#34)

v0.7.12

13 Mar 13:48
Compare
Choose a tag to compare

PlutoExtras v0.7.12

Diff since v0.7.11

v0.7.11

09 Oct 10:14
Compare
Choose a tag to compare

PlutoExtras v0.7.11

Diff since v0.7.10

Merged pull requests:

  • Update to new breaking release of PlutoDevMacros (#33) (@disberd)

v0.7.10

25 Sep 12:28
Compare
Choose a tag to compare

PlutoExtras v0.7.10

Diff since v0.7.9

Merged pull requests:

Closed issues:

  • Hidden sections where @NTBonds are defined hide the output NTBonds (#30)
  • Error reinterpret @NTbond (#31)

v0.7.9

31 Aug 13:37
Compare
Choose a tag to compare

PlutoExtras v0.7.9

Diff since v0.7.8

Merged pull requests:

v0.7.8

24 Aug 00:10
Compare
Choose a tag to compare

PlutoExtras v0.7.8

Diff since v0.7.7

v0.7.7

23 Aug 12:57
Compare
Choose a tag to compare

PlutoExtras v0.7.7

Diff since v0.7.6

Closed issues:

  • Editable returns NaN when inputting a negative number (#22)

Merged pull requests:

v0.7.6

22 Aug 15:30
997862a
Compare
Choose a tag to compare

PlutoExtras v0.7.6

Diff since v0.7.5

Merged pull requests:

  • start splitting BondsTable notebook into separate files (#17) (@disberd)
  • Add MyTextField (#21) (@BlueTeo91)