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

chore(deps): update dependency igniteui-angular to v14.2.40 #740

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2022

This PR contains the following updates:

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

Release Notes

IgniteUI/igniteui-angular (igniteui-angular)

v14.2.40

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.39...14.2.40

v14.2.39

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.38...14.2.39

v14.2.38

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.37...14.2.38

v14.2.37

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.36...14.2.37

v14.2.36

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.35...14.2.36

v14.2.35

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.34...14.2.35

v14.2.34

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.33...14.2.34

v14.2.33

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.32...14.2.33

v14.2.32

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.31...14.2.32

v14.2.31

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.30...14.2.31

v14.2.30

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.29...14.2.30

v14.2.29

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.28...14.2.29

v14.2.28

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.27...14.2.28

v14.2.27

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.26...14.2.27

v14.2.26

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.25...14.2.26

v14.2.25

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.24...14.2.25

v14.2.24

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.23...14.2.24

v14.2.23

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.22...14.2.23

v14.2.22

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.21...14.2.22

v14.2.21

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.20...14.2.21

v14.2.20

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.19...14.2.20

v14.2.19

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.18...14.2.19

v14.2.18

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.17...14.2.18

v14.2.17

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.16...14.2.17

v14.2.16

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.15...14.2.16

v14.2.15

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.14...14.2.15

v14.2.14

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.13...14.2.14

v14.2.13

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.12...14.2.13

v14.2.12

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.11...14.2.12

v14.2.11

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.10...14.2.11

v14.2.10

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.9...14.2.10

v14.2.9

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.8...14.2.9

v14.2.8

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.7...14.2.8

v14.2.7

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.6...14.2.7

v14.2.6

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.5...14.2.6

v14.2.5

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.4...14.2.5

v14.2.4

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.3...14.2.4

v14.2.3

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.2...14.2.3

v14.2.2

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.1...14.2.2

v14.2.1

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.2.0...14.2.1

v14.2.0

Compare Source

New Features
  • The filtering logic inside the grid's Advanced Filtering is now extracted as a separate IgxQueryBuilder component. The Query Builder allows you to build complex queries by specifying AND/OR operators, conditions and values using the UI. It outputs an object describing the structure of the query. Use the locale property to modify the locale settings. The default value is resolved to the global Angular application locale. The resourceStrings allows changing the displayed strings.

    • Code example below:
    <igx-query-builder [fields]="fields">
        <!-- Custom header -->
        <igx-query-builder-header [title]="'Custom title'"
            [showLegend]="false">
        </igx-query-builder-header>
    </igx-query-builder>
  • IgxExcelExporterService

    • Added support for exporting igxPivotGrid.
General
  • Breaking Changes - The Excel exporter service exportEnded event has its xlsx argument type changed as igniteui-angular no longer depends on JSZip. Instead of providing a JSZip instance it is now an object describing the structure of the Excel file with property names corresponding to folders or files, folders being objects themselves that can be traversed down, while files have their contents as Uint8Array. The same structure is used to package as a zip file by fflate's API.
  • IgxDropDown
    • The aria-label attribute of the IgxDropDownItemBase can now be se to a custom value for its descendants (of which IgxDropDownItem) by the ariaLabel property.

v14.1.3

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.1.2...14.1.3

v14.1.2

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.1.1...14.1.2

v14.1.1

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.1.0...14.1.1

v14.1.0

Compare Source

