Skip to content

Bump @ngx-formly/schematics from 5.10.27 to 6.1.0 in /ui#535

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/ui/develop/ngx-formly/schematics-6.1.0
Closed

Bump @ngx-formly/schematics from 5.10.27 to 6.1.0 in /ui#535
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/ui/develop/ngx-formly/schematics-6.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps @ngx-formly/schematics from 5.10.27 to 6.1.0.

Release notes

Sourced from @​ngx-formly/schematics's releases.

6.1.0

Features

  • add Angular v15 support (#3510) (6b131b1)

  • add support of MatLegacyFormFieldModule (use package: @ngx-formly/material-legacy) (#3494)

Bug Fixes

  • core: hide empty formly-field element (4713038), closes #3516
  • kendo: take account of passing custom wrapper (bcce565), closes #3553
  • material: make slider compatible with v15 (2466a5e), closes #3503
  • material: set default color for mat-form-field (78b9a90), closes #3532

Special Thanks

@​jackcw, @​aitboudad.

v6.0.4

Bug Fixes

  • core: handle component destroy error (8e93d4c)
  • core: import error in rxjs v6 (7f2cd96), closes #3513

v6.0.3

Bug Fixes

  • core: detect changes of connected fields in array type (#3507) (734b79d), closes #3409
  • core: detect changes of observable expressions (#3508) (4246126), closes #3444
  • core: improve handling expression updates (5418152), closes #3505
  • core: support disabled radio option in Angular v15 (#3509) (70099ca), closes #3504

v6.0.2

Bug Fixes

  • json-schema: fix uniqueItems validator (eb7c122)
  • json-schema: ignore optional array in minItems validator (#3485) (71a921a)
  • json-schema: skip populate array default value for optional array (#3486) (d63af4a)

v6.0.1

Bug Fixes

  • json-schema: retrieve other field value from f.model (#3441) (c282cde), closes #3438
  • kendo: remove duplicate formControl directive in input type (276487f), closes #3435

v6.0.0-rc.2

... (truncated)

Changelog

Sourced from @​ngx-formly/schematics's changelog.

6.1.0 (2023-01-15)

Features

Bug Fixes

  • core: hide empty formly-field element (4713038), closes #3516
  • kendo: take account of passing custom wrapper (bcce565), closes #3553
  • material: make slider compatible with v15 (2466a5e), closes #3503
  • material: set default color for mat-form-field (78b9a90), closes #3532

6.0.4 (2022-11-30)

Bug Fixes

  • core: handle component destroy error (8e93d4c)
  • core: import error in rxjs v6 (7f2cd96), closes #3513

6.0.3 (2022-11-29)

Bug Fixes

  • core: detect changes of connected fields in array type (#3507) (734b79d), closes #3409
  • core: detect changes of observable expressions (#3508) (4246126), closes #3444
  • core: improve handling expression updates (5418152), closes #3505
  • core: support disabled radio option in Angular v15 (#3509) (70099ca), closes #3504

6.0.2 (2022-11-06)

Bug Fixes

  • json-schema: fix uniqueItems validator (eb7c122)
  • json-schema: ignore optional array in minItems validator (#3485) (71a921a)
  • json-schema: skip populate array default value for optional array (#3486) (d63af4a)

6.0.1 (2022-10-09)

Bug Fixes

  • json-schema: retrieve other field value from f.model (#3441) (c282cde)
  • kendo: remove duplicate formControl directive in input type (276487f), closes #3435

... (truncated)

Commits
  • 4e1f004 chore(release): 6.1.0
  • 938432a docs(demo): update Cascaded Select example
  • bcce565 fix(kendo): take account of passing custom wrapper
  • 4713038 fix(core): hide empty formly-field element
  • 3b40d27 doc: update readme
  • 78b9a90 fix(material): set default color for mat-form-field
  • 2466a5e fix(material): make slider compatible with v15
  • 3cbc0e3 chore: update dependencies
  • 6b131b1 feat: add Angular v15 support (#3510)
  • c4e611d chore(release): 6.0.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ngx-formly/schematics](https://github.com/ngx-formly/ngx-formly) from 5.10.27 to 6.1.0.
- [Release notes](https://github.com/ngx-formly/ngx-formly/releases)
- [Changelog](https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md)
- [Commits](ngx-formly/ngx-formly@v5.10.27...v6.1.0)

---
updated-dependencies:
- dependency-name: "@ngx-formly/schematics"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #538.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/develop/ngx-formly/schematics-6.1.0 branch January 23, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants