- Pods
- Reflux 0.1.4
- Release Notes

RefluxRelease Notes
Versions
v0.1.4
- Chg:
Dialogues.openMsgBox() now takes a func param to customise the Dialog. - Chg: Added config placeholders to Menus and renamed the separator IDs.
v0.1.2
- Chg: Updated to work with IoC 3.0.4.
- Chg: Dropped
format prefix on LocaleFormat methods. - Chg:
Reflux.resolve() now takes a checked param.
v0.1.0
- New: Reflux now compiles to Javascript and runs in a browser!
- Chg: Updated to use IoC v3.
- Bug: Errs thrown in an
Errors error handler could cause a stack overflow.
v0.0.14
- New:
ResourceTable fwt widgit and corresponding ResourceTableModel class. - New:
ResourceTree.isExpanded() and ResourceTree.setExpanded(). - New: Added
EventHub.deregister(). - Chg:
Reflux.showPanel() activates the panel should it already be showing. - Chg: Fixed potential
null err when loading a resource. - Bug: Minor refresh tweaks.
v0.0.12
- New: Implemented
Save All global command. - New:
TreeResource.selected and TreeResource.nodeAt(). - Chg: Refreshing a resource also refreshes all Views.
- Chg: Added
onRefresh(Resource? resource) event. - Chg:
Resource.children() and Resource.parent() now return Uri, not resources. - Chg: Added New, Cut, Copy and Paste global commands.
- Chg: Added cache busting when loading images.
v0.0.10
- Chg:
ProgressDialogue.open() now returns what the worker returns. - Chg: Removed
PanelTabPane fudge for Explorer's HtmlView. - Bug:
Browser incorrectly decoded hyperlink URIs.
v0.0.8
- New:
ProgressDialogue widget for showing the progress of work. - Chg: Added default param
skipEventRaising to Errors.add().
v0.0.6
- New: Use
RefluxBuilder to build and launch Reflux applications. - New: Added a
ResourceTree widget and corresponding Resource.children() and Resource.parent() methods. - Bug: Default
View.refresh() could cause a NullErr.
v0.0.4
- New:
View.onDrop() event handler for FWT file drops. - New:
Dialogues service so calls may be intercepted. - Chg:
Panel.refresh() now takes an optional resource hint. - Chg: Toned down the alerting on
UnresolvedErrs. - Chg: Preferences are cached on name, not type, to allow multiple prefs of same type.
- Bug: Reflux now explicitly depends on Fantom 1.0.67 - Thanks
LightDye! - Bug:
NullErr if you tried to remove a GlobalCommand invoker that didn't exist. - Bug: Views are asked if they wish to close on application exit. (Again!)
v0.0.2