Releases
v11.0.0
What's Changed
Update to Angular 17.
feat: Add provideHighlightOptions
function to easily override the default options.
feat: Add provideGistOptions
function in the plus package to easily set gist id and secret into the HTTP requests.
feat: Add startFrom
and singleLine
inputs to lineNumbers
directive, closes #274 .
feat: Make codeFromUrl
pipe supports loading of relative URLs, closes #224 .
feat: Add highlight
directive which uses a different function and provide different options, closes #275 .
feat: Add lineNumbersOptions
property to set the default line number options.
refactor: Rename the previous highlight
directive to highlightAuto
.
refactor: split line numbers functionality into its own directive.
refactor: Use highlight.js
original interfaces.
enhance: Allow loading theme from global options if highlight.js
was imported externally.
Breaking changes
The highlight
directive now uses a different function from highlight.js which requires selecting a language.
You can’t perform that action at this time.