New Features
  • IgxCombo and IgxSimpleComboComponent

    • filterFunction input is added. The new property allows changing of the way filtering is done in the combos. By default filtering is made over the values in combo's data when it is a collection of primitive values, or over the values as defined in displayKey of the combo. If custom filtering function is provided filtering will be done as specified in the provided function.
    • filteringOptions are extended and now contains filterable and filteringKey properties. Setting filterable determines whether combo will be filterable. By default filtering is done over the data value when they are primitive, or over the field of the values equal to displayKey. filteringKey allows to filter data by any data related key.
  • igxPivotGrid

    • Add option to template the pivot value chip content:
    <ng-template igxPivotValueChip let-value>
            {{ value.member }}
    </ng-template>
    
    • Add support for usage with igxGridState to persist state of the pivotConfiguration with an additional pivotConfiguration option:
     <igx-pivot-grid
            #grid1
            [igxGridState]="options" ...
        public options : IGridStateOptions = {
        pivotConfiguration: true
    };
    

    One known issue of the igxGridState directive is that it cannot store functions as the state is stored as string.
    As a result any custom functions set to memberFunction, aggregator, formatter, styles etc. will not be stored. Restoring any of these can be achieved with code on application level.
    Hence we have also exposed 2 new events:
    - dimensionInit - emits when a dimension from the configuration is being initialized.
    - valueInit - emits when a value from the configuration is being initialized.
    Which can be used to set back any custom functions you have in the configuration.
    The default aggregator function, like the ones from IgxPivotNumericAggregate, IgxPivotDateAggregate etc., will be restored out of the box. However if you have any custom aggregators (or other custom functions) they need to be set back in the valueInitevent, for example:

        public onValueInit(value: IPivotValue) {
        if (value.member === 'AmountOfSale') {
            value.aggregate.aggregator = IgxTotalSaleAggregate.totalSale;
        }
    }
    

    Same applies to any custom functions on the dimension, like memberFunction. If it is a custom function you can set it back on the dimensionInit event:

     public onDimensionInit(dim: IPivotDimension) {
        if (dim.memberName === 'AllCities') {
            dim.memberFunction = () => 'All';
        }
    }
    
    • igxGridState:
      Exposed a stateParsed event to the state directive that can be used to additionally modify the grid state before it gets applied.
    this.state.stateParsed.subscribe(parsedState => {
            parsedState.sorting.forEach(x => x.strategy = NoopSortingStrategy.instance());
        });
    
  • igxGrid

    • Added built-in validation mechanism for Grid Editing. Extends the Angular Form validation functionality
      You can configure it in 2 ways:

      1. Via template-driven configuration on the igx-column of the grid:

        <igx-column required minlength="4" ...>
      2. Via reactive forms using the FormGroup exposed via the formGroupCreated event of the grid:

        <igx-grid (formGroupCreated)='formCreateHandler($event)' ...>
        public formCreateHandler(formGr: FormGroup) {
            // add a validator
            const prodName = formGr.get('UserName');
            prodName.addValidators(forbiddenNameValidator(/bob/i))
        }

      Edited cells will enter an invalid state when validation fails and will show an error icon and message. Cell will remain invalid until the value is edited to a valid value or the related state in the validation service is cleared.

      You can refer to the documentation for more details: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/validation

    • Added ability to auto-size columns to the size of their cells and header content on initialization by setting width auto:

    <column width='auto' ...>
    
    • Added support for restoring filtering expressions with custom filtering operands for the IgxGridStateDirective.
  • Added the IgcFormControl directive that, when imported with its IgcFormsModule, is designed to seamlessly attach to form components from the Ignite UI for WebComponents package and allows using them in Angular templates and reactive forms with support for ngModel and formControlName directives. Currently the only Web Component with support through the directive is igc-rating.

General
  • Breaking Changes - filterable property of IgxComboComponent is now deprecated and will be removed in future version. Use filteringOptions.filterable instead.
Theme Changes
  • Breaking Changes - $disable-shadow property of IgxTabsComponent theme has been removed.

v14.0.17

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.0.16...14.0.17

v14.0.16

Compare Source

What's Changed

Full Changelog: IgniteUI/igniteui-angular@14.0.15...14.0.16

v14.0.15

Compare Source

What's Changed

  • fix(igxDrag): Fix initial top ghost position when the ghost host

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jun 28, 2022

Codecov Report

Merging #740 (dcc2fdf) into development (adf4a2c) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #740   +/-   ##
============================================
  Coverage        98.95%   98.95%           
============================================
  Files               12       12           
  Lines              287      287           
  Branches            53       53           
============================================
  Hits               284      284           
  Partials             3        3           
