Skip to content

Commit f69e036

Browse files
chore(release): @nvidia-elements/code-v2.0.2 [skip ci]
## <small>2.0.2 (2026-07-20)</small> * chore(ci): add slack release hook ([4a8fd85](4a8fd85)) * chore(ci): improve test coverage ([4ef2eb3](4ef2eb3)) * chore(ci): update installations via mise ([054992e](054992e)) * chore(ci): update lighthouse ([4bffdb2](4bffdb2)) * chore(ci): update stylelint to version ([522e1c4](522e1c4)) * chore(ci): upgrade built to ts7 rc ([77117a1](77117a1)) * chore(core): remove unused controllers ([59d8349](59d8349)) * chore(deps): bump vite from 8.0.14 to 8.0.16 ([dfdea58](dfdea58)) * chore(deps): update ([cc12511](cc12511)) * chore(docs): add adoption metrics generation and service ([29e3795](29e3795)) * chore(docs): add custom data reference tests ([af48603](af48603)) * chore(docs): cleanup readme ([7f92252](7f92252)) * chore(docs): fix base url paths ([f97acb6](f97acb6)) * chore(docs): fix url asset paths ([1cda122](1cda122)) * chore(docs): improved site metadata and tests ([c58c856](c58c856)) * chore(docs): update minification config ([0ff44a6](0ff44a6)) * chore(docs): update notice file ([21da17a](21da17a)) * chore(internals): generate custom data references ([3f2bd36](3f2bd36)) * chore(release): @nvidia-elements/cli-v2.1.0 [skip ci] ([f51dbc3](f51dbc3)) * chore(release): @nvidia-elements/cli-v2.1.1 [skip ci] ([4a0c00c](4a0c00c)) * chore(release): @nvidia-elements/cli-v2.1.2 [skip ci] ([089acec](089acec)) * chore(release): @nvidia-elements/cli-v2.1.3 [skip ci] ([a9a0571](a9a0571)) * chore(release): @nvidia-elements/cli-v2.1.4 [skip ci] ([5433ff2](5433ff2)) * chore(release): @nvidia-elements/core-v2.0.2 [skip ci] ([d01f774](d01f774)) * chore(release): @nvidia-elements/core-v2.0.3 [skip ci] ([2365253](2365253)) * chore(release): @nvidia-elements/core-v2.0.4 [skip ci] ([d91da36](d91da36)) * chore(release): @nvidia-elements/core-v2.1.0 [skip ci] ([9a874bd](9a874bd)) * chore(release): @nvidia-elements/core-v2.1.1 [skip ci] ([3e67a33](3e67a33)) * chore(release): @nvidia-elements/forms-v2.0.1 [skip ci] ([adb732e](adb732e)) * chore(release): @nvidia-elements/forms-v2.0.2 [skip ci] ([35e1073](35e1073)) * chore(release): @nvidia-elements/forms-v2.0.3 [skip ci] ([5285c80](5285c80)) * chore(release): @nvidia-elements/markdown-v2.0.1 [skip ci] ([931f033](931f033)) * chore(release): @nvidia-elements/markdown-v2.0.2 [skip ci] ([953ef48](953ef48)) * chore(release): @nvidia-elements/styles-v2.0.2 [skip ci] ([98a4325](98a4325)) * chore(release): @nvidia-elements/styles-v2.1.0 [skip ci] ([25eb987](25eb987)) * chore(starters): cleanup starter readme and templates ([e2e225c](e2e225c)) * chore(themes): add additional tests for css variable completions ([cbf14f8](cbf14f8)) * fix(cli): correct case sensitive identifiers ([6c8cd2b](6c8cd2b)) * fix(cli): correct metadata description length limit ([1682f8d](1682f8d)) * fix(cli): improve skills validation ([fe42614](fe42614)) * fix(cli): version and updater checks ([e6979e0](e6979e0)) * fix(code): include custom data documentation references ([f4efebb](f4efebb)) * fix(core): coordinate interest and popover interactions ([6f40256](6f40256)) * fix(core): include custom data documentation references ([bf9168c](bf9168c)) * fix(core): memory leaks from connected callback states ([f49c0bd](f49c0bd)) * fix(core): restore preferences input label capitalization ([45f9dd1](45f9dd1)) * fix(docs): enhance decorator transpilation ([a08584b](a08584b)) * fix(docs): iframe example paths ([eddbd96](eddbd96)) * fix(forms): coordinate interest and popover interactions ([168f218](168f218)) * fix(forms): export controller ([1808462](1808462)) * fix(forms): improve aria attribute management ([daab45f](daab45f)) * fix(internals): add url length validation for url generation ([1bc197e](1bc197e)) * fix(markdown): include custom data documentation references ([b887400](b887400)) * fix(monaco): include custom data documentation references ([75f42f5](75f42f5)) * fix(styles): use logical direction styles ([2edd48c](2edd48c)) * feat(cli): improve installer script ([0379d0e](0379d0e)) * feat(core): gauge ([70e115d](70e115d)) * feat(starters): add htmx+go and fix go starter ([d2ecd86](d2ecd86)) * feat(styles): add grow option for nve-text ([0b895ff](0b895ff))
1 parent 953ef48 commit f69e036

