This release introduces the Animation and Interpolator nodes to the SceneGraph extension, along with various bug fixes and improvements to both the CLI and SceneGraph extension.
Release Changes
- (brs) Fixed debugger to restore the context on
RunTimeErrorby @lvcabral in #807 - (brs) Added
toBooleanfor all numeric components by @lvcabral in #808 - (brs) Fixed
CreateObjectto properly handle boxed parameters and raiseRunTimeErrorby @lvcabral in #809 - Changes on
brs-scenegraphpackage (release v0.0.5):- (rsg) Fixed
roSGNodecreation using boxedStringasnodeTypeby @lvcabral in #806 - (rsg) Fixed focus when
initialFocusis not set by @lvcabral in #810 - (rsg) Fixed:
ArrayGridbased nodes must reset focused item whencontentis updated by @lvcabral in #811 - (rsg) Fixed
findNodeto prioritize search onchildrenby @lvcabral in #812 - (rsg) Implemented
AnimationandInterpolatornodes by @lvcabral in #813 - (rsg) Changed
Nodeto preserve field name case by @lvcabral in #814 - (rsg) Fixed conflict on
roSGScreenscene events handling by @lvcabral in #815 - (cli) Fixed CLI loading SceneGraph components on Windows file system by @lvcabral in #816
- (rsg) Optimized
roSGScreento only render when changes happened by @lvcabral in #817
- (rsg) Fixed
Full Changelog: v2.0.4...v2.0.5