Skip to content

Version Packages - #235

Merged
pjeweb merged 1 commit into
mainfrom
changeset-release/main
Sep 11, 2026
Merged

Version Packages#235
pjeweb merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@mapsight/ui@7.6.0

Minor Changes

  • e08f7c3: Add a map context menu that marks one shared point, copies coordinates, and opens directions

Patch Changes

  • 2ce2629: Add an opt-in FeatureSourceCache seam so xhr-json loads can reuse a process-memory (or later IDB) document cache keyed by URL and revision

  • 99f002d: Bump dependencies from Dependabot (#240):

    • @tanstack/react-query ^5.101.4^5.102.4 (minor)
    • svgo ^4.0.2^4.1.0 (minor)
  • 2674b27: Bump dependencies from Dependabot (#260):

    • react-aria ^3.51.0^3.52.0 (minor)
    • react-intersection-observer ^11.0.0^11.0.1 (patch)
  • 2674b27: Bump dependencies from Dependabot (#261):

    • @testing-library/react ^16.3.2^16.3.3 (patch)
  • d45568d: Remount feature-details metric widgets after a source XHR refresh so charts do not stay empty

  • 43650f5: Apply Place and module page meta to the live document head after client route changes

  • 0ac9dc5: Deprecate hint.css control tooltips behind future.v8_ariaControlTooltip

  • b86fef3: Replace combined feature-source members instead of merging

  • 4ffedd1: Compose Mapsight UI icons as SVG on first paint, including compact 1–2 character labels

  • 696fbe4: Focus an autofocus field after opening a native dialog, instead of the first tabbable control

  • 691da32: Isolate render exceptions in list, details, and overlay regions so one failing component no longer unmounts the whole UI

  • 85af82f: Add CreateOptions.future flags for next-major behavior

  • d04c5e0: Move generic feature permalink, geo, nearest-address, and document-adjacent helpers off place-actions and plugin folders

  • 90ea3c9: Allow layer-switcher entries to render optional host content after the title

  • 95b10f7: Keep list distances off the panel edge

  • cd691ac: Opt into collapsed list search with future.v8_listSearchButton

  • 26ea30d: Use a sliders icon for list filter and sort

  • d45d5be: Keep the map slot inside its flex row in every view so a wide map-slot child cannot overflow fullscreen

  • e08f7c3: Let custom navigation targets supply an origin URL for the map-point “from here” menu

  • 2bbb899: Sort FeatureList group headers by a leading number so numbered sections keep a
    fixed order after distance sort

  • 9ba015e: Trap keyboard focus in fullscreen and map-only chrome so host-page controls stay unreachable

  • 13c7a7a: Keep react-aria overlay portals clickable while fullscreen and map-only chrome is open

  • 0cdb4a1: Add a reusable hover/focus tooltip for controls

  • d851d54: Add share/route/show-on-map place actions as icon-only buttons with tooltips; keep NUNAV out of the default routing list

  • 85ad6ef: Add headless place actions (share, navigate, website, call) and an optional details slot for them

  • e6384ba: Add a generic text-only Place Open Graph card for hosts to render with Satori

  • 9602d5a: Add a generic page-meta utility and keep the selected-feature builder and OG card on their own entries

  • 51c4d1b: Add a pure place page-meta builder for selected-feature title, Open Graph, and Place JSON-LD

  • a717fb7: Reveal a place's owning layer on ?feature= deep links, and add ?src= only when that catalog source is not already implied

  • fc2abea: Allow hosts to set z-index on share-position and measure-distance draw layers.

  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 587c6ff, d0e3c5c, 99f002d, 6a3871f, 2674b27, 0968fcd, d2e7d5f, 4ffedd1, a717fb7]:

    • @mapsight/core@14.6.0 → 14.6.1 (patch)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)

@mapsight/core@14.6.1

Patch Changes

  • 2ce2629: Add an opt-in FeatureSourceCache seam so xhr-json loads can reuse a process-memory (or later IDB) document cache keyed by URL and revision

  • 0a24a14: Union compiled style allowedProps into the OpenLayers feature-update allowlist so host attr() keys restyle on poll.

  • 35b1990: Skip OpenLayers feature rewrites when a poll rereads the same geometry and core style keys.

  • 587c6ff: Skip GeoJSON feature rereads when a poll only changes collection metadata.

  • d0e3c5c: Copy SSR-hydrated feature data onto the OpenLayers source on first subscribe so map layers paint without a later navigation.

  • 6a3871f: Bump dependencies from Dependabot (#241):

    • ol-mapbox-style ^13.4.2^13.4.3 (patch)
    • vite ^8.2.1^8.2.2 (patch)
  • 2674b27: Bump dependencies from Dependabot (#261):

    • tsc-alias ^1.9.2^1.9.3 (patch)
  • a717fb7: Reveal a place's owning layer on ?feature= deep links, and add ?src= only when that catalog source is not already implied

  • Updated dependencies [0a24a14, 35b1990, 2674b27, 0968fcd]:

    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)

@mapsight/count-aggregator-ui@3.1.1

Patch Changes

  • b33af3d: Show calendar dates on metric-widget chart axes for daily and coarser series

  • 99f002d: Bump dependencies from Dependabot (#240):

    • @tanstack/react-query ^5.101.4^5.102.4 (minor)
  • 2674b27: Bump dependencies from Dependabot (#261):

    • @testing-library/react ^16.3.2^16.3.3 (patch)
  • d45568d: Remount feature-details metric widgets after a source XHR refresh so charts do not stay empty

  • 4ffedd1: Compose Mapsight UI icons as SVG on first paint, including compact 1–2 character labels

  • Updated dependencies [2ce2629, 99f002d, 2674b27, d45568d, d2e7d5f, 43650f5, 0ac9dc5, b86fef3, 4ffedd1, 696fbe4, 691da32, 85af82f, d04c5e0, 90ea3c9, 95b10f7, cd691ac, 26ea30d, e08f7c3, d45d5be, 2bbb899, 9ba015e, 13c7a7a, 0cdb4a1, d851d54, 85ad6ef, e6384ba, 9602d5a, 51c4d1b, a717fb7, fc2abea]:

    • @mapsight/ui@7.5.0 → 7.6.0 (minor)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)

@mapsight/lib-ol@4.2.4

Patch Changes

  • 0a24a14: Union compiled style allowedProps into the OpenLayers feature-update allowlist so host attr() keys restyle on poll.

  • 35b1990: Skip OpenLayers feature rewrites when a poll rereads the same geometry and core style keys.

  • 2674b27: Bump dependencies from Dependabot (#261):

    • tsc-alias ^1.9.2^1.9.3 (patch)
  • 0968fcd: Skip OpenLayers Icon construction when icon is none or src is empty so area styles can still paint.

@mapsight/traffic-style@5.5.1

Patch Changes

  • 99f002d: Bump dependencies from Dependabot (#240):

    • svgo ^4.0.2^4.1.0 (minor)
  • 2674b27: Bump dependencies from Dependabot (#260):

    • sharp ^0.35.3^0.35.4 (patch)
  • d2e7d5f: Add Font Awesome pictograms for mobility, logistics, weather, water, and civic
    POIs, and pre-bake their PNG/SVG catalog assets (including fa-*-plain.png)

  • 4ffedd1: Compose Mapsight UI icons as SVG on first paint, including compact 1–2 character labels

  • Updated dependencies [0a24a14, 35b1990, 2674b27, 0968fcd]:

    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)

@mapsight/vector-style-compiler@13.0.3

Patch Changes

  • 99f002d: Bump dependencies from Dependabot (#240):

    • sass ^1.102.0^1.103.1 (minor)
  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)
  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 587c6ff, d0e3c5c, 6a3871f, 2674b27, 0968fcd, a717fb7]:

    • @mapsight/core@14.6.0 → 14.6.1 (patch)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)

@mapsight/vite-count-aggregator-embed@0.2.3

Patch Changes

  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)
  • Updated dependencies [6a3871f]:

    • @mapsight/vite-host-embed@1.1.4 → 1.1.5 (patch)

@mapsight/vite-host-embed@1.1.5

Patch Changes

  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)

@mapsight/showcase@0.1.5

Patch Changes

  • 99f002d: Bump dependencies from Dependabot (#240):

    • @tanstack/react-query ^5.101.4^5.102.4 (minor)
  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)
  • 2674b27: Bump dependencies from Dependabot (#259):

    • react-router-dom ^7.18.2^7.18.3 (patch)
  • 2674b27: Bump dependencies from Dependabot (#261):

    • terser ^5.50.0^5.51.2 (minor)
  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 587c6ff, d0e3c5c, b33af3d, 99f002d, 6a3871f, 2674b27, d45568d, 0968fcd, d2e7d5f, 43650f5, 0ac9dc5, b86fef3, 4ffedd1, 696fbe4, 691da32, 85af82f, d04c5e0, 90ea3c9, 95b10f7, cd691ac, 26ea30d, e08f7c3, d45d5be, 2bbb899, 9ba015e, 13c7a7a, 0cdb4a1, d851d54, 85ad6ef, e6384ba, 9602d5a, 51c4d1b, a717fb7, fc2abea]:

    • @mapsight/core@14.6.0 → 14.6.1 (patch)
    • @mapsight/ui@7.5.0 → 7.6.0 (minor)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)
    • @mapsight/count-aggregator-ui@3.1.0 → 3.1.1 (patch)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)

