PackageTrack

Go modules · #2358

github.com/pglet/pglet

v0.7.0pglet/pglet

Release timeline

57 releases since 2020
202120222023202420252026

Releases

  1. v0.7.1-0.20220919150109-64a1ff0fe07119 Sept 2022pre-release

    Nothing published for this version

  2. v0.7.017 Feb 2022
    Release notes

    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.
    Open source →
    Additional notes2 sources agree

    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.
    Open source →
  3. v0.6.1-0.20220216191512-1129a1c2b08616 Feb 2022pre-release

    Nothing published for this version

  4. v0.6.1-0.20220212011054-1d4605d7f29e12 Feb 2022pre-release

    Nothing published for this version

  5. v0.6.010 Feb 2022
    Release notes
    • Stack automatically scrolls to bottom if autoscroll property set to true.

    • Set page.UserAuthProvider to a used authentication method (github, google or azure).

    • page.win_width and page.win_height properties renamed to page.winwidth and page.winheight.

    • When host is connected to a page its contents and properties are cleaned unless update: true is passed. No need to call page.clean() on the client anymore.

    • Focusing input controls - allows setting focus on a control when added to a page or page loaded:

      • Button.focused
      • Checkbox.focused
      • ChoiceGroup.focused
      • DatePicker.focused
      • Dropdown.focused
      • SearchBox.focused
      • Slider.focused
      • SpinButton.focused
      • Textbox.focused
      • Toggle.focused
    • focus and blur events for the following input controls:

      • Button
      • ChoiceGroup
      • DatePicker
      • Dropdown
      • SearchBox
      • Slider
      • SpinButton
      • Textbox
      • Toggle
    • New page properties:

      • userAuthProvider
    • New page events:

      • resize
      • connect - web client connected
      • disconnect - web client disconnected
    • New IFrame properties:

      • borderWidth
      • borderColor
      • borderStyle
      • borderRadius
    • New Stack properties:

      • autoscroll
      • borderWidth
      • borderColor
      • borderStyle
    • New Stack events:

      • submit
    • New Image properties:

      • fit = none, contain, cover, center, centerContain, centerCover
      • borderWidth
      • borderColor
      • borderStyle
      • borderRadius
    • New Dropdown.Option properties:

      • itemType (normal, divider, header)
      • disabled
    • New Persona control:

      • imageUrl
      • imageAlt
      • initialsColor
      • initialsTextColor
      • text
      • secondaryText
      • tertiaryText
      • optionalText
      • size
      • presence
      • hideDetails
    • New ComboBox control:

      • label
      • value
      • placeholder
      • error_message
      • focused
      • multi_select
      • allow_free_form
      • auto_complete
      • options:
        • key
        • text
        • itemType (normal, divider, header, select_all)
        • disabled
    • Removed IFrame properties:

      • border
    • Removed Stack properties:

      • border
      • borderLeft
      • borderRight
      • borderTop
      • borderBottom
    • Removed Text properties:

      • borderLeft
      • borderRight
      • borderTop
      • borderBottom

    Bug fixes:

    • Duplicate React rendering when loading a page.

    Full Changelog: v0.5.6...v0.6.0

    Open source →
    Additional notes2 sources agree
    • Stack automatically scrolls to bottom if autoscroll property set to true.

    • Set page.UserAuthProvider to a used authentication method (github, google or azure).

    • page.win_width and page.win_height properties renamed to page.winwidth and page.winheight.

    • When host is connected to a page its contents and properties are cleaned unless update: true is passed. No need to call page.clean() on the client anymore.

    • Focusing input controls - allows setting focus on a control when added to a page or page loaded:

      • Button.focused
      • Checkbox.focused
      • ChoiceGroup.focused
      • DatePicker.focused
      • Dropdown.focused
      • SearchBox.focused
      • Slider.focused
      • SpinButton.focused
      • Textbox.focused
      • Toggle.focused
    • focus and blur events for the following input controls:

      • Button
      • ChoiceGroup
      • DatePicker
      • Dropdown
      • SearchBox
      • Slider
      • SpinButton
      • Textbox
      • Toggle
    • New page properties:

      • userAuthProvider
    • New page events:

      • resize
      • connect - web client connected
      • disconnect - web client disconnected
    • New IFrame properties:

      • borderWidth
      • borderColor
      • borderStyle
      • borderRadius
    • New Stack properties:

      • autoscroll
      • borderWidth
      • borderColor
      • borderStyle
    • New Stack events:

      • submit
    • New Image properties:

      • fit = none, contain, cover, center, centerContain, centerCover
      • borderWidth
      • borderColor
      • borderStyle
      • borderRadius
    • New Dropdown.Option properties:

      • itemType (normal, divider, header)
      • disabled
    • New Persona control:

      • imageUrl
      • imageAlt
      • initialsColor
      • initialsTextColor
      • text
      • secondaryText
      • tertiaryText
      • optionalText
      • size
      • presence
      • hideDetails
    • New ComboBox control:

      • label
      • value
      • placeholder
      • error_message
      • focused
      • multi_select
      • allow_free_form
      • auto_complete
      • options:
        • key
        • text
        • itemType (normal, divider, header, select_all)
        • disabled
    • Removed IFrame properties:

      • border
    • Removed Stack properties:

      • border
      • borderLeft
      • borderRight
      • borderTop
      • borderBottom
    • Removed Text properties:

      • borderLeft
      • borderRight
      • borderTop
      • borderBottom

    Bug fixes:

    • Duplicate React rendering when loading a page.
    Open source →
  6. v0.5.8-0.20220210181623-f6f0ca64483510 Feb 2022pre-release

    Nothing published for this version

  7. v0.5.8-0.20220210020445-23f6b667b75110 Feb 2022pre-release

    Nothing published for this version

  8. v0.5.79 Feb 2022

    Nothing published for this version

  9. v0.5.7-0.20220209213921-f426176313649 Feb 2022pre-release

    Nothing published for this version

  10. v0.5.7-0.20220209211526-f4a2d47e39799 Feb 2022pre-release

    Nothing published for this version

  11. v0.5.626 Jan 2022
    Release notes

    Changelog

    Open source →
  12. v0.5.6-0.20220126014849-ca843fee5dd026 Jan 2022pre-release

    Nothing published for this version

  13. v0.5.529 Dec 2021
    Release notes

    Changelog

    029ccdb Log to /tmp/pglet.log and control level via env

    Open source →
  14. v0.5.5-0.20211229211535-029ccdba79ed29 Dec 2021pre-release

    Nothing published for this version

  15. v0.5.428 Dec 2021
    Release notes

    Changelog

    062e95e Support starting server as an attached process
    127245a Update README.md
    13e0bdd Merge branch 'master' of https://github.com/pglet/pglet
    83b05de LabelPosition support in SpinButton
    250bbbc Fix reopening closed event pipe (#122)

    Open source →
  16. v0.5.4-0.20211228191404-127245a41ca028 Dec 2021pre-release

    Nothing published for this version

  17. v0.5.4-0.20211224232651-250bbbcf0d2124 Dec 2021pre-release

    Nothing published for this version

  18. v0.5.323 Dec 2021
    Release notes

    Changelog

    186dab0 Progress.barHeight support
    3d4e6d8 Fix signin/signout events

    Open source →
  19. v0.5.3-0.20211223022653-186dab0f55d423 Dec 2021pre-release

    Nothing published for this version

  20. v0.5.222 Dec 2021
    Release notes

    Changelog

    b5ba27e Do not send empty batch to a browser
    43790ff win_width, win_height

    Open source →
  21. v0.5.2-0.20211222012834-43790ffbbffc22 Dec 2021pre-release

    Nothing published for this version

  22. v0.5.121 Dec 2021
    Release notes

    Changelog

    23c6abe Boost libs (#121)
    aa43166 Go 1.17.5
    407a854 Default WS message size increased to 2 MB

    Open source →
  23. v0.5.1-0.20211221023625-aa4316642ca521 Dec 2021pre-release

    Nothing published for this version

  24. v0.5.1-0.20211221022938-407a854e203121 Dec 2021pre-release

    Nothing published for this version

  25. v0.5.020 Dec 2021
    Release notes

    Changelog

    009ae26 All servers back (#117)
    085f9ea Fixed: Stack.horizontal = False does not work
    b30b06d Fix typo (#116)
    3166d27 Bump color-string from 1.5.4 to 1.8.2 in /client (#113)
    ac8aea1 Bump path-parse from 1.0.6 to 1.0.7 in /client (#103)
    e6091e9 Bump tar from 6.1.0 to 6.1.11 in /client (#104)
    c2148dd Bump tmpl from 1.0.4 to 1.0.5 in /client (#105)
    440b6dd Bump url-parse from 1.4.7 to 1.5.3 in /client (#106)
    db6b9d4 Fix broken link to controls docs (#111)
    bcae237 (docs) minor grammar fixes in README.md (#112)
    b917d0e Goreleaser 1.0.0
    e06e736 Support for WebSocket-based clients (#107)

    Open source →
  26. v0.4.7-0.20211217015956-085f9ead5eae17 Dec 2021pre-release

    Nothing published for this version

  27. v0.4.7-0.20211210222611-b30b06d9853210 Dec 2021pre-release

    Nothing published for this version

  28. v0.4.7-0.20211201145801-3166d27070761 Dec 2021pre-release

    Nothing published for this version

  29. v0.4.7-0.20211201143211-db6b9d4ab7f91 Dec 2021pre-release

    Nothing published for this version

  30. v0.4.7-0.20211119165416-b917d0e81ea519 Nov 2021pre-release

    Nothing published for this version

  31. v0.4.7-0.20211113212606-e06e736f152113 Nov 2021pre-release

    Nothing published for this version

  32. v0.4.610 Jun 2021

    Nothing published for this version

  33. v0.4.56 Jun 2021

    Nothing published for this version

  34. v0.4.44 Jun 2021

    Nothing published for this version

  35. v0.4.31 Jun 2021

    Nothing published for this version

  36. v0.4.21 Jun 2021

    Nothing published for this version

  37. v0.4.122 May 2021

    Nothing published for this version

  38. v0.4.021 May 2021

    Nothing published for this version

  39. v0.3.230 Apr 2021

    Nothing published for this version

  40. v0.3.125 Apr 2021

    Nothing published for this version

  41. v0.3.017 Apr 2021

    Nothing published for this version

  42. v0.2.42 Mar 2021

    Nothing published for this version

  43. v0.2.31 Mar 2021

    Nothing published for this version

  44. v0.2.216 Feb 2021

    Nothing published for this version

  45. v0.2.111 Feb 2021

    Nothing published for this version

  46. v0.2.04 Feb 2021

    Nothing published for this version

  47. v0.1.1512 Jan 2021

    Nothing published for this version

  48. v0.1.1412 Jan 2021

    Nothing published for this version

  49. v0.1.126 Jan 2021

    Nothing published for this version

  50. v0.1.1119 Dec 2020

    Nothing published for this version

  51. v0.1.1017 Dec 2020

    Nothing published for this version

  52. v0.1.915 Dec 2020

    Nothing published for this version

  53. v0.1.84 Dec 2020

    Nothing published for this version

  54. v0.1.730 Nov 2020

    Nothing published for this version

  55. v0.1.617 Nov 2020

    Nothing published for this version

  56. v0.1.513 Nov 2020

    Nothing published for this version

  57. v0.1.012 Nov 2020

    Nothing published for this version