Skip to content

Commit

Permalink
Update installation documentation to reference latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Feb 18, 2025
1 parent 22d65bc commit 6a59a6f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ instance `v3.1.0`.

### Version 5.x and newer

#### Version builds

With version 5.0.0 we introduced new bundle formats. The URLs for the CDN hosted files for these new bundle formats
are as follows. Replace `vx.x.x` with the release version, for instance `v5.0.0`.

Expand All @@ -75,6 +77,28 @@ are as follows. Replace `vx.x.x` with the release version, for instance `v5.0.0`

Multiple examples how to use dash.js in your Typescript or Webpack based JavaScript project can be found in `samples/modules`.

#### Latest build

The bundles of the latest release can be found here:

- `UMD legacy`
- Minified
Build: [http://cdn.dashjs.org/latest/legacy/umd/dash.all.min.js](http://cdn.dashjs.org/latest/legacy/umd/dash.all.min.js)
- Debug
Build: [http://cdn.dashjs.org/latest/legacy/umd/dash.all.debug.js](http://cdn.dashjs.org/latest/legacy/umd/dash.all.debug.js)
- `UMD modern`
- Minified
Build: [http://cdn.dashjs.org/latest/modern/umd/dash.all.min.js](http://cdn.dashjs.org/latest/modern/umd/dash.all.min.js)
- Debug
Build: [http://cdn.dashjs.org/latestmodern/umd/dash.all.debug.js](http://cdn.dashjs.org/latest/modern/umd/dash.all.debug.js)
- `ESM modern`
- Minified
Build: [http://cdn.dashjs.org/latest/modern/esm/dash.all.min.js](http://cdn.dashjs.org/latest/modern/esm/dash.all.min.js)
- Debug
Build: [http://cdn.dashjs.org/latest/modern/esm/dash.all.debug.js](http://cdn.dashjs.org/latest/modern/esm/dash.all.debug.js)

Note: For backwards compatibility we also host the `UMD modern` bundle under [https://cdn.dashjs.org/latest/dash.all.min.js](https://cdn.dashjs.org/latest/dash.all.min.js).

## NPM package

We publish dash.js to [npm](https://www.npmjs.com/package/dashjs). Examples of how to use dash.js in different module
Expand Down

0 comments on commit 6a59a6f

Please sign in to comment.