@mapsight/vector-editor@1.2.5

Patch Changes

  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)
  • b032650: Bump dependencies from Dependabot (#242):

    • postcss-import ^16.1.1^17.0.0 (major)
  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 587c6ff, d0e3c5c, 99f002d, 6a3871f, 2674b27, 0968fcd, d2e7d5f, 4ffedd1, a717fb7]:

    • @mapsight/core@14.6.0 → 14.6.1 (patch)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)

mapsight-host-starter@0.1.4

Patch Changes

  • 99f002d: Bump dependencies from Dependabot (#240):

    • @types/react-dom ^19.2.4^19.2.5 (patch)
    • sass ^1.102.0^1.103.1 (minor)
  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)
  • 2674b27: Bump dependencies from Dependabot (#260):

    • zod ^4.4.3^4.5.4 (minor)
  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 99f002d, 6a3871f, 2674b27, d45568d, 0968fcd, d2e7d5f, 43650f5, 0ac9dc5, b86fef3, 4ffedd1, 696fbe4, 691da32, 85af82f, d04c5e0, 90ea3c9, 95b10f7, cd691ac, 26ea30d, e08f7c3, d45d5be, 2bbb899, 9ba015e, 13c7a7a, 0cdb4a1, d851d54, 85ad6ef, e6384ba, 9602d5a, 51c4d1b, a717fb7, fc2abea]:

    • @mapsight/ui@7.5.0 → 7.6.0 (minor)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)
    • @mapsight/vite-host-embed@1.1.4 → 1.1.5 (patch)

