diff --git a/CHANGELOG.md b/CHANGELOG.md index a34491a..e908ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.3.0 (2022-12-20) +### New features +* Supports previewOnly tag, allowing for the print preview to show without the print dialog +### Dependency Updates +* Angular Ivy support with Angular 15 + # 1.1.0 (2018-12-04) ### New features * Support styles (CSS) ([#5](https://github.com/selemxmn/ngx-print/issues/5)) ([71cefdf](https://github.com/selemxmn/ngx-print/commit/71cefdf)) diff --git a/README.md b/README.md index 9397d66..8cdc29e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ # ngx-print : *plug n' play Angular (2++) directive to print your stuff* This directive makes printing your HTML sections smooth and easy in your Angular application. It is inspired from the old [AngularJS ngPrint](https://github.com/gilf/ngPrint) directive, thus it is intendend to be used with the new Angular -2/4/5/6/7-... ***Enjoy ! contributions are so welcomed :)*** +## Dependencies +| ngx-print | Angular | +| ------------ | ------------ | +| 1.2.1 | 7.0.0 - 14.1.0 | +| 1.3.x | 15.0.0 | ## Setup **1-** In your root application folder run: