Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.01 KB

File metadata and controls

28 lines (19 loc) · 1.01 KB
title slug createdAt updatedAt
Upgrading Highlight
upgrading-highlight
2021-09-14 00:13:12 UTC
2022-03-08 00:55:27 UTC

Highlight is shipping improvements multiple times a day. Non-breaking changes will automatically be applied to your applications without any action needed by you.

If Highlight ships a breaking change (new feature, security fix, etc.), we'll need your help to upgrade Highlight in your application. We aim to give 2 weeks notice in the event this happens. We recognize that there will be clients still using older versions of Highlight so we make sure all of our changes are backwards compatible.

Using a Package Manager

# with npm
npm install highlight.run@latest

# with yarn
yarn upgrade highlight.run@latest

HTML/CDN

Replace the Highlight snippet in your index.html with the one on https://app.highlight.io/setup.

Changelog

To see if a new version has any breaking changes, see Changelog.