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

feat(virtual-scroll): remove virtual scroll component #25808

Merged
merged 8 commits into from
Aug 24, 2022
Merged

Conversation

sean-perkins
Copy link
Contributor

@sean-perkins sean-perkins commented Aug 23, 2022

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
    • Some docs updates need to be made in the ionic-docs repo, in a separate PR. See the contributing guide for details.
  • Build (npm run build) was run locally and any changes were pushed
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

ion-virtual-scroll is deprecated and needs to be removed with v7.

Issue URL: Internal

What is the new behavior?

Removes all references to ion-virtual-scroll from core, angular, react, vue and angular-server.

  • Removes ion-virtual-scroll component
  • Removes internal virtual scroll components available on the IonicModule (Angular only)

Does this introduce a breaking change?

  • Yes
  • No

Developers will need to migrate all usages of ion-virtual-scroll to a supported framework integration:

Developers will need to remove/update any references to virtual scroll types: Cell, VirtualNode, CellType, NodeChange, HeaderFn, ItemHeightFn, HeaderHeightFn, FooterHeightFn, ItemRenderFn, and DomRenderFn that are imported from @ionic/core.

Other information

Dev-build: 6.2.4-dev.11661284341.17fdd471

@github-actions github-actions bot added package: angular @ionic/angular package package: core @ionic/core package package: react @ionic/react package package: vue @ionic/vue package labels Aug 23, 2022
@sean-perkins sean-perkins changed the base branch from release-7.0 to feature-7.0 August 23, 2022 19:56
@sean-perkins sean-perkins marked this pull request as ready for review August 24, 2022 14:30
@sean-perkins sean-perkins requested a review from a team as a code owner August 24, 2022 14:30
Copy link
Contributor

@liamdebeasi liamdebeasi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code changes look good. Do you have a PR for the documentation changes?

@sean-perkins
Copy link
Contributor Author

@liamdebeasi working on that next 👍 I will merge once both are available/approved.

@sean-perkins
Copy link
Contributor Author

Docs PR is available here: ionic-team/ionic-docs#2507

@sean-perkins sean-perkins merged commit 1eb6fd0 into feature-7.0 Aug 24, 2022
@sean-perkins sean-perkins deleted the FW-1362 branch August 24, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package package: core @ionic/core package package: react @ionic/react package package: vue @ionic/vue package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants