Skip to content

chore(item): add deprecated flag to fill prop - #28210

Merged
averyrousseau merged 3 commits into
mainfrom
deprecated-docs-fix
Sep 22, 2023
Merged

chore(item): add deprecated flag to fill prop#28210
averyrousseau merged 3 commits into
mainfrom
deprecated-docs-fix

Conversation

@averyrousseau

Copy link
Copy Markdown
Contributor

Issue number: N/A


What is the current behavior?

The fill prop on ion-item is currently deprecated (see warning here) but the docs have not been updated to reflect this.

What is the new behavior?

@deprecated flag added to the fill prop.

Does this introduce a breaking change?

  • Yes
  • No

Other information

@averyrousseau
averyrousseau marked this pull request as ready for review September 21, 2023 20:44
@averyrousseau
averyrousseau added this pull request to the merge queueSep 22, 2023
Merged via the queue into main with commit 82a5b31Sep 22, 2023
@averyrousseau
averyrousseau deleted the deprecated-docs-fix branch September 22, 2023 15:08
liamdebeasi pushed a commit that referenced this pull request Sep 22, 2023
Issue number: N/A
---------
<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->
<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->
The `fill` prop on `ion-item` is currently deprecated (see warning
[here](https://github.com/ionic-team/ionic-framework/blob/main/core/src/components/item/item.tsx#L248-L253))
but the docs have not been updated to reflect this.
## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->
`@deprecated` flag added to the `fill` prop.
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact
and migration path for existing applications below. -->
## Other information
<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: core@ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@averyrousseau@brandyscarney