-
-
Notifications
You must be signed in to change notification settings - Fork 241
release: cut the 7.2.4 release #1790
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
Closed
Closed
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
3c3c10e
chore: bump package versino tp 7.3.0
SvetoslavTsenov 3c7ad92
Merge pull request #1721 from NativeScript/svetoslavtsenov/bump-versi…
SvetoslavTsenov c49e65f
Merge remote-tracking branch 'origin/master' into merge-release-in-ma…
SvetoslavTsenov 1da4cfb
Merge pull request #1725 from NativeScript/merge-release-in-master
SvetoslavTsenov a21454f
chor(NativeScriptPlatformRef): Destroy lastModuleRef on exitEvent
m-abs a4ee021
fix(tslint): missing whitespace
m-abs b95296c
Merge branch 'master' into myankov/merge-release-master
MartoYankov 0f6a975
fix(router): routing services should be provided in forRoot only (#1729)
1119e2a
Merge branch 'master' into fix/923-module-not-destroyed
90753c0
Merge branch 'master' into myankov/merge-release-master
a16063b
Merge pull request #1741 from NativeScript/myankov/merge-release-master
MartoYankov 849e16e
Merge remote-tracking branch 'origin/master' into merge-release-maste…
SvetoslavTsenov 402fbde
Merge pull request #1743 from NativeScript/merge-release-master-7.2.2
SvetoslavTsenov bdd3250
Merge branch 'master' into fix/923-module-not-destroyed
m-abs f9b1d0c
Merge branch 'fix/923-module-not-destroyed' of github.com:m-abs/nativ…
m-abs 14e787f
fix: remove rootContent on exit
m-abs ea66985
fix: page might be null'ed before clearHistory's navigatedToEvent
m-abs 878f44d
Merge branch 'master' into djenkov/release-to-master
ADjenkov 9b3a3ba
Merge pull request #1750 from NativeScript/djenkov/release-to-master
ADjenkov ed6954a
refactor: minor changes after review
16af2e8
Merge branch 'master' into fix/923-module-not-destroyed
m-abs 5e13263
fix: on destroy remove the lastBootstrappedModule
m-abs 30db0d2
Merge branch 'fix/923-module-not-destroyed' of github.com:m-abs/nativ…
m-abs 9fc172c
chore(tsconfig): remove path resolution for short imports (`ui/page`)
sis0k0 3dffbd5
fix: the exit event is triggered on restart
m-abs 9ba7fca
NS Angular api ref build script
tsonevn b1c4340
exclude files from api ref build
tsonevn 06bbcae
Merge pull request #1760 from NativeScript/ng_apiref
tsonevn e1b6e20
Merge branch 'master' into sis0k0/remove-short-imports-resolution
SvetoslavTsenov 9122c23
Merge branch 'master' into fix/923-module-not-destroyed
m-abs f549b94
Merge remote-tracking branch 'origin/master' into merge-release-in-ma…
SvetoslavTsenov 9cfa127
feat(modal): add ‘ios presentationStyle’ option to ModalDialogParams
a4282ff
chore: remove object cast as it is not needed
c9dc826
chore: add example that shows "popover" mode for modal service
0e90cc3
chore: remove old todo comment
2ce8007
chore(list-view): change the import to be from the base module
cb7da86
chore: update "pop over modal" example with new API
3feada8
chore: fix tslint error
9dfc569
Merge pull request #1771 from NativeScript/amiorkov/modal-options
VladimirAmiorkov 685ddca
Merge branch 'master' into sis0k0/remove-short-imports-resolution
elena-p 8931415
Merge branch 'master' into minor-fixes
elena-p b57c661
Merge branch 'master' into merge-release-in-master
elena-p 72d877b
Merge branch 'master' into fix/923-module-not-destroyed
a77683e
Merge pull request #1763 from NativeScript/merge-release-in-master
elena-p 738b15d
Merge branch 'master' into minor-fixes
elena-p 20d48ee
Merge pull request #1753 from NativeScript/minor-fixes
elena-p ac9a59f
Merge branch 'master' into fix/923-module-not-destroyed
elena-p f12000e
Merge pull request #1728 from m-abs/fix/923-module-not-destroyed
elena-p 51a61f1
Merge branch 'master' into sis0k0/remove-short-imports-resolution
elena-p d4739f5
Merge pull request #1759 from NativeScript/sis0k0/remove-short-import…
elena-p 210e71b
release: cut the 7.2.4 release
SvetoslavTsenov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
set -e | ||
|
||
ENV="${ENV:-dev}" | ||
DIST_DIR="nativescript-angular/bin/dist" | ||
APIREF_DIR="$DIST_DIR/ng-api-reference" | ||
rm -rf "$APIREF_DIR" | ||
cd "nativescript-angular" | ||
npm install | ||
npm run typedoc |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" /> |
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and the next 3 commits are all part of one PR - #1728 could we link only this PR and/or the issue it is related to - #923 instead of listing all commits