Skip to content
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
wants to merge 2,146 commits into from

Conversation

Volen99
Copy link
Contributor

@Volen99 Volen99 commented Sep 20, 2021

Closes #8978

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

simeonoff and others added 30 commits July 21, 2021 17:57
refactor(themes): add optional math.div
…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]>
ChronosSF and others added 23 commits September 8, 2021 23:18
Fix failing tests due change in error msg
…ation-For-Grid-12.1

Update grid-resources.ts
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 Volen99 changed the base branch from master to 11.1.x September 20, 2021 09:52
@ddincheva ddincheva closed this Sep 20, 2021
@ddincheva ddincheva deleted the VDyulgerov_fix-boolean-column-11.1.x branch September 20, 2021 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cells in a Boolean column ignore the column formatter