Skip to content

Commit 3766907

Browse files
chore(main): release 1.0.0-beta
1 parent 7d6a473 commit 3766907

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.0-beta](https://github.com/equinor/videx-3d/compare/v0.3.0-beta...v1.0.0-beta) (2025-08-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* formations
9+
10+
### Features
11+
12+
* added initial support for rendering text/glyphs in fragment shader ([#15](https://github.com/equinor/videx-3d/issues/15)) ([5224166](https://github.com/equinor/videx-3d/commit/5224166d9eccc3d176d19ab85783e16acf5a6556))
13+
* formations ([0248bf5](https://github.com/equinor/videx-3d/commit/0248bf52ad5cceb4475caf79ac45b8be19a712f4))
14+
* improved curve sampling for optimized and consistant wellbore geometries ([2dec08b](https://github.com/equinor/videx-3d/commit/2dec08be024f89c80d01782c6ad8bbf50a51c593))
15+
16+
17+
### Bug Fixes
18+
19+
* **doc:** Fixed a mistake in getting-started ([82571f8](https://github.com/equinor/videx-3d/commit/82571f8af887a6fedae953810af4bbf6231f5d98))
20+
* **docs:** Incorrect link fixed ([e1d5d26](https://github.com/equinor/videx-3d/commit/e1d5d26384efde3eb39c1d635601b41870e1dfbc))
21+
* **docs:** make links to documents from comments work in GH Pages ([41ba7ba](https://github.com/equinor/videx-3d/commit/41ba7ba8fd251193cb8fc40e5c05b2a5b99ca14d))
22+
* fixed an issue with BoxGrid axes offset and set default gridScale to [1, 1, 1] ([384e6eb](https://github.com/equinor/videx-3d/commit/384e6ebbe88df5af4d430b5c985a10e7af8222c5))
23+
* made links grom getting-started absolute ([0932011](https://github.com/equinor/videx-3d/commit/093201118edaeeda6029c9e9352e735a9dff88f3))
24+
* simplified and fixed picks selection logic ([#17](https://github.com/equinor/videx-3d/issues/17)) ([fd02cf0](https://github.com/equinor/videx-3d/commit/fd02cf085136b09a0b2121c3ac3cf39cb80f429a))
25+
* typedoc issue with generating diff sections from md files. Linking to the md directly from the readme instead of including it in the github pages ([8c8d639](https://github.com/equinor/videx-3d/commit/8c8d639111caedf1e58d8b42b966cd1e5e83baab))
26+
* use glyph provider in sdfTest component and fix parameter qualifiers in glyph shaders ([#18](https://github.com/equinor/videx-3d/issues/18)) ([0338924](https://github.com/equinor/videx-3d/commit/0338924ef53c4ee93589ca94375ef7f6ca823b83))
27+
328
## [0.3.0-beta](https://github.com/equinor/videx-3d/compare/0.2.0-beta...v0.3.0-beta) (2025-08-19)
429

530

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": "videx-3d",
3-
"version": "0.3.0-beta",
3+
"version": "1.0.0-beta",
44
"private": false,
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)