-
Notifications
You must be signed in to change notification settings - Fork 161
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
Merging 8.1.x into master #5542
Merged
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
…ut child does not.
Since iOS WebKit doesn't support dblclick and Angular's Hammer plugin doesn't have doubletap exposed, resorting to our Hammer manager. Also prevented the double tap to zoom on the cell as it was rather jarring.
…into nrobakova/fix-issue-5494
…focus should move on to the next child or parent row.
fix(grids): handle double tap to allow editing on iOS #2538
fix(igxHierarchicalGrid): Fixing navigation when parent has summary b…
docs(Grid): Fix missing @param in sassdocs and remove unnecessary properties in the light schema
Add date picker event onValueChanged and use it to update cell value when column type is date
fix(Tabs): refactoring tabs selection
fix(filtering): Scroll chips before remove #5304
…o null. (#5405) * fix(igxGrid): Grid should render all columns when grid width is set to null. * chore(*): Fixing build. * chore(*): Handling null width inetgration with other grid features that change the total grid width (row selectors, expansion indicators etc.). * chore(*): In case withd is null make sure scroll width is not taken into account when calculating virtualization width as it should be equal to the sum of column widths. * chore(*): Include feature's column width to calculated body width when width is set to null. * chore(*): Additional handling for null width in combination with: hidden columns, multi-column headers, auto-generated columns, columns with no width. Making sure host binded width prop is set only after zone is stable to prevent timing issues where the same prop value changes during same change detection cycle and throws errors. * chore(*): Use zone.run for interactions that change the width when ran outside the zone (like resizing). * chore(*): Adding support for null width + mrl. Fixing getPossibleColumnWidth to depend on getFeatureColumnsWidth so that it takes in cosideration all possible feature columns (not just row selectors). * chore(*): If width is in % when grid width is null use min width. * chore(*): In case width is null allow setting null for width host bindings so that grid will expact based on content. In case width is null and column width in % then set width to min width explicitly. * chore(*): Fixing issues with width = null. * chore(*): In case width is null, always apply minwidth to columns as default. * chore(*): Make check more specific to null. * chore(*): Fixing tests. * chore(*): Fixing another test. * chore(*): DetectChanges before feature's column width is calculated so that all option changes are applied.
fix(filtering): Refactor the grid filtering row #4967
Fix IgxButton has incorrect CSS class when setting new type - 8.1.x
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.
Closes #5421
Closes #4761
Closes #5044
Closes #5543
Closes #5494
Closes #5492
Closes #5520
Closes #5238
Closes #5556
Closes #2538
Closes #4416
Closes #5432
Closes #5437
Closes #4881
Closes #5471
Closes #5304
Closes #5288
Closes #4967
Closes #5404