Skip to content

Commit 287e6c3

Browse files
chore(release): @nvidia-elements/markdown-v2.0.3 [skip ci]
## <small>2.0.3 (2026-07-22)</small> * 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 lighthouse ([b5b71ca](b5b71ca)) * chore(ci): update metrics ([96ebb4b](96ebb4b)) * 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.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/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/monaco-v2.0.2 [skip ci] ([12820b1](12820b1)) * fix(cli): improve api metadata ([b2c13ab](b2c13ab)) * fix(cli): mute interactions on non tty sessions ([ba3230a](ba3230a)) * 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): 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(media): remove stale html custom data contribution ([baedd39](baedd39)) * feat(lint): add prefer-aria-label-in-compact-containers rule ([130279f](130279f))
1 parent c0e8291 commit 287e6c3

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

‎projects/markdown/CHANGELOG.md‎

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## <small>2.0.3 (2026-07-22)</small>
2+
3+
* chore(ci): disable no-missing-gap-space rule for specific test files ([47ae4ff](https://github.com/NVIDIA/elements/commit/47ae4ff))
4+
* chore(ci): enforce html custom data package contracts ([39ba85c](https://github.com/NVIDIA/elements/commit/39ba85c))
5+
* chore(ci): indexnow doc updates ([669552f](https://github.com/NVIDIA/elements/commit/669552f))
6+
* chore(ci): update lighthouse ([b5b71ca](https://github.com/NVIDIA/elements/commit/b5b71ca))
7+
* chore(ci): update metrics ([96ebb4b](https://github.com/NVIDIA/elements/commit/96ebb4b))
8+
* chore(release): @nvidia-elements/cli-v2.1.5 [skip ci] ([7e217b8](https://github.com/NVIDIA/elements/commit/7e217b8))
9+
* chore(release): @nvidia-elements/cli-v2.1.6 [skip ci] ([d6e9957](https://github.com/NVIDIA/elements/commit/d6e9957))
10+
* chore(release): @nvidia-elements/code-v2.0.2 [skip ci] ([f69e036](https://github.com/NVIDIA/elements/commit/f69e036))
11+
* chore(release): @nvidia-elements/core-v2.1.2 [skip ci] ([051719c](https://github.com/NVIDIA/elements/commit/051719c))
12+
* chore(release): @nvidia-elements/core-v2.1.3 [skip ci] ([b6c09ba](https://github.com/NVIDIA/elements/commit/b6c09ba))
13+
* chore(release): @nvidia-elements/core-v2.1.4 [skip ci] ([047fc0d](https://github.com/NVIDIA/elements/commit/047fc0d))
14+
* chore(release): @nvidia-elements/core-v2.1.5 [skip ci] ([a704fbe](https://github.com/NVIDIA/elements/commit/a704fbe))
15+
* chore(release): @nvidia-elements/core-v2.1.6 [skip ci] ([4a3a305](https://github.com/NVIDIA/elements/commit/4a3a305))
16+
* chore(release): @nvidia-elements/forms-v2.0.4 [skip ci] ([65b4f9e](https://github.com/NVIDIA/elements/commit/65b4f9e))
17+
* chore(release): @nvidia-elements/forms-v2.0.5 [skip ci] ([c0e8291](https://github.com/NVIDIA/elements/commit/c0e8291))
18+
* chore(release): @nvidia-elements/lint-v2.1.0 [skip ci] ([e668854](https://github.com/NVIDIA/elements/commit/e668854))
19+
* chore(release): @nvidia-elements/lint-v2.1.1 [skip ci] ([efb7a71](https://github.com/NVIDIA/elements/commit/efb7a71))
20+
* chore(release): @nvidia-elements/lint-v2.1.2 [skip ci] ([3b700cd](https://github.com/NVIDIA/elements/commit/3b700cd))
21+
* chore(release): @nvidia-elements/lint-v2.1.3 [skip ci] ([2c2320d](https://github.com/NVIDIA/elements/commit/2c2320d))
22+
* chore(release): @nvidia-elements/monaco-v2.0.2 [skip ci] ([12820b1](https://github.com/NVIDIA/elements/commit/12820b1))
23+
* fix(cli): improve api metadata ([b2c13ab](https://github.com/NVIDIA/elements/commit/b2c13ab))
24+
* fix(cli): mute interactions on non tty sessions ([ba3230a](https://github.com/NVIDIA/elements/commit/ba3230a))
25+
* fix(core): align root tree nodes ([6008461](https://github.com/NVIDIA/elements/commit/6008461))
26+
* fix(core): api documentation ([a02b9e2](https://github.com/NVIDIA/elements/commit/a02b9e2))
27+
* fix(core): clipping descenders on toolbar typography ([7965c3c](https://github.com/NVIDIA/elements/commit/7965c3c))
28+
* fix(core): collapsed tab group ([b7be2d9](https://github.com/NVIDIA/elements/commit/b7be2d9))
29+
* fix(core): ensure proper property and attribute reflection for button types ([af780c6](https://github.com/NVIDIA/elements/commit/af780c6))
30+
* fix(core): generate valid standalone framework declarations ([1544477](https://github.com/NVIDIA/elements/commit/1544477))
31+
* fix(core): page header text wrap issue ([03c481f](https://github.com/NVIDIA/elements/commit/03c481f))
32+
* fix(forms): proper property and attribute reflection for button mixin ([e6093dd](https://github.com/NVIDIA/elements/commit/e6093dd))
33+
* fix(forms): remove stale html custom data contribution ([c64f40d](https://github.com/NVIDIA/elements/commit/c64f40d))
34+
* fix(lint): enhance data binding checks and update test cases for popover triggers ([56e4701](https://github.com/NVIDIA/elements/commit/56e4701))
35+
* fix(lint): support framework event bindings ([4a1e72d](https://github.com/NVIDIA/elements/commit/4a1e72d))
36+
* fix(lint): update no-missing-gap-space rule to allow gap-optional values ([df74628](https://github.com/NVIDIA/elements/commit/df74628))
37+
* fix(markdown): export html custom data ([090c9c3](https://github.com/NVIDIA/elements/commit/090c9c3))
38+
* fix(media): remove stale html custom data contribution ([baedd39](https://github.com/NVIDIA/elements/commit/baedd39))
39+
* feat(lint): add prefer-aria-label-in-compact-containers rule ([130279f](https://github.com/NVIDIA/elements/commit/130279f))
40+
141
## <small>2.0.2 (2026-07-20)</small>
242

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

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

0 commit comments

Comments
 (0)