Skip to content

v1.2.1

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 07 Jan 06:12
· 561 commits to main since this release

1.2.1 (2026-01-07)

Bug Fixes

  • add better-sqlite3 rebuild step for docs build (444be88)
  • add container prop to map components and center layout (0d2163f)
  • ci: add pnpm.onlyBuiltDependencies for better-sqlite3 native module (7dbcb2e)
  • ci: add pnpm.onlyBuiltDependencies to docs package.json (9ca9bbb)
  • ci: allow pnpm scripts for native module build (00b325d)
  • ci: build library before mapcn-vue in deploy workflow (06525f6)
  • ci: build order and native module handling (a665ec4)
  • ci: correct cloudflare pages output paths and streamline CI flow (580a655)
  • cloudflare: add nodeCompat option for Workers runtime compatibility (00cfc3a)
  • cloudflare: add nodejs_compat_v2 flag to deploy commands (6063745)
  • cloudflare: add unenv process polyfill for docs (d2e503e)
  • cloudflare: mock process.stdout to fix CF Workers runtime compatibility (371f81c)
  • cloudflare: try nodejs_compat flag with updated compatibility_date (e3c8011)
  • cloudflare: use --config flag instead of invalid --compatibility-flags (353ef02)
  • demos: enable map interactivity and fix TypeScript errors (6db027d)
  • demos: fix TypeScript accessor function types for deck.gl layers (2b785bf)
  • deploy: auto-create Pages project if not exists (4178fe0)
  • docs: correct docs destination URL (121549f)
  • homepage: reduce demos to 3 to avoid WebGL context limit (130fab6)
  • layout: use flexbox to keep footer at bottom (da40c8e)
  • mapcn-vue: add deck.gl dependencies and cleanup unused demos (7012352)
  • release: sync version to 1.2.0 and publish from correct directory (5d2596a)
  • resolve TypeScript errors in HeroMap and tsconfig (2bcb371)
  • update docs lockfile with wrangler dependency (e968fef)
  • update registry route and add custom registry config (3a18583)
  • updated default layout (2ae105b)
  • use bun package manager (cd4913e)
  • v-maplibre: fix async race condition in deck.gl overlay initialization (7dc3fb4)

Features

  • add gpuAggregation prop to HexagonLayer, use HeatmapLayer for ActiveUsers (41a2699)
  • configure Cloudflare Pages deployment with D1 for docs (88c07ae)
  • homepage: redesign with deck.gl demo showcase (b2f5186)
  • mapcn-vue: add example pages with CodeBlock component (ba9806e)
  • mapcn-vue: add plausible analytics and fix component APIs (97e85f7)
  • mapcn-vue: add responsive mobile nav, scroll-spy TOC, and fix package managers (9f7cb38)
  • restructure to monorepo with mapcn-vue registry (222e39b)