Skip to content

Releases: green3g/can-arcgis

Update JS API to 4.7

20 Apr 12:30
Compare
Choose a tag to compare

Deprecated:

  • widget.optionsPromise - use getOptions function instead. getOptions can return a promise or object.

Deprecated weird widget props

09 Feb 00:23
Compare
Choose a tag to compare

This release deprecates the use of widget.iconClass. It will still work but will warn in development.

Use widget.parentOptions.expandIconClass in place of widget.iconClass. This favors the better pattern of passing parentOptions instead of weird custom properties.

CanJS 4.0

03 Feb 19:45
Compare
Choose a tag to compare

This is a major release because it requires all dependent packages to upgrade canjs versions to 4.x. No config or app changes should be necessary for this upgrade other than updating packages.

Breaking Changes:

  • Use CanJS 4.0
  • Use Spectre-canjs 2.x