Gowut v1.4.0 Release Notes
Release Date: 2018-10-02 // over 6 years ago-
๐ Changes and new features in v1.4.0:
๐ New
SessIDCookieName()
andSetSessIDCookieName()
methods inServer
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 toETypeMousedown
.๐ Fixed an issue where
Table.Clear()
could panic if table containednil
components (#23).๐ Mouse coordinates in events did not take the body's scroll offset into account, this is fixed now.
Event.Mouse()
andEvent.MouseWin()
now return proper coordinates.
Previous changes from v1.3.0
-
๐ Changes and new features in v1.3.0:
- โ Added
ListBox.Values()
andListBox.SetValues()
methods to read / change items of aListBox
. - ๐ 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
- โ Added