RSence 2.0.9
Maintenance update, obsoletes previous versions.
Changes since 2.0.8:
- Catches syntax errors of ruby plugin bundle source files when evaluated.
- HRect instances belonging to views with flexible size or bottom / right alignment are now calculated correctly.
- HDyncontrol and HWindow properly prevent resizing when the noResize option is true.
- Removed work-around for very old versions of mozilla-based browsers: When hiding elements, the display isn't set to none anymore, which old mozillas needed on some platforms to prevent see-through of some input elements from hidden layers.
- HProgressBar limits the bar width to 0. Previously accepted negative values (bug).
- When toggling the enabled state, doesn't try to call setEnabled on components not supporting enabled/disabled states.
- Library paths in the config file are now correcly handled.
- HListItems supports nested arrays as a new list item value type.
- The low-level click event is no longer blocked for non-components; allows co-existence of clickable components and hyperlinks in html views.
- Documentation for the welcome plugin.
Comments