Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37b0575

Browse files
chore(release): @nvidia-elements/forms-v0.1.0 [skip ci]
## 0.1.0 (2026-06-03) * chore(ci): add labeler and stale workflows ([31730e8](31730e8)) * chore(ci): cleanup unused references and improve ci logging ([9280f22](9280f22)) * chore(ci): improve workflow default permissions ([878bafb](878bafb)) * chore(ci): lighthouse ([beee0dd](beee0dd)) * chore(ci): update agent configurations ([cbd664c](cbd664c)) * chore(ci): update lighthouse ([f1fb184](f1fb184)) * chore(ci): upgrade to typescript 7 ([d9c9705](d9c9705)) * chore(core): test coverage ([f2da970](f2da970)) * chore(core): update snapshots ([5c9bd5f](5c9bd5f)) * chore(docs): add agent tooling guidelines ([5eb909d](5eb909d)) * chore(docs): add media docs support ([f3906cb](f3906cb)) * chore(docs): add test command and configuration for vitest ([1e56150](1e56150)) * chore(docs): fixup metadata issues ([b931ff5](b931ff5)) * chore(docs): improve docs metadata ([00da961](00da961)) * chore(docs): metadata structure fixes ([efb89f7](efb89f7)) * chore(docs): remove runtime comments ([6fa19e5](6fa19e5)) * chore(docs): update agent documentation and component creation guidelines ([69e3ed5](69e3ed5)) * chore(internals): add new rules for class inheritance and aria attribute management ([c25838a](c25838a)) * chore(lint): add combobox api check ([71a34ef](71a34ef)) * chore(release): @nvidia-elements/cli-v0.0.12 [skip ci] ([ce02646](ce02646)) * chore(release): @nvidia-elements/cli-v0.1.0 [skip ci] ([e8e3187](e8e3187)) * chore(release): @nvidia-elements/cli-v0.2.0 [skip ci] ([3c83f7d](3c83f7d)) * chore(release): @nvidia-elements/cli-v0.2.1 [skip ci] ([a4e3dad](a4e3dad)) * chore(release): @nvidia-elements/cli-v0.2.2 [skip ci] ([c037db6](c037db6)) * chore(release): @nvidia-elements/cli-v0.2.3 [skip ci] ([0c1812f](0c1812f)) * chore(release): @nvidia-elements/code-v0.0.9 [skip ci] ([098029d](098029d)) * chore(release): @nvidia-elements/core-v0.1.1 [skip ci] ([b519690](b519690)) * chore(release): @nvidia-elements/core-v0.1.2 [skip ci] ([9b03b91](9b03b91)) * chore(release): @nvidia-elements/core-v0.1.3 [skip ci] ([c57a087](c57a087)) * chore(release): @nvidia-elements/core-v0.1.4 [skip ci] ([8b9d251](8b9d251)) * chore(release): @nvidia-elements/core-v0.2.0 [skip ci] ([471b568](471b568)) * chore(release): @nvidia-elements/core-v0.2.1 [skip ci] ([ac77441](ac77441)) * chore(release): @nvidia-elements/core-v0.2.2 [skip ci] ([094563b](094563b)) * chore(release): @nvidia-elements/create-v0.0.8 [skip ci] ([bfcb1fc](bfcb1fc)) * chore(release): @nvidia-elements/lint-v0.3.1 [skip ci] ([b3c65cc](b3c65cc)) * chore(release): @nvidia-elements/markdown-v0.0.9 [skip ci] ([a321984](a321984)) * chore(release): @nvidia-elements/monaco-v0.0.11 [skip ci] ([a076aee](a076aee)) * chore(release): @nvidia-elements/styles-v0.0.9 [skip ci] ([bd4ec9f](bd4ec9f)) * chore(release): @nvidia-elements/themes-v0.0.11 [skip ci] ([8618c39](8618c39)) * chore(starters): add agents files ([64eac99](64eac99)) * fix(ci): ensure node is available in agent sandbox ([27f7bd1](27f7bd1)) * fix(cli): binary version support ([39106f1](39106f1)) * fix(cli): broken default binary path ([368e6fe](368e6fe)) * fix(cli): handle command args ([0f526e0](0f526e0)) * fix(core): button contrast state ([4bafa47](4bafa47)) * fix(core): chrome scoped registry and popover behavior ([e8bb66c](e8bb66c)) * fix(core): cleanup timeout on popover close ([a3c1448](a3c1448)) * fix(core): correct read only property ([b9e7588](b9e7588)) * fix(core): refactor to use form control mixins ([5e1721d](5e1721d)) * fix(core): remove postinstall ([4818481](4818481)) * fix(docs): add missing mcp apps and custom elements manifest docs ([56d8415](56d8415)) * fix(monaco): refactor to use form control mixin entrypoint ([05c73b9](05c73b9)) * fix(themes): refactor conversions and fix out of bound colors ([4e98a7a](4e98a7a)) * feat(cli): add multiple version detection ([c98786a](c98786a)) * feat(cli): support cli skills ([41eb7c9](41eb7c9)) * feat(cli): support mcp apps and improved error handling ([17c3141](17c3141)) * feat(core): introduce tag layout options and patterns ([c961584](c961584)) * feat(forms): add form control mixins ([fc88b3a](fc88b3a))
1 parent f1fb184 commit 37b0575

