Skip to content

Commit d6ce1a6

Browse files
chore(release): @nvidia-elements/styles-v2.1.1 [skip ci]
## <small>2.1.1 (2026-07-28)</small> * fix(cli): improve api metadata ([b2c13ab](b2c13ab)) * fix(cli): mute interactions on non tty sessions ([ba3230a](ba3230a)) * fix(code): include custom data documentation references ([f4efebb](f4efebb)) * fix(core): align root tree nodes ([6008461](6008461)) * fix(core): api documentation ([a02b9e2](a02b9e2)) * fix(core): clipping descenders on toolbar typography ([7965c3c](7965c3c)) * fix(core): collapsed tab group ([b7be2d9](b7be2d9)) * fix(core): ensure proper property and attribute reflection for button types ([af780c6](af780c6)) * fix(core): generate valid standalone framework declarations ([1544477](1544477)) * fix(core): include custom data documentation references ([bf9168c](bf9168c)) * fix(core): page header text wrap issue ([03c481f](03c481f)) * fix(forms): proper property and attribute reflection for button mixin ([e6093dd](e6093dd)) * fix(forms): remove stale html custom data contribution ([c64f40d](c64f40d)) * fix(lint): enhance data binding checks and update test cases for popover triggers ([56e4701](56e4701)) * fix(lint): support framework event bindings ([4a1e72d](4a1e72d)) * fix(lint): update no-missing-gap-space rule to allow gap-optional values ([df74628](df74628)) * fix(markdown): export html custom data ([090c9c3](090c9c3)) * fix(markdown): include custom data documentation references ([b887400](b887400)) * fix(media): remove stale html custom data contribution ([baedd39](baedd39)) * fix(monaco): include custom data documentation references ([75f42f5](75f42f5)) * fix(styles): default line heights ([d13ea94](d13ea94)) * chore(ci): disable no-missing-gap-space rule for specific test files ([47ae4ff](47ae4ff)) * chore(ci): enforce html custom data package contracts ([39ba85c](39ba85c)) * chore(ci): indexnow doc updates ([669552f](669552f)) * chore(ci): update hugo starter to use mise defined binary ([29211a7](29211a7)) * chore(ci): update lighthouse ([73584d2](73584d2)) * chore(ci): update lighthouse ([b5b71ca](b5b71ca)) * chore(ci): update metrics ([96ebb4b](96ebb4b)) * chore(docs): add custom data reference tests ([af48603](af48603)) * chore(docs): feed title ([e7f3717](e7f3717)) * chore(docs): whats new page and skill ([9c6f1b2](9c6f1b2)) * chore(internals): generate custom data references ([3f2bd36](3f2bd36)) * chore(release): @nvidia-elements/cli-v2.1.5 [skip ci] ([7e217b8](7e217b8)) * chore(release): @nvidia-elements/cli-v2.1.6 [skip ci] ([d6e9957](d6e9957)) * chore(release): @nvidia-elements/code-v2.0.2 [skip ci] ([f69e036](f69e036)) * 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/core-v2.1.2 [skip ci] ([051719c](051719c)) * chore(release): @nvidia-elements/core-v2.1.3 [skip ci] ([b6c09ba](b6c09ba)) * chore(release): @nvidia-elements/core-v2.1.4 [skip ci] ([047fc0d](047fc0d)) * chore(release): @nvidia-elements/core-v2.1.5 [skip ci] ([a704fbe](a704fbe)) * chore(release): @nvidia-elements/core-v2.1.6 [skip ci] ([4a3a305](4a3a305)) * chore(release): @nvidia-elements/core-v2.2.0 [skip ci] ([6cf3292](6cf3292)) * chore(release): @nvidia-elements/forms-v2.0.4 [skip ci] ([65b4f9e](65b4f9e)) * chore(release): @nvidia-elements/forms-v2.0.5 [skip ci] ([c0e8291](c0e8291)) * chore(release): @nvidia-elements/lint-v2.1.0 [skip ci] ([e668854](e668854)) * chore(release): @nvidia-elements/lint-v2.1.1 [skip ci] ([efb7a71](efb7a71)) * chore(release): @nvidia-elements/lint-v2.1.2 [skip ci] ([3b700cd](3b700cd)) * chore(release): @nvidia-elements/lint-v2.1.3 [skip ci] ([2c2320d](2c2320d)) * chore(release): @nvidia-elements/lint-v2.2.0 [skip ci] ([0a6b54e](0a6b54e)) * chore(release): @nvidia-elements/markdown-v2.0.2 [skip ci] ([953ef48](953ef48)) * chore(release): @nvidia-elements/markdown-v2.0.3 [skip ci] ([287e6c3](287e6c3)) * chore(release): @nvidia-elements/monaco-v2.0.2 [skip ci] ([12820b1](12820b1)) * feat(core): add media i18n values ([371692a](371692a)) * feat(lint): add prefer-aria-label-in-compact-containers rule ([130279f](130279f)) * feat(lint): add rule to limit excessive primary actions ([e67fa69](e67fa69))
1 parent d13ea94 commit d6ce1a6

