-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/1.2.1 add preview only #166
Open
LordKriegan
wants to merge
94
commits into
selemxmn:v1.2.0
Choose a base branch
from
LordKriegan:feature/1.2.1-add-previewOnly
base: v1.2.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/1.2.1 add preview only #166
LordKriegan
wants to merge
94
commits into
selemxmn:v1.2.0
from
LordKriegan:feature/1.2.1-add-previewOnly
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
fix proposed for print window opens before page is fully loaded selemxmn#55
Wait for rendering and ressources
…fstream-1.0.12 Bump fstream from 1.0.11 to 1.0.12
…lodash.mergewith-4.6.2 Bump lodash.mergewith from 4.6.1 to 4.6.2
…mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
…lodash-4.17.15 Bump lodash from 4.17.11 to 4.17.15
update printDirective to work on IE11.
Update ngx-print.directive.ts
update syntax to work in IE11
up to date
same fix for IE 11 as before
Fix for printing contents of Input
IE 11 fix added to the CSS file option
When the popup window with print options appeared in FF 82.0.2 and the user chose Microsoft print to PDF then the popup window and print window were both immediately closed without the possibility to save content to pdf file. Solutions with bigger timeout or using handler for the event "onafterprint" (https://stackoverflow.com/questions/18325025/how-to-detect-window-print-finish) were not working in the mentioned firefox version. This solution is working for at least Chrome Version 86.0.4240.111, FF 82.0.2, Edge 86.0.622.56
Support for base html tag
Fix for the print window closing in FF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.