Skip to content

Commit 71da74e

Browse files
thelukewaltongithub-actions
andauthored
chore(main): release zeta-web 0.4.0 (#8)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](zeta-web-v0.3.1...zeta-web-v0.4.0) (2025-03-14) ### ✨ New Features * Add bubbles: true, composed: true to base button ([ed4853a](ed4853a)) * added JSX Declaration file generation to CEM ([a81967c](a81967c)) * card border style ([#15](#15)) ([ed4853a](ed4853a)) * created select input component ([08d5970](08d5970)) * improved test counter script to read web.test.categories.json ([c4423d5](c4423d5)) * indeterminate state on progress circle ([a81967c](a81967c)) * integrate formField mixin with stepper input ([6a38d32](6a38d32)) * JSX Declaration for React 19 support ([#13](#13)) ([a81967c](a81967c)) * Select Input implement custom event for option clicks and handle onChange ([a81967c](a81967c)) * simplified Event declaration in all components, to help React usage ([a81967c](a81967c)) * testing structure lint rule ([c4423d5](c4423d5)) * wc code quality github action ([#7](#7)) ([8249776](8249776)) ### 🪲 Bug Fixes * Add options to change dialog size ([#19](#19)) ([e30e647](e30e647)) * change event in slider input and range selector ([a81967c](a81967c)) * Checkbox width ([f6c8347](f6c8347)) * hidden form field input for slider ([a81967c](a81967c)) * Icon variant not applying ([#20](#20)) ([f6c8347](f6c8347)) * Select input dropdown visibility and width ([e30e647](e30e647)) * top app bar font token ([a81967c](a81967c)) * **UX-1390:** Text input not working in react. ([#14](#14)) ([e00980f](e00980f)) ### 📈 Documentation * Update testing readme ([#16](#16)) ([68db298](68db298)) * **UX-1385:** Update contributing ([68db298](68db298)) ### ⛓️ Dependencies * Update esbuild due to reported vulnerability ([e00980f](e00980f)) * Update zeta-icons library ([#18](#18)) ([b87edde](b87edde)) ### 🧪 Tests * fixed some tests due to event name changes. ([a81967c](a81967c)) ### 🧹 Miscellaneous Chores * clean up checkbox and radio tests ([a81967c](a81967c)) * comment out unused import in slider stories ([a81967c](a81967c)) * remove comment from in page banner ([a81967c](a81967c)) * remove random backticks from testing readme ([a81967c](a81967c)) * removed React &lt;18 generator code ([a81967c](a81967c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent f6c8347 commit 71da74e

6 files changed

Lines changed: 278 additions & 222 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.4.0"
33
}

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
}
186186
.sbdocs.sbdocs-content:last-child:after {
187187
/* x-release-please-start-version */
188-
content: "zeta-web v0.3.1";
188+
content: "zeta-web v0.4.0";
189189
/* x-release-please-end */
190190
}
191191
details.repo-header {

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.3.1...zeta-web-v0.4.0) (2025-03-14)
4+
5+
6+
### ✨ New Features
7+
8+
* Add bubbles: true, composed: true to base button ([ed4853a](https://github.com/ZebraDevs/zeta-web/commit/ed4853aaf9178be8ccec86799364017cbc8d45d5))
9+
* added JSX Declaration file generation to CEM ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
10+
* card border style ([#15](https://github.com/ZebraDevs/zeta-web/issues/15)) ([ed4853a](https://github.com/ZebraDevs/zeta-web/commit/ed4853aaf9178be8ccec86799364017cbc8d45d5))
11+
* created select input component ([08d5970](https://github.com/ZebraDevs/zeta-web/commit/08d5970c9beed814a2574ebb20cd7c857af89956))
12+
* improved test counter script to read web.test.categories.json ([c4423d5](https://github.com/ZebraDevs/zeta-web/commit/c4423d50840ceeceaa5e8d4b2d033a0fe6b1f388))
13+
* indeterminate state on progress circle ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
14+
* integrate formField mixin with stepper input ([6a38d32](https://github.com/ZebraDevs/zeta-web/commit/6a38d32f9da78c14f1daa17187d32f7b3a66328a))
15+
* JSX Declaration for React 19 support ([#13](https://github.com/ZebraDevs/zeta-web/issues/13)) ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
16+
* Select Input implement custom event for option clicks and handle onChange ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
17+
* simplified Event declaration in all components, to help React usage ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
18+
* testing structure lint rule ([c4423d5](https://github.com/ZebraDevs/zeta-web/commit/c4423d50840ceeceaa5e8d4b2d033a0fe6b1f388))
19+
* wc code quality github action ([#7](https://github.com/ZebraDevs/zeta-web/issues/7)) ([8249776](https://github.com/ZebraDevs/zeta-web/commit/8249776699b3c24fc1020feef2ab7f0b8d156b2f))
20+
21+
22+
### 🪲 Bug Fixes
23+
24+
* Add options to change dialog size ([#19](https://github.com/ZebraDevs/zeta-web/issues/19)) ([e30e647](https://github.com/ZebraDevs/zeta-web/commit/e30e647abed1430272bc94d0205c0a6e3b3f7c2a))
25+
* change event in slider input and range selector ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
26+
* Checkbox width ([f6c8347](https://github.com/ZebraDevs/zeta-web/commit/f6c8347cb5eb7bc22922b9d72ed1083e9f512411))
27+
* hidden form field input for slider ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
28+
* Icon variant not applying ([#20](https://github.com/ZebraDevs/zeta-web/issues/20)) ([f6c8347](https://github.com/ZebraDevs/zeta-web/commit/f6c8347cb5eb7bc22922b9d72ed1083e9f512411))
29+
* Select input dropdown visibility and width ([e30e647](https://github.com/ZebraDevs/zeta-web/commit/e30e647abed1430272bc94d0205c0a6e3b3f7c2a))
30+
* top app bar font token ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
31+
* **UX-1390:** Text input not working in react. ([#14](https://github.com/ZebraDevs/zeta-web/issues/14)) ([e00980f](https://github.com/ZebraDevs/zeta-web/commit/e00980f20b9b5e15710eb0e70eecfd44ccafc1bf))
32+
33+
34+
### 📈 Documentation
35+
36+
* Update testing readme ([#16](https://github.com/ZebraDevs/zeta-web/issues/16)) ([68db298](https://github.com/ZebraDevs/zeta-web/commit/68db298c59db02ff03200ed556f05b63a0204331))
37+
* **UX-1385:** Update contributing ([68db298](https://github.com/ZebraDevs/zeta-web/commit/68db298c59db02ff03200ed556f05b63a0204331))
38+
39+
40+
### ⛓️ Dependencies
41+
42+
* Update esbuild due to reported vulnerability ([e00980f](https://github.com/ZebraDevs/zeta-web/commit/e00980f20b9b5e15710eb0e70eecfd44ccafc1bf))
43+
* Update zeta-icons library ([#18](https://github.com/ZebraDevs/zeta-web/issues/18)) ([b87edde](https://github.com/ZebraDevs/zeta-web/commit/b87eddef005b9d89109f037cec5a609b38fe5478))
44+
45+
46+
### 🧪 Tests
47+
48+
* fixed some tests due to event name changes. ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
49+
50+
51+
### 🧹 Miscellaneous Chores
52+
53+
* clean up checkbox and radio tests ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
54+
* comment out unused import in slider stories ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
55+
* remove comment from in page banner ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
56+
* remove random backticks from testing readme ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
57+
* removed React &lt;18 generator code ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224))
58+
359
## [0.3.1](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v0.3.0...zeta-web-v0.3.1) (2024-12-04)
460

561
### 📈 Documentation

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": "@zebra-fed/zeta-web",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"files": [
55
"dist",
66
"custom-elements.json",

0 commit comments

Comments
 (0)