All Versions
203
Latest Version
Avg Release Cycle
-
Latest Release
-

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
  • 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
  • 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 of radio
    • ๐Ÿ›  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