-
Notifications
You must be signed in to change notification settings - Fork 4
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
Slotify googlemaps section #45
Conversation
ci (semantic-release): Allow release on other branches as well.
Merge remote-tracking branch 'origin/next' into slotify-googlemaps-section
This pr is looking good to me. But I'm having an issue with the tests: trying to run the GoogleMapsSection unit test I'm getting a fatal error. It seems like a previous test overrode requiredProps.language with "e"... but not doing that any longer just leads to a different error on my system... giving up for today. |
Yes I see it. I'll fix this right away. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. (don't forget to squash your commits, and use 'npm run commit')
feat: Slotify Googlemaps section Googlemaps section now has 2 scoped slots. Title: allows users to render a custom title. LocationItem: allows users to render custom location items in the list on the right (or below). Changed the styling a little bit.
d5fbb16
to
5078948
Compare
🎉 This PR is included in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The title and the items in the list rendering are now scoped slots. The custom rendering for the info window pop-ups works differently and cannot easily be turned into slots. Because it uses the googlemaps API to render and that expects a DOM-Node