Skip to content

Commit b10c26a

Browse files
committed
chore(release): bump version number to 1.0.0
1 parent 78ac926 commit b10c26a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2018-08-02)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** fixed the export name of linkpreview.interface.ts ([b19edc3](https://github.com/angular-material-extensions/link-preview/commit/b19edc3))
8+
* **package:** relative path of the service fixed ([2630880](https://github.com/angular-material-extensions/link-preview/commit/2630880))
9+
* **package:** relative path of the service fixed in the container component ([c8d7e8b](https://github.com/angular-material-extensions/link-preview/commit/c8d7e8b))
10+
11+
12+
### Features
13+
14+
* **package:** added `mat-link-preview-container` component to render the link preview ([c965247](https://github.com/angular-material-extensions/link-preview/commit/c965247))
15+
* **package:** added `mat-link-preview` component ([8d6b57c](https://github.com/angular-material-extensions/link-preview/commit/8d6b57c))
16+
* **package:** added `matLinkPreview` directive to find and render links ([0014c5b](https://github.com/angular-material-extensions/link-preview/commit/0014c5b))
17+
* **package:** added the 'LinkPreview' interface ([ae8858c](https://github.com/angular-material-extensions/link-preview/commit/ae8858c))
18+
* **package:** improved the link preview service ([98a2c53](https://github.com/angular-material-extensions/link-preview/commit/98a2c53))
19+
* **package:** integration of `ngx-linkifyjs` as dependency to find links ([85e9bc0](https://github.com/angular-material-extensions/link-preview/commit/85e9bc0))
20+
* **package:** new - `MatLinkPreviewComponent` has optional linkPreview input ([3d808c6](https://github.com/angular-material-extensions/link-preview/commit/3d808c6))
21+
* **package:** optimized the UI ([f8d5bdf](https://github.com/angular-material-extensions/link-preview/commit/f8d5bdf))
22+
23+
24+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/link-preview",
33
"description": "Angular open source UI library to preview web links",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/angular-material-extensions/link-preview",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)