This is the final release of the SceneGraph support integrated to the engine libraries, starting from v2.0.0 the SceneGraph support was moved to an extension and will have its own separate NPM package.
What's Changed
- Added support to field array types:
intarray,floatarray,boolarray,stringarray,colorarrayandtimearrayby @lvcabral in #753 - Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #752
- Fixed
Field.canAcceptValueto properly validate array values by @lvcabral in #754 - Refactored
roSGNodeto removeBrsIterableand useSetValueinstead ofSetby @lvcabral in #755 - Raise type mismatch error when passing
Uninitializedvalue to non-dynamic function parameters by @lvcabral in #756 - Prevented removing system fields and
setFieldsto add fields by @lvcabral in #757 - Added
BrsEventabstract class andBrsCollectioninterface by @lvcabral in #759 - Bump node-forge from 1.3.1 to 1.3.2 by @dependabot[bot] in #758
- Prevent media nodes to send messages in task threads by @lvcabral in #762
- Fixed optional chaining with
roInvalidwhen using methods by @lvcabral in #763 - Changed
Node.tsto handle all default fields as system fields by @lvcabral in #764
Full Changelog: v2.0.0-alpha.25...v2.0.0-alpha.26