Skip to content

Commit fd279e1

Browse files
Release 8.2.0
1 parent 7671ad6 commit fd279e1

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Version 9 of Highlight.js has reached EOL and is no longer supported.
2+
Please upgrade or ask whatever dependency you are using to upgrade.
3+
https://github.com/highlightjs/highlight.js/issues/2877
4+
5+
## v8.2.0 (2021-03-03)
6+
7+
#### :rocket: Enhancement
8+
* [#1189](https://github.com/shipshapecode/shepherd/pull/1189) Remove `shepherd-target-click-disabled` class on step hide ([@zefj](https://github.com/zefj))
9+
10+
#### :bug: Bug Fix
11+
* [#1332](https://github.com/shipshapecode/shepherd/pull/1332) properly handle centered modal ([@xiwcx](https://github.com/xiwcx))
12+
13+
#### :memo: Documentation
14+
* [#1214](https://github.com/shipshapecode/shepherd/pull/1214) Add license scan report and status ([@fossabot](https://github.com/fossabot))
15+
* [#1199](https://github.com/shipshapecode/shepherd/pull/1199) Add snapsure to Websites and Apps list in README.md ([@kkoppenhaver](https://github.com/kkoppenhaver))
16+
17+
#### :house: Internal
18+
* [#1351](https://github.com/shipshapecode/shepherd/pull/1351) Bump cypress, fix cancel test ([@rwwagner90](https://github.com/rwwagner90))
19+
* [#1316](https://github.com/shipshapecode/shepherd/pull/1316) Remove browsersync, add rollup-serve ([@xiwcx](https://github.com/xiwcx))
20+
* [#1262](https://github.com/shipshapecode/shepherd/pull/1262) 👷 Move CI/CD to actions ([@chuckcarpenter](https://github.com/chuckcarpenter))
21+
22+
#### Committers: 7
23+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
24+
- Filip Rec ([@zefj](https://github.com/zefj))
25+
- Keanan Koppenhaver ([@kkoppenhaver](https://github.com/kkoppenhaver))
26+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
27+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
28+
- fossabot ([@fossabot](https://github.com/fossabot))
29+
- i. welch canavan ([@xiwcx](https://github.com/xiwcx))
30+
131
## v8.1.0 (2020-10-05)
232

333
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)