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

Drop support for @classNames. Use class instead. #161

Merged
merged 1 commit into from
Nov 21, 2021

Conversation

sandydoo
Copy link
Owner

Before:

<GMap @classNames="my-custom-class" />

After:

<GMap class="my-custom-class" />

@sandydoo sandydoo added the breaking :boom: Breaking changes label Nov 21, 2021
@sandydoo sandydoo force-pushed the breaking-remove-support-for-class-names branch from 8f05340 to b19265a Compare November 21, 2021 22:35
@sandydoo sandydoo merged commit 5960e37 into main Nov 21, 2021
@sandydoo sandydoo deleted the breaking-remove-support-for-class-names branch November 21, 2021 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking :boom: Breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant