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

refactor: remove deprecated form components #953

Merged
merged 3 commits into from
Dec 10, 2021

Conversation

SGrueber
Copy link
Collaborator

@SGrueber SGrueber commented Dec 8, 2021

PR Type

[x] Refactoring (no functional changes, no API changes)

What Is the Current Behavior?

There are deprecated form components.

Issue Number: Closes #817

What Is the New Behavior?

There are no deprecated form components any more. The interface 'SelectOption' has been moved to the model folder.

Does this PR Introduce a Breaking Change?

[x] Yes

Use the formly module to build your forms. Find further documentation here:
https://formly.dev/guide/getting-started
https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/formly.md

Other Information

AB#71981

@SGrueber SGrueber marked this pull request as draft December 8, 2021 14:02
@SGrueber SGrueber self-assigned this Dec 8, 2021
@SGrueber SGrueber added the refactoring Refactoring of current code label Dec 8, 2021
@SGrueber SGrueber added this to the 2.0 milestone Dec 8, 2021
@SGrueber SGrueber marked this pull request as ready for review December 8, 2021 14:41
@SGrueber SGrueber requested review from MaxKless and shauke December 8, 2021 14:41
@SGrueber SGrueber marked this pull request as draft December 8, 2021 14:43
@shauke shauke linked an issue Dec 9, 2021 that may be closed by this pull request
@SGrueber SGrueber force-pushed the refactor/remove_deprecated_form_artifacts branch from 18a823b to 7b2a212 Compare December 9, 2021 09:57
@SGrueber SGrueber marked this pull request as ready for review December 9, 2021 10:01
@SGrueber SGrueber force-pushed the refactor/remove_deprecated_form_artifacts branch from 7b2a212 to d01109f Compare December 9, 2021 14:41
BREAKING CHANGES: The `SelectOption` interface has been moved to the select-option.model.ts file of the core/model folder, the related import statements have been adapted.
SGrueber added a commit that referenced this pull request Dec 10, 2021
BREAKING CHANGES: Our deprecated form components have been removed, use Formly to generate and maintain your forms. (see [Migrations / 1.4 to 2.0](https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/migrations.md#14-to-20) for more details.
@SGrueber SGrueber force-pushed the refactor/remove_deprecated_form_artifacts branch from d01109f to ec372cd Compare December 10, 2021 10:55
BREAKING CHANGES: Our deprecated form components have been removed, use Formly to generate and maintain your forms. (see [Migrations / 1.4 to 2.0](https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/migrations.md#14-to-20) for more details.
@SGrueber SGrueber force-pushed the refactor/remove_deprecated_form_artifacts branch from ec372cd to 1f0697e Compare December 10, 2021 11:07
@SGrueber SGrueber force-pushed the refactor/remove_deprecated_form_artifacts branch from 1f0697e to 0d500c0 Compare December 10, 2021 12:13
@SGrueber SGrueber merged commit 93870ee into develop Dec 10, 2021
@SGrueber SGrueber deleted the refactor/remove_deprecated_form_artifacts branch December 10, 2021 21:01
SGrueber added a commit that referenced this pull request Dec 10, 2021
BREAKING CHANGES: The `SelectOption` interface has been moved to the select-option.model.ts file of the core/model folder, the related import statements have been adapted.
SGrueber added a commit that referenced this pull request Dec 10, 2021
BREAKING CHANGES: Our deprecated form components have been removed, use Formly to generate and maintain your forms. (see [Migrations / 1.4 to 2.0](https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/migrations.md#14-to-20) for more details.
SGrueber added a commit that referenced this pull request May 19, 2022
BREAKING CHANGES: The `SelectOption` interface has been moved to the select-option.model.ts file of the core/model folder, the related import statements have been adapted.
SGrueber added a commit that referenced this pull request May 19, 2022
BREAKING CHANGES: Our deprecated form components have been removed, use Formly to generate and maintain your forms. (see [Migrations / 1.4 to 2.0](https://github.com/intershop/intershop-pwa/blob/develop/docs/guides/migrations.md#14-to-20) for more details.
SGrueber pushed a commit that referenced this pull request May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring of current code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated form components and artifacts
3 participants