All Versions
103
Latest Version
Avg Release Cycle
3 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.7.5 Changes
May 22, 2020- ๐ Make :virtual a default tree SWT style
- ๐ Support Tree selection databinding (just like List)
- ๐ Support built-in Tree editing (i.e. editing tree item text)
- ๐ Support unregistering widget listeners
- โ Added tab item proxy dispose method that automatically unsets/disposes tab item inner control before disposing tab item itself
-
v0.7.4 Changes
May 19, 2020- Have tree data-binding auto-embed models as tree item data
- TreeProxy#depth_first_search implementation
- ๐ Support read-only data-binding
-
v0.7.3 Changes
May 16, 2020- ๐ Fix issue with rake tasks getting included twice
- Fix pack_same_size for shell_proxy
- Add pack_same_size to widget_proxy similar to that of shell_proxy
-
v0.7.2 Changes
May 13, 2020- ๐ Fix issue with data binding a nested value with an on_read converter block not getting triggered if model value was nil
- ๐ Fix issue with glimmer command triggered rake tasks not honoring glimmer application local Rakefile settings
-
v0.7.1 Changes
May 11, 2020- ๐ Fix crash issue with data-binding widget properties that are not supported in both directions
- ๐ Fix issue with scaffolding gems not having the right name
- ๐ Fix display of rdoc gem message on every glimmer app run
- ๐ Fix issues in closing a shell in girb
- ๐ Fix issue with Glimmer not clearing DSL Engine parent stacks when DSL interpretation raises exception
- ๐ Fix freezing issue upon logging observables and raising observable errors by overriding inspect on Observable to avoid printing nested tree of observers
- โ Added validation for shell widget parentage (accepting a shell or nil) in shell expression
- ๐ Support bidirectional data-binding of menu item selection (e.g. radio menu item)
- ๐ Make shell auto-activate on show with 0.25 delay
-
v0.7.0 Changes
- ๐ฆ Expose
rake glimmer:package
rake task viaglimmer package
command - ๐ Scaffold a Glimmer app: provide a standard structure for building a Glimmer app (models, views, and assets [images, videos, sounds])
- Scaffold a Glimmer custom shell
- Scaffold a Glimmer custom widget
- Scaffold a Glimmer custom widget gem
- Scaffold a Glimmer custom shell gem
- Extract Video widget into its own custom widget glimmer-video gem
- Extract Gladiator into its own custom shell glimmer-gladiator gem
- Support disable_dsl/enable_dsl/enabled_dsls=
- Minify CSS produced by CSS DSL
- Avoid using p in CSS DSL as it clashes with HTML p. Use pv instead (property value).
- ๐ง Configure scaffold rspec_helper with glimmer-appropriate after block
- Move logger/import_swt_packages methods on Glimmer to Glimmer::Config
- Reorganize samples as hello and elaborate inside samples directory
- ๐ฆ Expose
-
v0.6.0 Changes
- โ Added multi-DSL support back to Glimmer
- Glimmer XML (HTML) DSL
- Glimmer CSS DSL
- ๐ Support mixing DSLs (e.g. SWT browser widget that has an XML text)
- ๐ Fixed Gladiator issue with not saving on quit
- Made color, rgb, and rgba SWT DSL static expressions instead of dynamic
-
v0.5.11 Changes
- โ Added file and url attribute writers to
video
widget - ๐ Fix Gladiator issue with empty replace text field
- ๐ Fix Gladiator issue with opening empty file
- ๐ Support picking up VERSION and LICENSE.txt files in glimmer:package rake task
- โก๏ธ Update packaging to build app DMG file with humanized name (having spaces for multiple words) and to autoset a default mac bundle ID
- โ Added file and url attribute writers to
-
v0.5.10 Changes
- ๐ Fix video widget scrolling bar appearing issue
- Ensure on_about/on_preferences menu items are ignored on Windows
- ๐ Support SWT negative symbols postfixed by exclamation mark (e.g. :max! for no :max)
- ๐ Fix a bug in girb that made it not start anymore
- ๐ Fix a bug in Gladiator when jumping to line before a caret has been set
-
v0.5.9 Changes
- ๐ Allow discovery of custom widgets without namespace if there are no existing classes with same name
- โ Add filters (global listeners) to SWT Display
- ShellProxy #pack and #pack_same_size methods
- โ Added Gladiator (Glimmer Editor) sample and command