Changelog
1.7.0 (2026-04-07)
Features
- add sequenceNumAllParents method to retrieve all parent cells for given child cells (7917cb4)
- optimize parent cell retrieval by converting child cell center to GEO and then to SEQNUM (3579dfb)
1.6.0 (2026-04-07)
Features
- add cell index type selection and address conversion display in DGGs demo (0863df8)
- add DggsAddressTypesDemo component and integrate into documentation for address type conversions (2f5821b)
- add hierarchical address types and conversions (e745d5a)
- add hierarchy selection panel with index type and clear functionality (380e8bc)
- add Index Arithmetic documentation and link in the configuration (1b111bb)
- add methods for retrieving neighboring and hierarchical cells with comprehensive tests (795f3a9)
- add multi-aperture grid support with comprehensive documentation and examples (ef72c0f)
- enhance child retrieval methods to support hexagonal grids and update related tests (be5ab49)
- enhance DGGs settings with dynamic controls and improved error handling (0bedb7b)
- enhance hierarchy panel with improved layout and clear selection functionality (100e444)
- enhance index digit manipulation methods and update documentation for Z3, Z7, and ZORDER (f50f3f4)
- enhance UI with theme-aware address highlighting and improve layout padding (5384c1e)
- implement Bitarithmetic demonstration with Z3 and Z7 arithmetic calculations (4c6b180)
- Implement bitwise operations for Z3, Z7, and ZORDER indices; add helper functions for digit manipulation and extraction (e81ee6d)
- implement hierarchical address types (VERTEX2DD, ZORDER, Z3, Z7) with conversions and WASM bindings (a01ee42)
- implement hierarchy layer removal and sanitize feature collections in DggsGlobe component (83a37ad)
- implement loadWebdggrid utility for dynamic loading of Webdggrid class and update components to use it (5a64660)
- update applySettings function to be asynchronous and ensure SVG rendering before processing (1795816)
- update documentation links and add geometry notes for pentagonal cells and antimeridian handling (4767dd8)
Bug Fixes
- ensure counts are converted to numbers in neighbor and child retrieval methods (70f3fdb)
- remove redundant styles from loadScript function in DggsAddressTypesDemo.vue (396afd7)
1.5.0 (2026-04-04)
Features
- add DggsD3Globe and DggsGlobe components for interactive globe visualization (7e1c977)
- add DggsD3Globe and DggsGlobe components for interactive globe visualization (75bc2fa)
- add smoke test for built dist/ output and integrate into deployment workflow (fecfa7d)
- add tsBuildInfoFile option to TypeScript configuration (1019811)
- add verification job for published package and enhance smoke test documentation (96fc7e8)
- enhance DggsD3Globe and DggsGlobe components with dynamic background color and improved button integration (d96a97f)
- enhance smoke test for published package and add forward declaration in webdggrid.cpp (9a8e50c)
- ensure directory creation for ESM output before writing wasm.js file (ab479c5)
- Remove deprecated WASM and TypeScript definitions for DGGRID library (7e7af1e)
- update build script to include WASM compilation step (105303d)
- update deployment workflow and improve package configuration for better documentation and library loading (33e6455)
- update emsdk version to v14 in CI workflows (dc734cb)
Bug Fixes
- add .vitepress to .gitignore to prevent unnecessary files from being tracked (a6b8cd4)
- remove DggsGlobe, DggsHeroBackground, and globeUtils components (89f0ca9)
1.4.0 (2026-04-04)
Features
- Refactor code structure for improved readability and maintainab… (c438672)
- Refactor code structure for improved readability and maintainability (835ace3)
1.3.0 (2026-04-02)
Features
- Implement deploy-docs workflow for GitHub Pages deployment (3921ce3)
1.2.1 (2026-04-02)
Bug Fixes
- Update documentation badge links in README for accuracy (c3491df)
1.2.0 (2026-04-02)
Features
- Replace CI and deploy workflows with new configurations and add PR check workflow (c0e970e)
Bug Fixes
- Update description in README and index.md for clarity and consistency (89f27ec)
1.1.1 (2026-04-02)
Bug Fixes
- Update npm package badge link in README to point to the correct workflow (554e20d)
1.1.0 (2026-04-02)
Features
- Add CI workflow for build and test automation (3c33dd3)
- Add CI workflow for build and test automation (239bde1)
- Refactor GitHub Actions workflow to improve npm package publishing and WASM asset handling (c21f807)