Skip to content

propertyDefaults for StacheElement & Remove Spread ObservableArray

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mattchewone Mattchewone released this 02 Sep 18:27
· 32 commits to master since this release

Add creating propertyDefaults to StacheElement:

static get propertyDefaults() {
    return DeepObservable;
  }

For a StacheElement and remove the transform for ObservableArray that would transform DefineList([1, 2]) into ObservableArray(...[1, 2]) as the first parameter is now an array.