2 files changed

Lines changed: 60 additions & 1 deletion

File tree

‎projects/styles/CHANGELOG.md‎

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
## <small>2.1.1 (2026-07-28)</small>
2+
3+
* fix(cli): improve api metadata ([b2c13ab](https://github.com/NVIDIA/elements/commit/b2c13ab))
4+
* fix(cli): mute interactions on non tty sessions ([ba3230a](https://github.com/NVIDIA/elements/commit/ba3230a))
5+
* fix(code): include custom data documentation references ([f4efebb](https://github.com/NVIDIA/elements/commit/f4efebb))
6+
* fix(core): align root tree nodes ([6008461](https://github.com/NVIDIA/elements/commit/6008461))
7+
* fix(core): api documentation ([a02b9e2](https://github.com/NVIDIA/elements/commit/a02b9e2))
8+
* fix(core): clipping descenders on toolbar typography ([7965c3c](https://github.com/NVIDIA/elements/commit/7965c3c))
9+
* fix(core): collapsed tab group ([b7be2d9](https://github.com/NVIDIA/elements/commit/b7be2d9))
10+
* fix(core): ensure proper property and attribute reflection for button types ([af780c6](https://github.com/NVIDIA/elements/commit/af780c6))
11+
* fix(core): generate valid standalone framework declarations ([1544477](https://github.com/NVIDIA/elements/commit/1544477))
12+
* fix(core): include custom data documentation references ([bf9168c](https://github.com/NVIDIA/elements/commit/bf9168c))
13+
* fix(core): page header text wrap issue ([03c481f](https://github.com/NVIDIA/elements/commit/03c481f))
14+
* fix(forms): proper property and attribute reflection for button mixin ([e6093dd](https://github.com/NVIDIA/elements/commit/e6093dd))
15+
* fix(forms): remove stale html custom data contribution ([c64f40d](https://github.com/NVIDIA/elements/commit/c64f40d))
16+
* fix(lint): enhance data binding checks and update test cases for popover triggers ([56e4701](https://github.com/NVIDIA/elements/commit/56e4701))
17+
* fix(lint): support framework event bindings ([4a1e72d](https://github.com/NVIDIA/elements/commit/4a1e72d))
18+
* fix(lint): update no-missing-gap-space rule to allow gap-optional values ([df74628](https://github.com/NVIDIA/elements/commit/df74628))
19+
* fix(markdown): export html custom data ([090c9c3](https://github.com/NVIDIA/elements/commit/090c9c3))
20+
* fix(markdown): include custom data documentation references ([b887400](https://github.com/NVIDIA/elements/commit/b887400))
21+
* fix(media): remove stale html custom data contribution ([baedd39](https://github.com/NVIDIA/elements/commit/baedd39))
22+
* fix(monaco): include custom data documentation references ([75f42f5](https://github.com/NVIDIA/elements/commit/75f42f5))
23+
* fix(styles): default line heights ([d13ea94](https://github.com/NVIDIA/elements/commit/d13ea94))
24+
* chore(ci): disable no-missing-gap-space rule for specific test files ([47ae4ff](https://github.com/NVIDIA/elements/commit/47ae4ff))
25+
* chore(ci): enforce html custom data package contracts ([39ba85c](https://github.com/NVIDIA/elements/commit/39ba85c))
26+
* chore(ci): indexnow doc updates ([669552f](https://github.com/NVIDIA/elements/commit/669552f))
27+
* chore(ci): update hugo starter to use mise defined binary ([29211a7](https://github.com/NVIDIA/elements/commit/29211a7))
28+
* chore(ci): update lighthouse ([73584d2](https://github.com/NVIDIA/elements/commit/73584d2))
29+
* chore(ci): update lighthouse ([b5b71ca](https://github.com/NVIDIA/elements/commit/b5b71ca))
30+
* chore(ci): update metrics ([96ebb4b](https://github.com/NVIDIA/elements/commit/96ebb4b))
31+
* chore(docs): add custom data reference tests ([af48603](https://github.com/NVIDIA/elements/commit/af48603))
32+
* chore(docs): feed title ([e7f3717](https://github.com/NVIDIA/elements/commit/e7f3717))
33+
* chore(docs): whats new page and skill ([9c6f1b2](https://github.com/NVIDIA/elements/commit/9c6f1b2))
34+
* chore(internals): generate custom data references ([3f2bd36](https://github.com/NVIDIA/elements/commit/3f2bd36))
35+
* chore(release): @nvidia-elements/cli-v2.1.5 [skip ci] ([7e217b8](https://github.com/NVIDIA/elements/commit/7e217b8))
36+
* chore(release): @nvidia-elements/cli-v2.1.6 [skip ci] ([d6e9957](https://github.com/NVIDIA/elements/commit/d6e9957))
37+
* chore(release): @nvidia-elements/code-v2.0.2 [skip ci] ([f69e036](https://github.com/NVIDIA/elements/commit/f69e036))
38+
* chore(release): @nvidia-elements/core-v2.1.0 [skip ci] ([9a874bd](https://github.com/NVIDIA/elements/commit/9a874bd))
39+
* chore(release): @nvidia-elements/core-v2.1.1 [skip ci] ([3e67a33](https://github.com/NVIDIA/elements/commit/3e67a33))
40+
* chore(release): @nvidia-elements/core-v2.1.2 [skip ci] ([051719c](https://github.com/NVIDIA/elements/commit/051719c))
41+
* chore(release): @nvidia-elements/core-v2.1.3 [skip ci] ([b6c09ba](https://github.com/NVIDIA/elements/commit/b6c09ba))
42+
* chore(release): @nvidia-elements/core-v2.1.4 [skip ci] ([047fc0d](https://github.com/NVIDIA/elements/commit/047fc0d))
43+
* chore(release): @nvidia-elements/core-v2.1.5 [skip ci] ([a704fbe](https://github.com/NVIDIA/elements/commit/a704fbe))
44+
* chore(release): @nvidia-elements/core-v2.1.6 [skip ci] ([4a3a305](https://github.com/NVIDIA/elements/commit/4a3a305))
45+
* chore(release): @nvidia-elements/core-v2.2.0 [skip ci] ([6cf3292](https://github.com/NVIDIA/elements/commit/6cf3292))
46+
* chore(release): @nvidia-elements/forms-v2.0.4 [skip ci] ([65b4f9e](https://github.com/NVIDIA/elements/commit/65b4f9e))
47+
* chore(release): @nvidia-elements/forms-v2.0.5 [skip ci] ([c0e8291](https://github.com/NVIDIA/elements/commit/c0e8291))
48+
* chore(release): @nvidia-elements/lint-v2.1.0 [skip ci] ([e668854](https://github.com/NVIDIA/elements/commit/e668854))
49+
* chore(release): @nvidia-elements/lint-v2.1.1 [skip ci] ([efb7a71](https://github.com/NVIDIA/elements/commit/efb7a71))
50+
* chore(release): @nvidia-elements/lint-v2.1.2 [skip ci] ([3b700cd](https://github.com/NVIDIA/elements/commit/3b700cd))
51+
* chore(release): @nvidia-elements/lint-v2.1.3 [skip ci] ([2c2320d](https://github.com/NVIDIA/elements/commit/2c2320d))
52+
* chore(release): @nvidia-elements/lint-v2.2.0 [skip ci] ([0a6b54e](https://github.com/NVIDIA/elements/commit/0a6b54e))
53+
* chore(release): @nvidia-elements/markdown-v2.0.2 [skip ci] ([953ef48](https://github.com/NVIDIA/elements/commit/953ef48))
54+
* chore(release): @nvidia-elements/markdown-v2.0.3 [skip ci] ([287e6c3](https://github.com/NVIDIA/elements/commit/287e6c3))
55+
* chore(release): @nvidia-elements/monaco-v2.0.2 [skip ci] ([12820b1](https://github.com/NVIDIA/elements/commit/12820b1))
56+
* feat(core): add media i18n values ([371692a](https://github.com/NVIDIA/elements/commit/371692a))
57+
* feat(lint): add prefer-aria-label-in-compact-containers rule ([130279f](https://github.com/NVIDIA/elements/commit/130279f))
58+
* feat(lint): add rule to limit excessive primary actions ([e67fa69](https://github.com/NVIDIA/elements/commit/e67fa69))
59+
160
## 2.1.0 (2026-07-18)
261

362
* chore(ci): add slack release hook ([4a8fd85](https://github.com/NVIDIA/elements/commit/4a8fd85))

‎projects/styles/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/styles",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"release": {
55
"extends": "../../release.config.js"
66
},

0 commit comments

Comments
 (0)