-
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
V dyulgerov fix boolean column 11.1.x #10157
Closed
Closed
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
refactor(themes): add optional math.div
Fix migrations for chained members
…nside dataWithAddedInTransactionRows getter instead. Use inherited IgxAddRow.
fix(chip-theme): add missing selectors to component $selector list.
fix(*): Use localization strings for snackbar label and action text
…s-master fix(migrations): fix IgxDateRangePickerComponent migrations #9904
* chore(*): add cell API dev sample * feat(grid): implement public CellType interface * feat(grid): expose CellType interface to public API * chore(*): fix dev sample to use public CellType * chore(*): fix code indentation * chore(*): fix code indentation * chore(*): fix code indentation and lint errors * chore(*): fix code indentation * chore(*): fix code indentation * feat(grid): implement row.cells, fix bugs * chore(*): sample enhacements * chore(*): fix lint error in code * fix(grid): fix bugs in cell API implementation * chore(*): fix sample issues * chore(*): fix sample issues, treegridFlat data key is number * feat(grid): implement column.cells * feat(grid): implement column.cell * fix(grid): dont return igxHierarchicalGridRow for child grid containers * chore(*): sample update to remove uneeeded line * chore(*): fix lint errors * feat(grid): implement selectedCells * feat(grid): add get_cell_by_index overload * fix(grid): fix typing issues * test(grid): first batch test fixes * chore(*): fix lint error in treegrid * chore(*): fix lint error in treegrid * fix(grid): fix how crudService creatres a cell and row * test(grid): add second btach of tests * fix(grid): check if row exist in current dataView * test(grid): do not create cell in EditMode, if the row is collapsed * chore(*): fix lint errors * test(grid): third batch of fixed tests * fix(grid): consider if row is added row * test(grid): fix grid search test * test(grid): fix row pinning navigation tests * fix(grid): update to be setter too, consider transactions in treeRow.getdata * test(grid): fix few grid and treegrid tests, use cell component * test(grid): fix some tests to use cell component * test(grid): fix hierarchical grid tests * fix(grid): add support for nested props, crud service bug fix * test(grid): complete hgrid tests * test(grid): complete tgrid tests * fix(grid): fix bug in nested props support * test(grid): fix nested props test to use cell component * fix(grid): clear transactions if editing is cancelled * chore(*): fix circular dep, code formatting, etc * chore(*): add migrations for new CellType interface * chore(*): Update changelog and readme files * fix(grid): bind IgxGridCell to let-cell in template * fix(grid): only update cell in crudService, if same cell * chore(*): add todo comment * chore(*): fix lint error, use const * test(grid): increase debounce time for specific test that proved to be Unstable * fix(grid): dont use ?? operator together with ? * fix(grid): dont use ?? operator together with ? * chore(*): fix lint error with quotes * fix(grid): first take rowData, if available * chore(*): Samples improvements Co-authored-by: Zdravko Kolev <[email protected]>
Fix failing tests due change in error msg
…ation-For-Grid-12.1 Update grid-resources.ts
fix(grid): Add check for shadowRoot
feat(add-row): implementing context-free beginAddRow method #9675 - 12.1
feat(i18n): Adding Norwegian language - 12.1.x
feat(snackbar): Add input for custom position strategy#10126 - 12.1.x
Volen99
added
grid: general
❌ status: awaiting-test
PRs awaiting manual verification
version: 11.1.x
labels
Sep 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 #8978
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)