Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.78 KB

File metadata and controls

52 lines (32 loc) · 2.78 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

6.0.6 (2026-05-17)

6.0.5 (2026-04-04)

6.0.4 (2026-03-26)

6.0.3 (2026-03-15)

6.0.2 (2026-02-27)

6.0.1 (2026-02-27)

Bug Fixes

  • ci: add package-lock.json for npm ci in publish workflow (1d77e7d)

6.0.0 (2026-02-26)

⚠ BREAKING CHANGES

  • Requires Node >= 20, Cesium >= 1.100
  • Converted all source from JS to TypeScript (strict mode)
  • Replaced Knockout.js with vanilla reactive state
  • Replaced HammerJS with native PointerEvent API
  • Replaced LESS with plain CSS
  • Replaced Rollup 0.67 + Webpack 4 with Vite
  • Replaced Jest 23 with Vitest
  • Replaced Babel 6 with native ES modules
  • Migrated yarn to npm
  • Added GitHub Actions CI (tests, commitlint, release, publish)
  • Removed markdown-it (unnecessary for map widget)
  • Removed all legacy tooling
  • Added FUNDING.yml

Features

  • add examples folder and gh-pages deployment (1529713)
  • modernize to TypeScript, Vite, native ES modules, zero legacy deps (a52fea3), closes #1 #2 #3 #11
  • units, distanceLabelFormatter for handling different units for (d9a5a41)

Bug Fixes

  • ci: add @commitlint/cli and @commitlint/config-conventional (cb0bdf3)
  • ci: resolve lint errors and missing deps (46fbb1f)