-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update dependencies to Angular 8 #4908
Labels
Comments
damyanpetev
added a commit
that referenced
this issue
May 30, 2019
Lipata
added a commit
that referenced
this issue
Jun 4, 2019
wnvko
added a commit
that referenced
this issue
Jun 5, 2019
This test should be fixed after migration to NG8 completes. To fix this utilities should be refactored
Lipata
added a commit
that referenced
this issue
Jun 5, 2019
Lipata
added a commit
that referenced
this issue
Jun 6, 2019
SAndreeva
added a commit
that referenced
this issue
Jun 11, 2019
SAndreeva
added a commit
that referenced
this issue
Jun 11, 2019
SAndreeva
added a commit
that referenced
this issue
Jun 11, 2019
ChronosSF
added a commit
that referenced
this issue
Jun 12, 2019
ChronosSF
added a commit
that referenced
this issue
Aug 22, 2019
mpavlinov
pushed a commit
that referenced
this issue
Aug 22, 2019
…anges. (#5603) * refactor(igx-grid): Resize observers and batch cdr calls * refactor(igx-grid): Width calcs fixes and test fixes * refactor(igx-grid): Hiding,pinning and resizing tests * refactor(treeGrid): Update failing treeGrid tests * refactor(treeGrid): Update failing treeGrid test * refactor(igx-grid): Fix summaries recalc. Modified tests * refactor(treeGrid): Update treeGrid failing test * refactor(igx-grid): Column summary input. Clean-up tests. * refactor(grid): update failing grid tests * chore(*): Applying notifyChanges logic in HierarchicalGrid to handle changes in size. Removing updateParentSizes func since this is already handled by the resize observer logic. Removing all requestAnimationFrame calls. * chore(*): Add mark for check when density is changed to reflect changes in children. * refactor(igx-grid): Revert some changes. Adjust some tests * chore(*): Fixing some scenarios where child grid does not detect change when data/columns change. Fixing some tests. * refactor(igx-grid): More test adjustments * chore(*): Fixing some tests with more change detection. * chore(*): Making sure that after resize observer is triggered all parent grids recalculate their sizes and reflow in case scrollbars should appear. * chore(*): Fixing lint. * chore(*): Updating hgrid tests with more change detection. * chore(*): When szies are updated , chunk size/scroll position may change as well. Making sure all are updated as needed. * refactor(igx-grid): Search refactor. Test fixes * chore(*): Adding auto-size sample width grid. * chore(*): Removing _autoSize flag. Exposing func that determines if grid should be auto-sized depending on container size availability. Overwriting for hierarchical grid scenarios where child grids should always be auto-sized. * refactor(igx-grid): Set a default column width on first column init * refactor(igx-grid): Initial column width * chore(*): Moving display container observer inside the igxForOf so that it can be used for all content size change calculations. * chore(*): Moving observer in igGridForOf so as not to affect other controls. * chore(*): Fixing timing issues in tests by waiting for the resize observer to trigger when neccesary. * Revert "chore(*): Moving observer in igGridForOf so as not to affect other controls." This reverts commit 07467d2. * chore(*): Fixing some of the timing issues with tests. * chore(*): Updating tests since column size are recalculated when hide/show extra feature columns so setting width so that scrollbar can be generated. * chore(*): Fixing test timing. * chore(*): Fix for scenarios where column is pinned before ViewInit. * chore(*): Fixing test. * chore(*): Fixing test. * chore(*): Fixing tests. * chore(*): Fixing merge issue, * chore(*): Fixing lint. * chore(*): Adding simpler sample scenario with flex styles and multiple grids with % width/height. * chore(*): In case grid parent container is flex and it extends based on rendered content and grid height is 100% then grid should auto-size to prevent container from changing size contstanly. Additionally removing additional 1px width applied to containers since they also extend parent and cause resize observer to constantly trigger changes. * chore(*): update summaries dev sample * chore(*): Setting karma to run in chrome headless to conserve some memory. * chore(*): Removing unnecessary requestAnimationFrame in onDensityChanged which messes with the igxForOf resize observer. * chore(*): Removing calcHeight setting that does not make sense. Using notifyChanges instead to recalculate grid sizes. * chore(*): Make sure groupingExpressions changes are not compared before grid is initialized. * chore(*): Use same logic as in column in the column pinning component (toolbar) when determining if a column is pinnable. * chore(*): Removing unnecessary search refresh that triggers endEdit. * chore(*): Fixing samples. * chore(*): Recalc sizes also onScroll. * chore(*): In case master cache directive is changed during an action that requires change detection, make sure that the master directive is updated before calculating teh related sizeCache. * chore(*): Check if giving node more heap mem helps with tests that timeout. * chore(grid): remoing some 'todos's * chore(*): restoring wrongly deleted sample * chore(*): Adding resize-observer to package dependencies. * chore(*): Return karma and travis config to original state. * chore(*): xiting flickering test * chore(*): xiting the other failing test * test(*): splitting test execution because of mls #5529 * chore(*): fixing coverage * test(*): splitting test runs for azure #4908 * chore(*): adding install -g permissions for azure * chore(*): resolving issues with karma confs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: