Releases: MurhafSousli/ngx-highlightjs
Releases · MurhafSousli/ngx-highlightjs
v6.1.2
v6.1.1
v6.1.0
Added a dynamic way for loading the highlighting theme, if you have light and dark themes in your app, this release makes it easier to change the highlight theme on the fly
v6.0.0
Update to Angular 13
v5.0.0
- Update highlight.js to v11
- Build library with partial compilationMode
v4.1.4
- Upgrade to Angular 12
- Set peer dependency of hljs to v10
The library is still compatible with the new version of highlight.js v11 but the highlighting function will be deprecated in their next release
v4.1.3
4.1.3
- Upgrade to Angular 11
- Build the library in strict mode
Breaking changes:
- refactor: Highlight directive => function
highlightElement(code: string, languages: string[])
: the languages param is not optional anymore.
v4.1.2
Merge pull request #146 from MurhafSousli/hljs_v10 v4.1.2
v4.1.1
Merge pull request #136 from MurhafSousli/dev v4.1.1
v4.1.0
Merge pull request #134 from MurhafSousli/dependabot/npm_and_yarn/lod…