github lvcabral/brs-engine v2.0.5
v2.0.5 - Animation and Interpolator Nodes

4 days ago

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 RunTimeError by @lvcabral in #807
  • (brs) Added toBoolean for all numeric components by @lvcabral in #808
  • (brs) Fixed CreateObject to properly handle boxed parameters and raise RunTimeError by @lvcabral in #809
  • Changes on brs-scenegraph package (release v0.0.5):
    • (rsg) Fixed roSGNode creation using boxed String as nodeType by @lvcabral in #806
    • (rsg) Fixed focus when initialFocus is not set by @lvcabral in #810
    • (rsg) Fixed: ArrayGrid based nodes must reset focused item when content is updated by @lvcabral in #811
    • (rsg) Fixed findNode to prioritize search on children by @lvcabral in #812
    • (rsg) Implemented Animation and Interpolator nodes by @lvcabral in #813
    • (rsg) Changed Node to preserve field name case by @lvcabral in #814
    • (rsg) Fixed conflict on roSGScreen scene events handling by @lvcabral in #815
    • (cli) Fixed CLI loading SceneGraph components on Windows file system by @lvcabral in #816
    • (rsg) Optimized roSGScreen to only render when changes happened by @lvcabral in #817

Full Changelog: v2.0.4...v2.0.5

Don't miss a new brs-engine release

NewReleases is sending notifications on new releases.