RSence 2.2.1
Bug fixes, minor feature additions and optimization.
Status¶
No known bugs (existing ones fixed). Recommended update for all users
Changelog since 2.2.0¶
- Optimizations and bug fixes in the client build system.
- Prettier client exception handling, now easily extensible.
- Geometry calculation bug fixes.
- Element handling bug fixes, IE fixes, IE9 optimizations.
- Deprecating removeClassName in ELEM, use delClassName instead (just a naming change, for uniformity).
- Bug fixes, optimizations and minor improvements in HWindow, HPropertyList, HTab, HTextControl, HNumericTextControl, HTextArea.
- Smaller PNG graphics (ran an compression optimizer on them, removing unneccessary metadata and such).
- The DOM elements of view cells have now view_id and elem_id attributes set for @viewId and @elemId respectively; helps troubleshooting.
- Manually setting markup templates into HThemeManager works as expected now (inserts new theme, if one wasn't defined before).
- HRect#toArray method added.
- All classes have an isProduction flag; useful for disabling debug code for production builds.
Comments