Update Rapid to the current latest release (2.4.2) from 2.3.x.
Review Guide
Create a project that uses Rapid
Start task using Rapid
Check that the Rapid version is 2.4.x (bottom right, next to username)
Notes
Note that we dynamically download Rapid usinghttps://cdn.jsdelivr.net/npm/${rapidPackage.name}@~${rapidPackage.version}/dist/. So updating the version in package.json is important.
The version from CDN is restricted by ~ instead of ^ to avoid issues where Rapid changes internals that we depend upon.
What type of PR is this? (check all applicable)
Describe this PR
Update Rapid to the current latest release (2.4.2) from 2.3.x.
Review Guide
Notes
Note that we dynamically download Rapid using
https://cdn.jsdelivr.net/npm/${rapidPackage.name}@~${rapidPackage.version}/dist/
. So updating the version inpackage.json
is important.The version from CDN is restricted by
~
instead of^
to avoid issues where Rapid changes internals that we depend upon.