Skip to content

RAMP v4.6.0

Latest
Compare
Choose a tag to compare
@james-rae james-rae released this 03 May 12:42
· 12 commits to main since this release
e016691

Documentation Site (pinned at v4.6.0).

See the v4.0.0 Release Notes for more information if upgrading from RAMP 2/3.

New Features

  • Support for Arcade expressions in layer drawing order (#2152)
  • File Layer Loading Performance (#2173)
  • Optional map extent enforcement (#2176)

Bug Fixes

  • Race condition in highlighting requests mitigated (#2129)
  • Maptips will work accurately on a non-unique draw order (#2151)
  • File Layer Icon, Attribute Performance, & Faster grid render (#2164)
  • Some tooltips would position incorrectly on multi-instance pages (#2166)
  • Legend reload button disabled when layers don't support reloading (#2170)
  • Export fixture will no longer break when given sparse configuration object (#2171)

Documentation Updates

  • Updates of French text to officially translated text (#1743)

Internal Updates

  • ESRI API updated to v4.29 (#2157)

Known Issues

The following are the major issues that may impact typical use-cases. These were also present in v4.0.0.

Maptips

  • If a raster layer is covering a vector layer, the maptip engine currently cannot realize this and will show maptips for the covered vector features (#800)
  • No maptips on highlighted features (#1320)

External Fixtures

  • Migration to Vue 3 has broken some methods of generating fixtures without a build process. This was erroneously considered fixed at the v4.0.0 release. See #692