Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli authored Jun 25, 2023
1 parent 7bd9f25 commit fb3e372
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
### Breaking changes

- When using `HighlightPlusModule`, you must have `provideHttpClient()` provided in your `main.ts` file in order to make the http requests work.
- The line numbers plugin is now included within the package, the import path should point to the new sub-package `ngx-highlightjs/line-numbers`
```ts
providers: [
{
provide: HIGHLIGHT_OPTIONS,
useValue: {
lineNumbersLoader: () => import('ngx-highlightjs/line-numbers')
}
}
]
```

## 9.0.0

Expand Down

0 comments on commit fb3e372

Please sign in to comment.