2 files changed

Lines changed: 62 additions & 1 deletion

File tree

projects/forms/CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
## 0.1.0 (2026-06-03)
2+
3+
* chore(ci): add labeler and stale workflows ([31730e8](https://github.com/NVIDIA/elements/commit/31730e8))
4+
* chore(ci): cleanup unused references and improve ci logging ([9280f22](https://github.com/NVIDIA/elements/commit/9280f22))
5+
* chore(ci): improve workflow default permissions ([878bafb](https://github.com/NVIDIA/elements/commit/878bafb))
6+
* chore(ci): lighthouse ([beee0dd](https://github.com/NVIDIA/elements/commit/beee0dd))
7+
* chore(ci): update agent configurations ([cbd664c](https://github.com/NVIDIA/elements/commit/cbd664c))
8+
* chore(ci): update lighthouse ([f1fb184](https://github.com/NVIDIA/elements/commit/f1fb184))
9+
* chore(ci): upgrade to typescript 7 ([d9c9705](https://github.com/NVIDIA/elements/commit/d9c9705))
10+
* chore(core): test coverage ([f2da970](https://github.com/NVIDIA/elements/commit/f2da970))
11+
* chore(core): update snapshots ([5c9bd5f](https://github.com/NVIDIA/elements/commit/5c9bd5f))
12+
* chore(docs): add agent tooling guidelines ([5eb909d](https://github.com/NVIDIA/elements/commit/5eb909d))
13+
* chore(docs): add media docs support ([f3906cb](https://github.com/NVIDIA/elements/commit/f3906cb))
14+
* chore(docs): add test command and configuration for vitest ([1e56150](https://github.com/NVIDIA/elements/commit/1e56150))
15+
* chore(docs): fixup metadata issues ([b931ff5](https://github.com/NVIDIA/elements/commit/b931ff5))
16+
* chore(docs): improve docs metadata ([00da961](https://github.com/NVIDIA/elements/commit/00da961))
17+
* chore(docs): metadata structure fixes ([efb89f7](https://github.com/NVIDIA/elements/commit/efb89f7))
18+
* chore(docs): remove runtime comments ([6fa19e5](https://github.com/NVIDIA/elements/commit/6fa19e5))
19+
* chore(docs): update agent documentation and component creation guidelines ([69e3ed5](https://github.com/NVIDIA/elements/commit/69e3ed5))
20+
* chore(internals): add new rules for class inheritance and aria attribute management ([c25838a](https://github.com/NVIDIA/elements/commit/c25838a))
21+
* chore(lint): add combobox api check ([71a34ef](https://github.com/NVIDIA/elements/commit/71a34ef))
22+
* chore(release): @nvidia-elements/cli-v0.0.12 [skip ci] ([ce02646](https://github.com/NVIDIA/elements/commit/ce02646))
23+
* chore(release): @nvidia-elements/cli-v0.1.0 [skip ci] ([e8e3187](https://github.com/NVIDIA/elements/commit/e8e3187))
24+
* chore(release): @nvidia-elements/cli-v0.2.0 [skip ci] ([3c83f7d](https://github.com/NVIDIA/elements/commit/3c83f7d))
25+
* chore(release): @nvidia-elements/cli-v0.2.1 [skip ci] ([a4e3dad](https://github.com/NVIDIA/elements/commit/a4e3dad))
26+
* chore(release): @nvidia-elements/cli-v0.2.2 [skip ci] ([c037db6](https://github.com/NVIDIA/elements/commit/c037db6))
27+
* chore(release): @nvidia-elements/cli-v0.2.3 [skip ci] ([0c1812f](https://github.com/NVIDIA/elements/commit/0c1812f))
28+
* chore(release): @nvidia-elements/code-v0.0.9 [skip ci] ([098029d](https://github.com/NVIDIA/elements/commit/098029d))
29+
* chore(release): @nvidia-elements/core-v0.1.1 [skip ci] ([b519690](https://github.com/NVIDIA/elements/commit/b519690))
30+
* chore(release): @nvidia-elements/core-v0.1.2 [skip ci] ([9b03b91](https://github.com/NVIDIA/elements/commit/9b03b91))
31+
* chore(release): @nvidia-elements/core-v0.1.3 [skip ci] ([c57a087](https://github.com/NVIDIA/elements/commit/c57a087))
32+
* chore(release): @nvidia-elements/core-v0.1.4 [skip ci] ([8b9d251](https://github.com/NVIDIA/elements/commit/8b9d251))
33+
* chore(release): @nvidia-elements/core-v0.2.0 [skip ci] ([471b568](https://github.com/NVIDIA/elements/commit/471b568))
34+
* chore(release): @nvidia-elements/core-v0.2.1 [skip ci] ([ac77441](https://github.com/NVIDIA/elements/commit/ac77441))
35+
* chore(release): @nvidia-elements/core-v0.2.2 [skip ci] ([094563b](https://github.com/NVIDIA/elements/commit/094563b))
36+
* chore(release): @nvidia-elements/create-v0.0.8 [skip ci] ([bfcb1fc](https://github.com/NVIDIA/elements/commit/bfcb1fc))
37+
* chore(release): @nvidia-elements/lint-v0.3.1 [skip ci] ([b3c65cc](https://github.com/NVIDIA/elements/commit/b3c65cc))
38+
* chore(release): @nvidia-elements/markdown-v0.0.9 [skip ci] ([a321984](https://github.com/NVIDIA/elements/commit/a321984))
39+
* chore(release): @nvidia-elements/monaco-v0.0.11 [skip ci] ([a076aee](https://github.com/NVIDIA/elements/commit/a076aee))
40+
* chore(release): @nvidia-elements/styles-v0.0.9 [skip ci] ([bd4ec9f](https://github.com/NVIDIA/elements/commit/bd4ec9f))
41+
* chore(release): @nvidia-elements/themes-v0.0.11 [skip ci] ([8618c39](https://github.com/NVIDIA/elements/commit/8618c39))
42+
* chore(starters): add agents files ([64eac99](https://github.com/NVIDIA/elements/commit/64eac99))
43+
* fix(ci): ensure node is available in agent sandbox ([27f7bd1](https://github.com/NVIDIA/elements/commit/27f7bd1))
44+
* fix(cli): binary version support ([39106f1](https://github.com/NVIDIA/elements/commit/39106f1))
45+
* fix(cli): broken default binary path ([368e6fe](https://github.com/NVIDIA/elements/commit/368e6fe))
46+
* fix(cli): handle command args ([0f526e0](https://github.com/NVIDIA/elements/commit/0f526e0))
47+
* fix(core): button contrast state ([4bafa47](https://github.com/NVIDIA/elements/commit/4bafa47))
48+
* fix(core): chrome scoped registry and popover behavior ([e8bb66c](https://github.com/NVIDIA/elements/commit/e8bb66c))
49+
* fix(core): cleanup timeout on popover close ([a3c1448](https://github.com/NVIDIA/elements/commit/a3c1448))
50+
* fix(core): correct read only property ([b9e7588](https://github.com/NVIDIA/elements/commit/b9e7588))
51+
* fix(core): refactor to use form control mixins ([5e1721d](https://github.com/NVIDIA/elements/commit/5e1721d))
52+
* fix(core): remove postinstall ([4818481](https://github.com/NVIDIA/elements/commit/4818481))
53+
* fix(docs): add missing mcp apps and custom elements manifest docs ([56d8415](https://github.com/NVIDIA/elements/commit/56d8415))
54+
* fix(monaco): refactor to use form control mixin entrypoint ([05c73b9](https://github.com/NVIDIA/elements/commit/05c73b9))
55+
* fix(themes): refactor conversions and fix out of bound colors ([4e98a7a](https://github.com/NVIDIA/elements/commit/4e98a7a))
56+
* feat(cli): add multiple version detection ([c98786a](https://github.com/NVIDIA/elements/commit/c98786a))
57+
* feat(cli): support cli skills ([41eb7c9](https://github.com/NVIDIA/elements/commit/41eb7c9))
58+
* feat(cli): support mcp apps and improved error handling ([17c3141](https://github.com/NVIDIA/elements/commit/17c3141))
59+
* feat(core): introduce tag layout options and patterns ([c961584](https://github.com/NVIDIA/elements/commit/c961584))
60+
* feat(forms): add form control mixins ([fc88b3a](https://github.com/NVIDIA/elements/commit/fc88b3a))
61+
162
## <small>0.0.8 (2026-05-13)</small>
263

364
* chore(ci): add code rabbit config ([cf98be6](https://github.com/NVIDIA/elements/commit/cf98be6))

projects/forms/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/forms",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"release": {
55
"extends": "../../release.config.js"
66
},

0 commit comments

Comments
 (0)