github pglet/pglet v0.7.0

2 years ago

New SplitStack control (based on split.js) added with the following properties:

  • horizontal (bool)
  • gutterSize (int)
  • gutterColor (string)
  • gutterHoverColor (string)
  • gutterDragColor (string)
  • resize (event)

New TextBox properties:

  • shiftEnter (bool) - blocks ENTER button in multiline TextBox, but pops up the event, so Stack.submit could be triggered. New line could still be entered with SHIFT+ENTER. This is to build Discord-like message box.
  • rows (int) - sets initial size in rows of multiline TextBox.
  • resizable (bool) - controls whether multiline TextBox is resizable by the user. Default is true. autoAdjustHeight is still respected even if resizable is false.

Panel control changes:

  • blocking (bool) is now true by default.

Don't miss a new pglet release

NewReleases is sending notifications on new releases.