All Versions
203
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 16
Changelog History
Page 16
-
v4.17.10.2 Changes
- โฌ๏ธ Upgraded glimmer gem to version 1.0.4
- ๐ Fixed issues relating to data-binding
styled_text
widget
-
v4.17.10.1 Changes
- โฌ๏ธ Upgraded glimmer gem to version 1.0.3
- โฌ๏ธ Upgraded rouge gem to version 3.25.0
-
v4.17.10.0 Changes
- ๐ Support table editing via
date_time
for date/time values - ๐ Support table default sort configuration via sort_property
- ๐ Support table default sort configuration via sort block
- ๐ Support table default sort configuration via sort_by block
- Hello, Table! Sample editor :date_time, property: :date_time in
- โฑ Hello, Table! Sample label for (Baseball Game Schedule)
- Hello, Table! Sample combo for selecting nlds, nlcs, alds, alcs, world series
- ๐ Hello, Table! Sample promotion field that indicates things like Free Bobblehead, Free Towel, Free Umbrella, etc...
- ShellProxy#include_focus_control?
- ๐ Fix issue with table selection data-binding when in single selection mode vs multi
- Hello, Spinner! Sample
- ๐ Support table editing via
-
v4.17.9.0 Changes
- Add table style :editable to hook editing listener on mouse click automatically (instead of manually via on_widget_selected)
- ๐ Support table editing via
spinner
for integer values - ๐ date_time widget official data-binding support of date_time, date, time, year, month, day, hours, minutes, and seconds
- date widget alias for date_time(:date)
- time widget alias for date_time(:time)
- calendar widget alias for date_time(:calendar)
- โฌ๏ธ date_drop_down widget alias for date_time(:date, :drop_down)
- Hello, Date Time! Sample
-
v4.17.8.3 Changes
- Hello, Table! Sample
- Disable editing on a column with
editor :none
- ๐ Improve
code_text
performance immensely by only styling the lines being shown upon editing - ๐ Fix dead spots with syntax highlighting in some files in Gladiator like file.rb
-
v4.17.8.2 Changes
- Hello, Group! Sample
-
v4.17.8.1 Changes
- ๐ Fixed an issue in Windows with code_text
-
v4.17.8.0 Changes
- ๐ Officially Support SWT FileDialog with the
file_dialog
keyword (was unofficially supported before via standard SWT) - ๐ Officially Support SWT DirectoryDialog with the
directory_dialog
keyword (was unofficially supported before via standard SWT) - Hello, File Dialog! Sample
- Hello, Directory Dialog! Sample
- โก๏ธ Prevent tree items data-binding from updating if no tree data change occurred
- ๐ Performance optimization for
code_text
syntax highlighting through caching
- ๐ Officially Support SWT FileDialog with the
-
v4.17.7.0 Changes
checkbox_group
built-in custom widget- Hello, Checkbox Group! Sample
- ๐จ Refactor
radio_group
to render labels instead of relying on radio button text since they are better stylable - ๐จ Refactor Glimmer Meta-Sample to use
radio_group
instead ofradio
- ๐ Fix issue with ExpandBar fill_layout with the extra element at the end (remove it)
-
v4.17.6.0 Changes
- ๐ New
radio_group
built-in Glimmer custom widget - Hello, Radio! Sample
- Hello, Radio Group! Sample
- Hello, Checkbox! Sample
- ๐ New