Skip to content

Commit

Permalink
chore(ngx-codejar): bump v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 7, 2023
1 parent e82f9fd commit 365a355
Show file tree
Hide file tree
Showing 12 changed files with 2,613 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [5.2.0](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.6...v5.2.0) (2023-07-07)


### Features

* **ngx-codejar:** add all API functions provided by CodeJar ([3a5b29f](https://github.com/julianpoemp/ngx-codejar/commit/3a5b29fd7f9826fd24429c492c21604d3d90d786))
* **ngx-codejar:** add options provided by CodeJar ([03379ac](https://github.com/julianpoemp/ngx-codejar/commit/03379acf728d61e8303ff60476a06b2b23ced714))
* **ngx-codejar:** introducing standalone component ([e82f9fd](https://github.com/julianpoemp/ngx-codejar/commit/e82f9fd1b59745771e8405ea31fe7ecf96b0366e))


### BREAKING CHANGES

* **ngx-codejar:** NgxCodeJarComponent is now a standalone component. Have
a look on the README for more information

## [5.1.6](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.5...v5.1.6) (2023-06-26)


Expand Down
2 changes: 1 addition & 1 deletion apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
327 changes: 327 additions & 0 deletions docs/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added docs/favicon.ico
Binary file not shown.
12 changes: 12 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Demo</title>
<base href="/ngx-codejar/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.099aab2dcf4cb059.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.099aab2dcf4cb059.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.d599c23de0356b38.js" type="module"></script><script src="polyfills.60b0ddddf747b808.js" type="module"></script><script src="main.103da6df115c6f93.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions docs/main.103da6df115c6f93.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/polyfills.60b0ddddf747b808.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/runtime.d599c23de0356b38.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/styles.099aab2dcf4cb059.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-codejar",
"version": "5.1.6",
"version": "5.2.0",
"description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.",
"peerDependencies": {
"codejar": ">= 3.7.0",
Expand Down
Loading

0 comments on commit 365a355

Please sign in to comment.