-
Notifications
You must be signed in to change notification settings - Fork 4
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
mass merge from 12.0.x to master #1126
+175
−100
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
77e99ce
Adding the $surface argument (#1115)
Lipata 521029f
chore: release 11.0.3
Lipata 0173409
Separate config files for the WebComponents application and the tests…
valadzhov b561e52
fix(wc): changing the function call #1110 (#1113)
valadzhov 34d4b25
Adding NoopAnimationsModule and removing FormsModule.
valadzhov bf39bfb
Merge pull request #1125 from IgniteUI/valadzhov/angular-failing-proj…
Lipata 737bf1c
Removing "on" prefix from event names.
valadzhov 761326d
Merge pull request #1128 from IgniteUI/valadzhov/hierarchical-grid-ba…
Lipata 4d7023f
chore(igx): add explicitely igniteui-theming package
Lipata 3418635
Merge pull request #1132 from IgniteUI/nalipiev/igniteui-theming
Lipata 4a568a9
chore: release 11.1.2
Lipata ee07c99
Merge branch '11.0.x' into 11.1.x
Lipata cd80809
Merge branch '11.1.x' into 12.0.x
Lipata 59279c6
chore: release 12.0.1
Lipata 3cab9a2
chore(ig-ts): update tsconfig
Lipata 434a423
chore(igx-ts): remove igniteui-theming package
Lipata 1879dec
chore: add component schematic config
Lipata c7e600c
Angular Wrappers package.json update (#1130)
valadzhov 537fad7
chore(igx): update DV 16
Lipata fc61052
fix(igx): replace DataGridSelectionMode with GridSelectionMode
Lipata 1373d18
fix(igx): more fixes
Lipata 8d429c0
Merge pull request #1136 from IgniteUI/nalipiev/update-16-dv
Lipata a1fc0f8
Merge pull request #1134 from IgniteUI/nalipiev/remove-theming-package
Lipata 0575ea7
chore(igx): enable back strict true (#1090)
Lipata 3ee871c
chore: release 12.0.2
Lipata 4fb09dc
Merge branch 'master' into 12.0.x
Lipata 023c5b1
chore: update wc to 4.3.0 (#1137)
Lipata 40a3c8f
Fix memory allocation issue during build of webComponent app that use…
dkalinovInfra b33baf2
chore: release 12.0.4
Lipata 1876be5
build(deps): bump semver from 5.7.1 to 5.7.2 (#1141)
dependabot[bot] ee188bf
fix: memory allocation issue during build of webComponent app that us…
Lipata 300f8c1
chore: release 12.0.5
Lipata 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
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
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
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
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 |
---|---|---|
|
@@ -370,7 +370,7 @@ | |
@keyframes spin-fade { | ||
0% { | ||
opacity: 0; | ||
tranfsorm: rotate(0); | ||
transform: rotate(0); | ||
} | ||
|
||
100% { | ||
|
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.
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input