Flag Coverage Δ
core 98.95% <ø> (ø)

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

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 1bef1e5 to 6fe158a Compare July 5, 2022 10:10
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.4 chore(deps): update dependency igniteui-angular to v14.0.5 Jul 5, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 6fe158a to 3e3957b Compare July 12, 2022 16:12
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.5 chore(deps): update dependency igniteui-angular to v14.0.6 Jul 12, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 3e3957b to 0f94242 Compare July 19, 2022 15:08
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.6 chore(deps): update dependency igniteui-angular to v14.0.7 Jul 19, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 0f94242 to 3c835c7 Compare July 25, 2022 15:32
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.7 chore(deps): update dependency igniteui-angular to v14.0.8 Jul 25, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 3c835c7 to d503d4c Compare July 28, 2022 12:19
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.8 chore(deps): update dependency igniteui-angular to v14.0.9 Jul 28, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from d503d4c to a05214b Compare July 28, 2022 15:23
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.9 chore(deps): update dependency igniteui-angular to v14.0.10 Jul 28, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from a05214b to c8c4950 Compare August 1, 2022 18:17
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.10 chore(deps): update dependency igniteui-angular to v14.0.11 Aug 1, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from c8c4950 to cb48b6e Compare August 8, 2022 15:29
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.11 chore(deps): update dependency igniteui-angular to v14.0.12 Aug 8, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from cb48b6e to b7d68e9 Compare August 16, 2022 13:00
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.12 chore(deps): update dependency igniteui-angular to v14.0.13 Aug 16, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from b7d68e9 to 47d3a53 Compare August 22, 2022 15:18
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.13 chore(deps): update dependency igniteui-angular to v14.0.14 Aug 22, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 47d3a53 to 5473d4a Compare August 29, 2022 13:10
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.14 chore(deps): update dependency igniteui-angular to v14.0.15 Aug 29, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 5473d4a to 61884ed Compare September 7, 2022 13:11
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.15 chore(deps): update dependency igniteui-angular to v14.0.16 Sep 7, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 61884ed to 3cf0a41 Compare September 25, 2022 18:34
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.0.16 chore(deps): update dependency igniteui-angular to v14.1.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 3cf0a41 to 45094f0 Compare November 20, 2022 18:11
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.1.1 chore(deps): update dependency igniteui-angular to v14.2.6 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from dedf16e to 5c83eb2 Compare March 17, 2023 08:15
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.14 chore(deps): update dependency igniteui-angular to v14.2.23 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 5c83eb2 to 56b4bb4 Compare March 24, 2023 20:23
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.23 chore(deps): update dependency igniteui-angular to v14.2.24 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 56b4bb4 to 8fda7bf Compare March 27, 2023 15:24
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.24 chore(deps): update dependency igniteui-angular to v14.2.25 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 8fda7bf to 8d3c9ce Compare April 3, 2023 13:12
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.25 chore(deps): update dependency igniteui-angular to v14.2.26 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 8d3c9ce to 1fc0b96 Compare April 17, 2023 10:59
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.26 chore(deps): update dependency igniteui-angular to v14.2.27 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 1fc0b96 to 2172680 Compare May 1, 2023 13:55
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.27 chore(deps): update dependency igniteui-angular to v14.2.29 May 1, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 2172680 to 1904b56 Compare May 28, 2023 10:57
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.29 chore(deps): update dependency igniteui-angular to v14.2.34 May 28, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 1904b56 to 1ac1457 Compare May 30, 2023 08:59
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.34 chore(deps): update dependency igniteui-angular to v14.2.35 May 30, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 1ac1457 to 3d9abe7 Compare June 5, 2023 15:38
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.35 chore(deps): update dependency igniteui-angular to v14.2.36 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 3d9abe7 to 78b3502 Compare June 14, 2023 12:17
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.36 chore(deps): update dependency igniteui-angular to v14.2.37 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 78b3502 to df2a9e7 Compare June 19, 2023 19:35
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.37 chore(deps): update dependency igniteui-angular to v14.2.38 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from df2a9e7 to b2155cf Compare June 26, 2023 15:11
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.38 chore(deps): update dependency igniteui-angular to v14.2.39 Jun 26, 2023
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from b2155cf to a0779aa Compare July 10, 2023 16:25
@renovate renovate bot changed the title chore(deps): update dependency igniteui-angular to v14.2.39 chore(deps): update dependency igniteui-angular to v14.2.40 Jul 10, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 27, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular-devkit/[email protected]
npm ERR! node_modules/@angular-devkit/core
npm ERR!   @angular-devkit/core@"14.0.3" from the root project
npm ERR!   @angular-devkit/core@"14.0.3" from @angular-devkit/[email protected]
npm ERR!   node_modules/@angular-devkit/build-angular
npm ERR!     dev @angular-devkit/build-angular@"14.0.3" from the root project
npm ERR!   3 more (@angular-devkit/schematics, @angular/cli, @schematics/angular)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular-devkit/core@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm ERR! node_modules/angular-cli-ghpages
npm ERR!   dev angular-cli-ghpages@"1.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular-devkit/[email protected]
npm ERR! node_modules/@angular-devkit/core
npm ERR!   peer @angular-devkit/core@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from [email protected]
npm ERR!   node_modules/angular-cli-ghpages
npm ERR!     dev angular-cli-ghpages@"1.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/578c63/744978/cache/others/npm/_logs/2023-08-27T04_00_33_889Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/578c63/744978/cache/others/npm/_logs/2023-08-27T04_00_33_889Z-debug-0.log

@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from a0779aa to 6dd7820 Compare August 27, 2023 00:41
@renovate renovate bot force-pushed the renovate/igniteui-angular-14.x branch from 6dd7820 to dcc2fdf Compare August 27, 2023 04:00
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.

1 participant