Gowut v1.4.0 Release Notes

Release Date: 2018-10-02 // over 5 years ago
  • ๐Ÿ”„ Changes and new features in v1.4.0:

    ๐Ÿ†• New SessIDCookieName() and SetSessIDCookieName() methods in Server to get / set
    the cookie name used to store the Gowut session ID. Useful if you plan to run
    ๐Ÿ’ป multiple Gowut servers on the same computer with the same app path (on different ports);
    you can set different session ID cookie names so they won't collide (#42).

    โž• Added ETypeMouseDown constant, identical to ETypeMousedown.

    ๐Ÿ›  Fixed an issue where Table.Clear() could panic if table contained nil components (#23).

    ๐Ÿ›  Mouse coordinates in events did not take the body's scroll offset into account, this is fixed now.
    Event.Mouse() and Event.MouseWin() now return proper coordinates.


Previous changes from v1.3.0

  • ๐Ÿ”„ Changes and new features in v1.3.0:

    • โž• Added ListBox.Values() and ListBox.SetValues() methods to read / change items of a ListBox.
    • ๐Ÿ›  Fixed a number of data race issues at server session handling.
    • ๐Ÿšš Moved the Showcase of Features live demo to: https://gowut-demo.herokuapp.com/show