Skip to content

Commit

Permalink
release: ngx-editor v3.3.0-rc.0 (#39)
Browse files Browse the repository at this point in the history
* feat: add code-editor to view/edit plain HTML

* fix: default configuration overrides input

* chore: update docs

* release: ngx-editor v3.3.0-rc.0

* chore: bump dependencies


closes #26
  • Loading branch information
sibiraj-s authored Jan 19, 2018
1 parent eb8ec9f commit 2ed79b8
Show file tree
Hide file tree
Showing 28 changed files with 7,870 additions and 2,106 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Demo at stackblitz [ngx-editor](https://ngx-editor.stackblitz.io/)

Documentation is auto-generated using [compodoc][compodoc], and can be viewed here: [https://sibiraj-s.github.io/ngx-editor/](https://sibiraj-s.github.io/ngx-editor/)

Wiki [here][wiki]

[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/lang/en/
[github]: https://sibiraj-s.github.io/
Expand Down
572 changes: 517 additions & 55 deletions docs/components/NgxEditorComponent.html

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions docs/components/NgxEditorMessageComponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="26" class="link-to-prism">src/app/ngx-editor/ngx-editor-message/ngx-editor-message.component.ts:26</a></div>
<div class="io-line">Defined in <a href="" data-line="25" class="link-to-prism">src/app/ngx-editor/ngx-editor-message/ngx-editor-message.component.ts:25</a></div>
</td>
</tr>

Expand Down Expand Up @@ -532,7 +532,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<i>Default value : </i><code>&#x27;&#x27;</code>
<i>Default value : </i><code>undefined</code>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -562,10 +562,9 @@ <h3 id="inputs">

export class NgxEditorMessageComponent {

ngxMessage &#x3D; &#x27;&#x27;;
ngxMessage &#x3D; undefined;

/**
*
* @param _messageService service to send message to the editor
*/
constructor(private _messageService: MessageService) {
Expand Down
144 changes: 56 additions & 88 deletions docs/components/NgxEditorToolbarComponent.html

Large diffs are not rendered by default.

120 changes: 47 additions & 73 deletions docs/graph/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ <h3 id="demo">Demo</h3>
<p>Demo at stackblitz <a href="https://ngx-editor.stackblitz.io/">ngx-editor</a></p>
<h3 id="documentation">Documentation</h3>
<p>Documentation is auto-generated using <a href="https://compodoc.github.io/website/">compodoc</a>, and can be viewed here: <a href="https://sibiraj-s.github.io/ngx-editor/">https://sibiraj-s.github.io/ngx-editor/</a></p>
<p>Wiki <a href="https://github.com/Sibiraj-S/ngx-editor/wiki/ngxEditor">here</a></p>



Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<div class="content-data">

<p>MIT License</p>
<p>Copyright (c) 2017 Sibiraj</p>
<p>Copyright (c) 2017-2018 Sibiraj</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
Expand Down
Loading

0 comments on commit 2ed79b8

Please sign in to comment.