2 files changed

Lines changed: 63 additions & 1 deletion

File tree

‎projects/code/CHANGELOG.md‎

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
## <small>2.0.2 (2026-07-20)</small>
2+
3+
* chore(ci): add slack release hook ([4a8fd85](https://github.com/NVIDIA/elements/commit/4a8fd85))
4+
* chore(ci): improve test coverage ([4ef2eb3](https://github.com/NVIDIA/elements/commit/4ef2eb3))
5+
* chore(ci): update installations via mise ([054992e](https://github.com/NVIDIA/elements/commit/054992e))
6+
* chore(ci): update lighthouse ([4bffdb2](https://github.com/NVIDIA/elements/commit/4bffdb2))
7+
* chore(ci): update stylelint to version ([522e1c4](https://github.com/NVIDIA/elements/commit/522e1c4))
8+
* chore(ci): upgrade built to ts7 rc ([77117a1](https://github.com/NVIDIA/elements/commit/77117a1))
9+
* chore(core): remove unused controllers ([59d8349](https://github.com/NVIDIA/elements/commit/59d8349))
10+
* chore(deps): bump vite from 8.0.14 to 8.0.16 ([dfdea58](https://github.com/NVIDIA/elements/commit/dfdea58))
11+
* chore(deps): update ([cc12511](https://github.com/NVIDIA/elements/commit/cc12511))
12+
* chore(docs): add adoption metrics generation and service ([29e3795](https://github.com/NVIDIA/elements/commit/29e3795))
13+
* chore(docs): add custom data reference tests ([af48603](https://github.com/NVIDIA/elements/commit/af48603))
14+
* chore(docs): cleanup readme ([7f92252](https://github.com/NVIDIA/elements/commit/7f92252))
15+
* chore(docs): fix base url paths ([f97acb6](https://github.com/NVIDIA/elements/commit/f97acb6))
16+
* chore(docs): fix url asset paths ([1cda122](https://github.com/NVIDIA/elements/commit/1cda122))
17+
* chore(docs): improved site metadata and tests ([c58c856](https://github.com/NVIDIA/elements/commit/c58c856))
18+
* chore(docs): update minification config ([0ff44a6](https://github.com/NVIDIA/elements/commit/0ff44a6))
19+
* chore(docs): update notice file ([21da17a](https://github.com/NVIDIA/elements/commit/21da17a))
20+
* chore(internals): generate custom data references ([3f2bd36](https://github.com/NVIDIA/elements/commit/3f2bd36))
21+
* chore(release): @nvidia-elements/cli-v2.1.0 [skip ci] ([f51dbc3](https://github.com/NVIDIA/elements/commit/f51dbc3))
22+
* chore(release): @nvidia-elements/cli-v2.1.1 [skip ci] ([4a0c00c](https://github.com/NVIDIA/elements/commit/4a0c00c))
23+
* chore(release): @nvidia-elements/cli-v2.1.2 [skip ci] ([089acec](https://github.com/NVIDIA/elements/commit/089acec))
24+
* chore(release): @nvidia-elements/cli-v2.1.3 [skip ci] ([a9a0571](https://github.com/NVIDIA/elements/commit/a9a0571))
25+
* chore(release): @nvidia-elements/cli-v2.1.4 [skip ci] ([5433ff2](https://github.com/NVIDIA/elements/commit/5433ff2))
26+
* chore(release): @nvidia-elements/core-v2.0.2 [skip ci] ([d01f774](https://github.com/NVIDIA/elements/commit/d01f774))
27+
* chore(release): @nvidia-elements/core-v2.0.3 [skip ci] ([2365253](https://github.com/NVIDIA/elements/commit/2365253))
28+
* chore(release): @nvidia-elements/core-v2.0.4 [skip ci] ([d91da36](https://github.com/NVIDIA/elements/commit/d91da36))
29+
* chore(release): @nvidia-elements/core-v2.1.0 [skip ci] ([9a874bd](https://github.com/NVIDIA/elements/commit/9a874bd))
30+
* chore(release): @nvidia-elements/core-v2.1.1 [skip ci] ([3e67a33](https://github.com/NVIDIA/elements/commit/3e67a33))
31+
* chore(release): @nvidia-elements/forms-v2.0.1 [skip ci] ([adb732e](https://github.com/NVIDIA/elements/commit/adb732e))
32+
* chore(release): @nvidia-elements/forms-v2.0.2 [skip ci] ([35e1073](https://github.com/NVIDIA/elements/commit/35e1073))
33+
* chore(release): @nvidia-elements/forms-v2.0.3 [skip ci] ([5285c80](https://github.com/NVIDIA/elements/commit/5285c80))
34+
* chore(release): @nvidia-elements/markdown-v2.0.1 [skip ci] ([931f033](https://github.com/NVIDIA/elements/commit/931f033))
35+
* chore(release): @nvidia-elements/markdown-v2.0.2 [skip ci] ([953ef48](https://github.com/NVIDIA/elements/commit/953ef48))
36+
* chore(release): @nvidia-elements/styles-v2.0.2 [skip ci] ([98a4325](https://github.com/NVIDIA/elements/commit/98a4325))
37+
* chore(release): @nvidia-elements/styles-v2.1.0 [skip ci] ([25eb987](https://github.com/NVIDIA/elements/commit/25eb987))
38+
* chore(starters): cleanup starter readme and templates ([e2e225c](https://github.com/NVIDIA/elements/commit/e2e225c))
39+
* chore(themes): add additional tests for css variable completions ([cbf14f8](https://github.com/NVIDIA/elements/commit/cbf14f8))
40+
* fix(cli): correct case sensitive identifiers ([6c8cd2b](https://github.com/NVIDIA/elements/commit/6c8cd2b))
41+
* fix(cli): correct metadata description length limit ([1682f8d](https://github.com/NVIDIA/elements/commit/1682f8d))
42+
* fix(cli): improve skills validation ([fe42614](https://github.com/NVIDIA/elements/commit/fe42614))
43+
* fix(cli): version and updater checks ([e6979e0](https://github.com/NVIDIA/elements/commit/e6979e0))
44+
* fix(code): include custom data documentation references ([f4efebb](https://github.com/NVIDIA/elements/commit/f4efebb))
45+
* fix(core): coordinate interest and popover interactions ([6f40256](https://github.com/NVIDIA/elements/commit/6f40256))
46+
* fix(core): include custom data documentation references ([bf9168c](https://github.com/NVIDIA/elements/commit/bf9168c))
47+
* fix(core): memory leaks from connected callback states ([f49c0bd](https://github.com/NVIDIA/elements/commit/f49c0bd))
48+
* fix(core): restore preferences input label capitalization ([45f9dd1](https://github.com/NVIDIA/elements/commit/45f9dd1))
49+
* fix(docs): enhance decorator transpilation ([a08584b](https://github.com/NVIDIA/elements/commit/a08584b))
50+
* fix(docs): iframe example paths ([eddbd96](https://github.com/NVIDIA/elements/commit/eddbd96))
51+
* fix(forms): coordinate interest and popover interactions ([168f218](https://github.com/NVIDIA/elements/commit/168f218))
52+
* fix(forms): export controller ([1808462](https://github.com/NVIDIA/elements/commit/1808462))
53+
* fix(forms): improve aria attribute management ([daab45f](https://github.com/NVIDIA/elements/commit/daab45f))
54+
* fix(internals): add url length validation for url generation ([1bc197e](https://github.com/NVIDIA/elements/commit/1bc197e))
55+
* fix(markdown): include custom data documentation references ([b887400](https://github.com/NVIDIA/elements/commit/b887400))
56+
* fix(monaco): include custom data documentation references ([75f42f5](https://github.com/NVIDIA/elements/commit/75f42f5))
57+
* fix(styles): use logical direction styles ([2edd48c](https://github.com/NVIDIA/elements/commit/2edd48c))
58+
* feat(cli): improve installer script ([0379d0e](https://github.com/NVIDIA/elements/commit/0379d0e))
59+
* feat(core): gauge ([70e115d](https://github.com/NVIDIA/elements/commit/70e115d))
60+
* feat(starters): add htmx+go and fix go starter ([d2ecd86](https://github.com/NVIDIA/elements/commit/d2ecd86))
61+
* feat(styles): add grow option for nve-text ([0b895ff](https://github.com/NVIDIA/elements/commit/0b895ff))
62+
163
## <small>2.0.1 (2026-06-10)</small>
264

365
* chore(media): update peer dependency version ([082a5f2](https://github.com/NVIDIA/elements/commit/082a5f2))

‎projects/code/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nvidia-elements/code",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"release": {
55
"extends": "../../release.config.js"
66
},

0 commit comments

Comments
 (0)