mapsight-next-starter@0.1.4

Patch Changes

  • 99f002d: Bump dependencies from Dependabot (#240):

    • @types/react-dom ^19.2.4^19.2.5 (patch)
    • sass ^1.102.0^1.103.1 (minor)
  • 2674b27: Bump dependencies from Dependabot (#258):

    • next ^16.3.1^16.3.4 (patch)
  • 2674b27: Bump dependencies from Dependabot (#260):

    • zod ^4.4.3^4.5.4 (minor)
  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 99f002d, 2674b27, d45568d, 0968fcd, d2e7d5f, 43650f5, 0ac9dc5, b86fef3, 4ffedd1, 696fbe4, 691da32, 85af82f, d04c5e0, 90ea3c9, 95b10f7, cd691ac, 26ea30d, e08f7c3, d45d5be, 2bbb899, 9ba015e, 13c7a7a, 0cdb4a1, d851d54, 85ad6ef, e6384ba, 9602d5a, 51c4d1b, a717fb7, fc2abea]:

    • @mapsight/ui@7.5.0 → 7.6.0 (minor)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)

mapsight-vite-spa-starter@0.1.4

Patch Changes

  • 99f002d: Bump dependencies from Dependabot (#240):

    • @types/react-dom ^19.2.4^19.2.5 (patch)
    • sass ^1.102.0^1.103.1 (minor)
  • 6a3871f: Bump dependencies from Dependabot (#241):

    • vite ^8.2.1^8.2.2 (patch)
  • 2674b27: Bump dependencies from Dependabot (#259):

    • react-router-dom ^7.18.2^7.18.3 (patch)
  • 2674b27: Bump dependencies from Dependabot (#260):

    • zod ^4.4.3^4.5.4 (minor)
  • Updated dependencies [2ce2629, 0a24a14, 35b1990, 99f002d, 2674b27, d45568d, 0968fcd, d2e7d5f, 43650f5, 0ac9dc5, b86fef3, 4ffedd1, 696fbe4, 691da32, 85af82f, d04c5e0, 90ea3c9, 95b10f7, cd691ac, 26ea30d, e08f7c3, d45d5be, 2bbb899, 9ba015e, 13c7a7a, 0cdb4a1, d851d54, 85ad6ef, e6384ba, 9602d5a, 51c4d1b, a717fb7, fc2abea]:

    • @mapsight/ui@7.5.0 → 7.6.0 (minor)
    • @mapsight/lib-ol@4.2.3 → 4.2.4 (patch)
    • @mapsight/traffic-style@5.5.0 → 5.5.1 (patch)

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from 7aff416 to e3921a7 Compare September 3, 2026 15:45
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 19 times, most recently from a0f8e12 to d5d7dcd Compare September 11, 2026 19:21
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from d5d7dcd to 686b3ea Compare September 11, 2026 19:51

@pjeweb pjeweb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Version bumps match the landed Program 1 feature changesets: @mapsight/ui@7.6.0, @mapsight/core@14.6.1, @mapsight/lib-ol@4.2.4, @mapsight/traffic-style@5.5.1, @mapsight/vite-host-embed@1.1.5, @mapsight/vector-style-compiler@13.0.3, @mapsight/count-aggregator-ui@3.1.1. Unchanged plan-app packages (lib-js, lib-redux, count-aggregator-api) have no pending changesets.

@pjeweb
pjeweb merged commit f65bfea into main Sep 11, 2026
20 checks passed
@pjeweb
pjeweb deleted the changeset-release/main branch September 11, 2026 20:11
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.

1 participant