Skip to content

Releases: tuogex/txUI

v1.2.0

01 Jun 03:44
Compare
Choose a tag to compare

This is a major release to v1.1.0.
Changes in this release:
txUI defaults to term.native()
Multiwindow mode option (off by default)
Windows are draggable (off by default)
Style objects that hold default colors and fields for components
Default style can be set to be applied to all components
Individual components can also have a style applied to override default

v1.1.0

26 May 00:30
Compare
Choose a tag to compare

This is a minor release to v1.0.0.
Changes in this release:
First window added to Controller will be automatically set to visible

v1.0.0

25 May 23:50
Compare
Choose a tag to compare

This is a major release to v0.5.0-beta.
Changes in this release:
UIManager is now called Controller
DrawUtils is now called Utils
ProgressBar component has been added
Window components have new fields
Window components can now have shadows
Window components are now draggable
You can now add components directly to the Controller
Add spaceColor field to Controller to change background color of workspace
Components have visible field to change visibility

v0.5.0-beta

25 May 04:43
Compare
Choose a tag to compare

This is a major release to v0.4.0-alpha.
Changes in this release:
Implemented feature in #6
The timer event is no longer handled by the app update cycle
setPos and setSize has been added to all components (documentation in wiki)
inheritComponent and cloneComponent has been added to UIManager (documentation in wiki)

txUI v0.4.0-alpha

13 Jul 04:28
Compare
Choose a tag to compare
txUI v0.4.0-alpha Pre-release
Pre-release

This is a minor release to v0.3.1-alpha.
Changes in this release:
Fix issue #3
Implement enhancements in #2 (UIManager:onView, UIManager:setVisibleWindow)

txUI v0.3.1-alpha

12 Jul 20:35
Compare
Choose a tag to compare
txUI v0.3.1-alpha Pre-release
Pre-release

This is a minor release to v0.3.0-alpha.
Changes in this release:
Allow the List component to handle scroll events

txUI v0.3.0-alpha

12 Jul 19:47
Compare
Choose a tag to compare
txUI v0.3.0-alpha Pre-release
Pre-release

This is a minor release to v0.2.0-alpha.
Changes in this release:
Add scrollBar back into List to allow the scroll bar to be removable
Add Checkbox component
Add character masking in TextField to allow password input

txUI v0.2.0-alpha

12 Jul 06:08
Compare
Choose a tag to compare
txUI v0.2.0-alpha Pre-release
Pre-release

This is a major release to v0.1.0-alpha.
Changes in this release:
The color field in Button is now named bgColor
Implemented feature in #1
Improvements to the update cycle
Improvements to the draw cycle