Skip to content

chore: move top-level Google Maps center/zoom examples under map-options#754

Merged
harlan-zw merged 2 commits intomainfrom
chore/center-zoom-google-maps-opts
May 7, 2026
Merged

chore: move top-level Google Maps center/zoom examples under map-options#754
harlan-zw merged 2 commits intomainfrom
chore/center-zoom-google-maps-opts

Conversation

@DamianGlowala
Copy link
Copy Markdown
Member

🔗 Linked issue

📚 Description

Addresses deprecation of top-level center/zoom Google Maps opts by updating docs/playground examples.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
scripts-playground Ready Ready Preview, Comment May 7, 2026 8:43am

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 7, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/scripts@754

commit: 02165a0

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 86881003-7118-4428-b023-49cb2a69223f

📥 Commits

Reviewing files that changed from the base of the PR and between 6ddc9f6 and 02165a0.

📒 Files selected for processing (19)
  • docs/content/scripts/google-maps/1.guides/1.performance.md
  • docs/content/scripts/google-maps/1.guides/2.map-styling.md
  • docs/content/scripts/google-maps/1.guides/4.markers-and-info-windows.md
  • docs/content/scripts/google-maps/1.guides/5.shapes-and-overlays.md
  • docs/content/scripts/google-maps/1.guides/6.marker-clustering.md
  • docs/content/scripts/google-maps/2.api/1.script-google-maps.md
  • docs/content/scripts/google-maps/2.api/1b.static-map.md
  • docs/content/scripts/google-maps/2.api/2.marker.md
  • docs/content/scripts/google-maps/2.api/4.marker-clusterer.md
  • docs/content/scripts/google-maps/2.api/6.polygon.md
  • docs/content/scripts/google-maps/2.api/7.polyline.md
  • docs/content/scripts/google-maps/2.api/9.geojson.md
  • docs/content/scripts/google-maps/index.md
  • playground/pages/third-parties/google-maps/emit-test.vue
  • playground/pages/third-parties/google-maps/geojson-test.vue
  • playground/pages/third-parties/google-maps/null.vue
  • playground/pages/third-parties/google-maps/overlay-animated.vue
  • playground/pages/third-parties/google-maps/overlay-popup.vue
  • playground/pages/third-parties/google-maps/query.vue

📝 Walkthrough

Walkthrough

This pull request updates documentation and playground examples for the ScriptGoogleMaps component across multiple files. All changes consolidate map configuration from separate :center and :zoom props into a single :map-options object containing both fields. The refactoring is applied consistently across guide documentation (performance, styling, markers, shapes, clustering), API reference documentation (ScriptGoogleMaps, Marker, MarkerClusterer, Polygon, Polyline, GeoJSON), and interactive playground test files. No component code, interfaces, or public APIs are modified.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: moving Google Maps center/zoom examples from top-level props to map-options across docs and playground files.
Description check ✅ Passed The description is related to the changeset, explaining that it addresses deprecation of top-level center/zoom options by updating documentation and playground examples to use map-options.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/center-zoom-google-maps-opts

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@harlan-zw
Copy link
Copy Markdown
Collaborator

Thank you ❤️

@harlan-zw harlan-zw merged commit 7e74324 into main May 7, 2026
15 checks passed
@harlan-zw harlan-zw deleted the chore/center-zoom-google-maps-opts branch May 7, 2026 15:02
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