Skip to content

Commit

Permalink
Merge pull request #181 from MurhafSousli/master
Browse files Browse the repository at this point in the history
deploy to netlify
  • Loading branch information
MurhafSousli authored Jun 6, 2021
2 parents 55faed7 + e9e0ce8 commit 191fbc3
Show file tree
Hide file tree
Showing 12 changed files with 5,286 additions and 6,130 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.1.4

- Upgrade to Angular 12
- Set peer dependency of hljs to v10

## 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.

## 4.1.2

- fix: codeFromUrl display error message in the console even though it works, closes [#141](https://github.com/MurhafSousli/ngx-highlightjs/issues/141) in [d60dc10](https://github.com/MurhafSousli/ngx-highlightjs/pull/142/commits/d60dc10b5c5ce9d269214b2a7f6f6e9f3d02eaed).
Expand Down
9 changes: 7 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"main": "projects/ngx-highlightjs-demo/src/main.ts",
"polyfills": "projects/ngx-highlightjs-demo/src/polyfills.ts",
"tsConfig": "projects/ngx-highlightjs-demo/tsconfig.app.json",
"aot": true,
"assets": [
"projects/ngx-highlightjs-demo/src/favicon.ico",
"projects/ngx-highlightjs-demo/src/assets"
Expand All @@ -73,7 +72,13 @@
"scripts": [],
"allowedCommonJsDependencies": [
"highlight.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down
Loading

1 comment on commit 191fbc3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.