Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy demo to netlify #191

Merged
merged 23 commits into from
Aug 28, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
63f0bd9
Bump postcss from 7.0.35 to 7.0.36
dependabot[bot] Jun 16, 2021
a8d8604
Bump tar from 6.1.0 to 6.1.4
dependabot[bot] Aug 4, 2021
1fc59fb
Merge pull request #186 from MurhafSousli/dependabot/npm_and_yarn/tar…
MurhafSousli Aug 4, 2021
f9a2d14
Bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Aug 11, 2021
ef3c08f
Merge pull request #187 from MurhafSousli/dependabot/npm_and_yarn/pat…
MurhafSousli Aug 11, 2021
6136254
Update bug_report.md
MurhafSousli Aug 22, 2021
8cf33fa
Merge pull request #188 from MurhafSousli/MurhafSousli-patch-1
MurhafSousli Aug 22, 2021
de61992
Merge pull request #185 from MurhafSousli/dependabot/npm_and_yarn/pos…
MurhafSousli Aug 22, 2021
20029e1
improve workflow
MurhafSousli Aug 28, 2021
d22d645
Update tests
MurhafSousli Aug 28, 2021
7be7d6e
remove unnecessary pipe
MurhafSousli Aug 28, 2021
0a76249
feat: Update to highlight.js v11
MurhafSousli Aug 28, 2021
77647ca
Update tsconfig
MurhafSousli Aug 28, 2021
a0153e8
Update license
MurhafSousli Aug 28, 2021
842ecd9
Update tsconfig
MurhafSousli Aug 28, 2021
6db7d80
Update changelog
MurhafSousli Aug 28, 2021
c8610d4
Update changelog
MurhafSousli Aug 28, 2021
4c9288f
Update workflow
MurhafSousli Aug 28, 2021
963112c
Merge remote-tracking branch 'origin/dev' into dev
MurhafSousli Aug 28, 2021
cf52efe
Update karma config
MurhafSousli Aug 28, 2021
b8cd71c
Merge pull request #189 from MurhafSousli/dev
MurhafSousli Aug 28, 2021
f08d651
Update README
MurhafSousli Aug 28, 2021
64d43a3
Merge pull request #190 from MurhafSousli/dev
MurhafSousli Aug 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
MurhafSousli committed Aug 28, 2021
commit 6db7d80c40673cbdcb2e657ec91cf2015287d2bf
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 5.0.0

- Upgrade usage to highlight.js v11, you can find the breaking changes from the official page [here](https://highlightjs.readthedocs.io/en/latest/upgrade-11.html).
- Build the library with partial compilationMode.
- feat: Add the missing functions from v11 in `HighlightJS` service.
- Remove deprecated function in v11, such as `initHighlighting()`, `highlightBlock()`, `fixMarkup()` from `HighlightJS` service.

Expand Down