Skip to content

Commit a24ad3e

Browse files
authored
Merge pull request #20 from am2222/release-please--branches--main--components--webdggrid
chore(main): release 1.5.0
2 parents 7863e9e + 2929c37 commit a24ad3e

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/am2222/webDggrid/compare/v1.4.0...v1.5.0) (2026-04-04)
4+
5+
6+
### Features
7+
8+
* add DggsD3Globe and DggsGlobe components for interactive globe visualization ([7e1c977](https://github.com/am2222/webDggrid/commit/7e1c9777c290f697ec86a4809eb28d793f53c8f0))
9+
* add DggsD3Globe and DggsGlobe components for interactive globe visualization ([75bc2fa](https://github.com/am2222/webDggrid/commit/75bc2fac9ad2eaff4fb3dadd680ad9ada8e89ef8))
10+
* add smoke test for built dist/ output and integrate into deployment workflow ([fecfa7d](https://github.com/am2222/webDggrid/commit/fecfa7def8ce5fe564f8b4a78456b17fa4268b10))
11+
* add tsBuildInfoFile option to TypeScript configuration ([1019811](https://github.com/am2222/webDggrid/commit/1019811cca726918ae98e0fe986c3aab85b2a377))
12+
* add verification job for published package and enhance smoke test documentation ([96fc7e8](https://github.com/am2222/webDggrid/commit/96fc7e870b1563229f8a2382b6028abfb85d853e))
13+
* enhance DggsD3Globe and DggsGlobe components with dynamic background color and improved button integration ([d96a97f](https://github.com/am2222/webDggrid/commit/d96a97f1498972e5fff3d1e1968c77080265fd1d))
14+
* enhance smoke test for published package and add forward declaration in webdggrid.cpp ([9a8e50c](https://github.com/am2222/webDggrid/commit/9a8e50cc21ba32b28a87ca3d075728e7100d9cfc))
15+
* ensure directory creation for ESM output before writing wasm.js file ([ab479c5](https://github.com/am2222/webDggrid/commit/ab479c54521c1b3ea909516f2c295c7360505011))
16+
* Remove deprecated WASM and TypeScript definitions for DGGRID library ([7e7af1e](https://github.com/am2222/webDggrid/commit/7e7af1e009b3cfd47c1e980c0da1767051ec07ef))
17+
* update build script to include WASM compilation step ([105303d](https://github.com/am2222/webDggrid/commit/105303dff669c4bd500584001f61cbd46d2a4ef6))
18+
* update deployment workflow and improve package configuration for better documentation and library loading ([33e6455](https://github.com/am2222/webDggrid/commit/33e645515869d33f5bded6619374535630992e82))
19+
* update emsdk version to v14 in CI workflows ([dc734cb](https://github.com/am2222/webDggrid/commit/dc734cb5cc17b18aa0dd7ced975192ee56381c53))
20+
21+
22+
### Bug Fixes
23+
24+
* add .vitepress to .gitignore to prevent unnecessary files from being tracked ([a6b8cd4](https://github.com/am2222/webDggrid/commit/a6b8cd4012debbc498d65ca4dc0d8036b6cb60cc))
25+
* remove DggsGlobe, DggsHeroBackground, and globeUtils components ([89f0ca9](https://github.com/am2222/webDggrid/commit/89f0ca97444857a4eb709bf000551811a3e2ea5d))
26+
327
## [1.4.0](https://github.com/am2222/webDggrid/compare/v1.3.0...v1.4.0) (2026-04-04)
428

529

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdggrid",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Wasm package for DGGRID ",
55
"packageManager": "yarn@4.10.3",
66
"type": "module",

0 commit comments

Comments
 (0)