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

fix(deps): update dependency igniteui-angular to v13.1.8 #682

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
igniteui-angular (source) 13.0.8 -> 13.1.8 age adoption passing confidence

Release Notes

IgniteUI/igniteui-angular

v13.1.8

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.7...13.1.8

v13.1.7

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.6...13.1.7

v13.1.6

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.5...13.1.6

v13.1.5

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.4...13.1.5

v13.1.4

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.3...13.1.4

v13.1.3

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.2...13.1.3

v13.1.2

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.1...13.1.2

v13.1.1

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.1.0...13.1.1

v13.1.0

Compare Source

New Features
  • Added IgxPivotGrid component(Preview)

    • The igxPivotGrid is a data presentation control for displaying data in a pivot table. It enables users to perform complex analysis on the supplied data. Main purpose is to transform and display a flat array of data into a complex grouped structure with aggregated values based on the main 3 dimensions: rows, columns and values, which the user may specify depending on his/her business needs. The whole pivot grid configuration is set through IPivotConfiguration interface.
    <igx-pivot-grid [data]="origData" [pivotConfiguration]="pivotConfigHierarchy">
    </igx-pivot-grid>
  • IgxTreeGrid

    • Added support for tree filter items in the Excel Style filtering UI. Use the TreeGridFilteringStrategy constructor to specify which columns should display tree filter items.
  • igxTooltipTarget directive now allows specifying a plain text tooltip without adding an additional DOM element decorated with the igxTooltip directive. This is achieved via the newly introduced tooltip string input.

    <button igxTooltipTarget [tooltip]="'Infragistics Inc. HQ'">
       info
    </button>
  • IgxTabs have full right-to-left (RTL) support.

  • IgxExcelExporterService

    • Added support for exporting the grids' headers by default when the data is empty. This behavior can be controlled by the alwaysExportHeaders option of the IgxExcelExporterOptions object.
General
  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid

    • Breaking Change - movable property of IgxColumnComponent is now deprecated and will be removed in future version. Instead, use the newly exposed moving property on grid-level:
    <igx-grid [data]="data" [moving]="true">
        <igx-column field="Name"></igx-column>
        <igx-column field="Age"></igx-column>
    </igx-grid>
    • Breaking Change - getFilterItems method is added to the IFilteringStrategy interface. Using the new method you could retrieve either list or tree filter items to be displayed for a column in the Excel Style filtering UI. If you have your own implementation of the IFilteringStrategy interface, you will need to implement the new method. Otherwise, you could derive from the BaseFilteringStrategy class or any of its sub-classes, which already implement the new method.
    • Exposed dataChanging and dataChanged events for the three grids that are re-emits of the corresponding IgxForOf events. These indicate the beginning and end of the input change triggering the actual data re-rendering which happens each time the data view changes. This happens after changes in either the data the grid is bound or the state affecting the operations which alter this data (e.g. sorting, filtering, group-by).
    • Scrolling with the mouse wheel over cells with templates that include scrollable containers now correctly scroll these inner containers before the grid body scrolls.
  • IgxToast

    • Breaking Changes - The toast deprecated position property have been removed. We suggest using positionSettings property instead.

v13.0.18

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.17...13.0.18

v13.0.17

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.16...13.0.17

v13.0.16

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.15...13.0.16

v13.0.15

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.14...13.0.15

v13.0.14

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.13...13.0.14

v13.0.13

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.12...13.0.13

v13.0.12

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.11...13.0.12

v13.0.11

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.10...13.0.11

v13.0.10

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.9...13.0.10

v13.0.9

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@13.0.8...13.0.9


Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #682 (bd2041e) into development (acec9d8) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #682   +/-   ##
============================================
  Coverage        97.17%   97.17%           
============================================
  Files               12       12           
  Lines              283      283           
  Branches            54       54           
============================================
  Hits               275      275           
  Partials             8        8           
Flag Coverage Δ
core 97.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update acec9d8...bd2041e. Read the comment docs.

@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 09ba82b to 8542277 Compare January 31, 2022 15:45
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.0.9 fix(deps): update dependency igniteui-angular to v13.0.10 Jan 31, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 8542277 to 20404a4 Compare February 7, 2022 15:03
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.0.10 fix(deps): update dependency igniteui-angular to v13.0.11 Feb 7, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 20404a4 to d5086d2 Compare February 15, 2022 09:04
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.0.11 fix(deps): update dependency igniteui-angular to v13.0.12 Feb 15, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from d5086d2 to 4415f3b Compare February 22, 2022 11:37
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.0.12 fix(deps): update dependency igniteui-angular to v13.0.13 Feb 22, 2022
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.0.13 fix(deps): update dependency igniteui-angular to v13.0.14 Feb 28, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch 2 times, most recently from 5099113 to 50d3fcc Compare March 2, 2022 12:07
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.0.14 fix(deps): update dependency igniteui-angular to v13.1.0 Mar 2, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 50d3fcc to 02026cc Compare March 4, 2022 13:50
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.0 fix(deps): update dependency igniteui-angular to v13.1.1 Mar 4, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 02026cc to 5b436f3 Compare March 4, 2022 16:16
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.1 fix(deps): update dependency igniteui-angular to v13.1.2 Mar 4, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 5b436f3 to c78dccf Compare March 7, 2022 19:18
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.2 fix(deps): update dependency igniteui-angular to v13.1.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from c78dccf to 3d5b7c2 Compare March 9, 2022 11:54
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.3 fix(deps): update dependency igniteui-angular to v13.1.4 Mar 9, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 3d5b7c2 to c231bed Compare March 15, 2022 10:55
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.4 fix(deps): update dependency igniteui-angular to v13.1.5 Mar 15, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from c231bed to 7d092d7 Compare March 26, 2022 12:07
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.5 fix(deps): update dependency igniteui-angular to v13.1.6 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-13.x branch from 7d092d7 to bd2041e Compare April 11, 2022 10:18
@renovate renovate bot changed the title fix(deps): update dependency igniteui-angular to v13.1.6 fix(deps): update dependency igniteui-angular to v13.1.8 Apr 11, 2022
@r-hannuschka r-hannuschka merged commit 4a5b9a6 into development Apr 11, 2022
@renovate renovate bot deleted the renovate/igniteui-angular-13.x branch April 11, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants