Skip to content

Card section remove deprecated prop #1551

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

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

Inbal-Tish
Copy link
Collaborator

Description

CardSection - remove deprecated prop: 'sorce' (use 'imageSource').

Changelog

CardSection - remove deprecated prop: 'sorce' (use 'imageSource').

@Inbal-Tish Inbal-Tish changed the base branch from master to V6_2 September 13, 2021 08:36
@ethanshar ethanshar self-requested a review September 13, 2021 09:17
@ethanshar ethanshar self-assigned this Sep 13, 2021
@@ -36,7 +36,6 @@ export type CardSectionProps = ViewProps & {
* Will be used for the background when provided
*/
imageSource?: ImageSourcePropType;
source?: ImageSourcePropType; // TODO: remove after deprecation
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's wired. The change was already in the first V6 branch...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I asked @guywix to fix it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Did he respond?
Does he have an ETA?
We can still release v6 to community and Guy will have time till our next private version (which will take v6)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

He didn't, but that's what I though as we didn't plan to release in private just yet

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok, but it's important to remember not to miss it.
Anyway, ill approve

@ethanshar ethanshar merged commit 57484f6 into V6_2 Sep 13, 2021
ethanshar added a commit that referenced this pull request Sep 14, 2021
* Major version bump

* Rename components props interface (#1534)

* Renaming components props (<Component>PropTypes is now <Component>Props).

* generating types

* Removing from generatedTypes/index.d.ts file

* SelectableComponent - Removing deprecated component (#1536)

* SelectableComponent - removing component

* removing from types

* TagsInput - removing component (#1538)

* AnimatableManager - removing component (#1537)

* AnimatableManager - removing component and it usages

* remove import

* ThemeManager - removing 'setTheme' (#1539)

* CardImage - remove deprecated props (#1541)

* CardImage - removing deprecated props

* remove import

* KeyboardTrackingView (iOS)- changed 'useSafeArea' default to 'false' (#1543)

* PanningProviderDirection - removing type (use PanningDirections) (#1542)

* Avatar and Badge - props deprecation (#1540)

* Badge and Avatar - removing deprecated props and enum, and their usages

* fix demo screens

* removing Animatable refs

* fix prop description

* types

* react-native-animatable - removing dep (#1544)

* Colors new presets (#1546)

* change color palette to more accessible colors; Remove DARKS palette and replacing usage with GREYS

* update tests

* types

* pr comments

* TabBar - start deprecation and remove usages (#1545)

* TabBarItem - remove deprecated prop (#1554)

* StateScreen - remove deprecated props: 'source' (use 'imageSource'), 'testId' (use RN's 'testID'). (#1553)

* Dialog remove deprecated prop (#1550)

* Dialog - remove 'onModalDismissed' (use 'onDialogDismissed')

* remove 'migrate' prop from demos

* CardSection - remove 'source' (use 'imageSource') (#1551)

* Stepper new design (#1547)

* Stepper - new component design and API

* types

* export types

* fix parameter

* fix typings exports

* fix imports

* removing unused imports

* fix imports

* Progress bar new design (#1549)

* ProgressBar - new component design and API

* customElement demo

* borderRadius

* demo - texts style

* fix merge

* Remove old implementations of TabController (#1555)

* Avatar - revert 'imageSource' deletion (#1557)

* Avatar - restore warning on 'imageSource' deprecated prop

* V6 migration guide (#1558)

Co-authored-by: Ethan Sharabi <[email protected]>
@Inbal-Tish Inbal-Tish deleted the CardSection_remove_deprecated_prop branch September 14, 2021 09:35
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.

2 participants