diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d35a904..8032c17e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.4" + ".": "0.12.0" } diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 991642af..39fdc038 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -189,7 +189,7 @@ .sbdocs.sbdocs-content:last-child:after { /* x-release-please-start-version */ - content: "zeta-web v1.2.4"; + content: "zeta-web v0.12.0"; /* x-release-please-end */ } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ca5b7a..5c5d2b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,312 @@ # Changelog +## [0.12.0](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.2.4...zeta-web-v0.12.0) (2026-03-24) + + +### โš  BREAKING CHANGES + +* **UX-1541:** Change dropdown menu button text on selection of dropdown item ([#149](https://github.com/ZebraDevs/zeta-web/issues/149)) +* **UX-1452:** Update Global Header to new Figma designs ([#107](https://github.com/ZebraDevs/zeta-web/issues/107)) +* **UX-1446:** Update accordion to latest design. (New API, breaking changes) ([#79](https://github.com/ZebraDevs/zeta-web/issues/79)) +* Button, IconButton, Fab, Search, Snackbar now use `shape` prop with values`sharp` | `rounded` | `full` to match figma + +### Release-As + +* 0.9.0 ([4a1794c](https://github.com/ZebraDevs/zeta-web/commit/4a1794c12b4d30dac4b0ede65d2ba73a86056c15)) + + +### โœจ New Features + +* Add bubbles: true, composed: true to base button ([ed4853a](https://github.com/ZebraDevs/zeta-web/commit/ed4853aaf9178be8ccec86799364017cbc8d45d5)) +* added JSX Declaration file generation to CEM ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* added part to button to enable better styling ([#29](https://github.com/ZebraDevs/zeta-web/issues/29)) ([3d0bc18](https://github.com/ZebraDevs/zeta-web/commit/3d0bc18fa008fff2e5633aa4548ce36c41672499)) +* card border style ([#15](https://github.com/ZebraDevs/zeta-web/issues/15)) ([ed4853a](https://github.com/ZebraDevs/zeta-web/commit/ed4853aaf9178be8ccec86799364017cbc8d45d5)) +* created select input component ([08d5970](https://github.com/ZebraDevs/zeta-web/commit/08d5970c9beed814a2574ebb20cd7c857af89956)) +* **Global header:** Add custom logo slot and part ([#189](https://github.com/ZebraDevs/zeta-web/issues/189)) ([486cddd](https://github.com/ZebraDevs/zeta-web/commit/486cddd66dc2091f7f23991d8a52b03f3ed7e3d8)) +* improved test counter script to read web.test.categories.json ([c4423d5](https://github.com/ZebraDevs/zeta-web/commit/c4423d50840ceeceaa5e8d4b2d033a0fe6b1f388)) +* indeterminate state on progress circle ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* integrate formField mixin with stepper input ([6a38d32](https://github.com/ZebraDevs/zeta-web/commit/6a38d32f9da78c14f1daa17187d32f7b3a66328a)) +* JSX Declaration for React 19 support ([#13](https://github.com/ZebraDevs/zeta-web/issues/13)) ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Select Input implement custom event for option clicks and handle onChange ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* simplified Event declaration in all components, to help React usage ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Status label parts ([#171](https://github.com/ZebraDevs/zeta-web/issues/171)) ([d31a991](https://github.com/ZebraDevs/zeta-web/commit/d31a9910ae3bd2a9886241c3c083a0821491a79f)) +* testing structure lint rule ([c4423d5](https://github.com/ZebraDevs/zeta-web/commit/c4423d50840ceeceaa5e8d4b2d033a0fe6b1f388)) +* **text-input:** add support for integer only type input ([#83](https://github.com/ZebraDevs/zeta-web/issues/83)) ([0884cf8](https://github.com/ZebraDevs/zeta-web/commit/0884cf8c3b1993fed8ff982343bea6b46448ebc7)) +* **UX-1396:** icon - Add svg support in slot ([#41](https://github.com/ZebraDevs/zeta-web/issues/41)) ([339ad75](https://github.com/ZebraDevs/zeta-web/commit/339ad752dad0f6bd972d6e96a31eab501d15dc67)) +* **UX-1446:** Update accordion to latest design. (New API, breaking changes) ([#79](https://github.com/ZebraDevs/zeta-web/issues/79)) ([7e7564d](https://github.com/ZebraDevs/zeta-web/commit/7e7564d36373b7baf06b89831198be3776d97de3)) +* **UX-1452:** Avatar is now a slot, avatar styling uses avatar css variables, changed logo src to potentially fix non loading issue ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* **UX-1452:** Update Global Header to new Figma designs ([#107](https://github.com/ZebraDevs/zeta-web/issues/107)) ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* **UX-1455:** Empty State ([#76](https://github.com/ZebraDevs/zeta-web/issues/76)) ([673054f](https://github.com/ZebraDevs/zeta-web/commit/673054f291e848579ad7075955102e3ff4deb3d3)) +* **UX-1466:** Add illustrations ([#75](https://github.com/ZebraDevs/zeta-web/issues/75)) ([8c06c10](https://github.com/ZebraDevs/zeta-web/commit/8c06c10b59291261050dc45cabb86a0c6ff120bb)) +* **UX-1467:** Add Card Container Component ([#78](https://github.com/ZebraDevs/zeta-web/issues/78)) ([79f3ee5](https://github.com/ZebraDevs/zeta-web/commit/79f3ee5ede983c94726ef6d6919ab6d75227ae39)) +* **UX-1482:** TileButton ([#91](https://github.com/ZebraDevs/zeta-web/issues/91)) ([38374c3](https://github.com/ZebraDevs/zeta-web/commit/38374c3e90035da768f9958ee43d2cb07c142de9)) +* **UX-1513:** Global Header Search bar hides on smaller screens when max slot items are applied. Limits slot items to 6 children each ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* **UX-1542:** Make icon optional for text dropdown menu items ([#150](https://github.com/ZebraDevs/zeta-web/issues/150)) ([0129d26](https://github.com/ZebraDevs/zeta-web/commit/0129d26a3d1f5d1e8ee6cb2499e658c1ac32c722)) +* **UX-1546:** Add sizes to dropdown menu item, radio and checkbox ([#154](https://github.com/ZebraDevs/zeta-web/issues/154)) ([240ce31](https://github.com/ZebraDevs/zeta-web/commit/240ce3182c4aedadccaa2895049754e85ce6564f)) +* **UX-1553:** Chart Card Component ([#159](https://github.com/ZebraDevs/zeta-web/issues/159)) ([623ad7f](https://github.com/ZebraDevs/zeta-web/commit/623ad7f88847d0006815ca87e09cb646e14ee6f4)) +* **UX-1556:** Shimmer component for Zeta Web ([#163](https://github.com/ZebraDevs/zeta-web/issues/163)) ([999be10](https://github.com/ZebraDevs/zeta-web/commit/999be1065ce6de0dcde30750c0edf229aeb4ff5c)) +* **UX-1561:** Make leading icon optional, make buttons stay to right ([#167](https://github.com/ZebraDevs/zeta-web/issues/167)) ([319135b](https://github.com/ZebraDevs/zeta-web/commit/319135b52d9f562e3c95e29ea0fdd73b4aac60f1)) +* wc code quality github action ([#7](https://github.com/ZebraDevs/zeta-web/issues/7)) ([8249776](https://github.com/ZebraDevs/zeta-web/commit/8249776699b3c24fc1020feef2ab7f0b8d156b2f)) + + +### ๐Ÿชฒ Bug Fixes + +* Accordion did not import icon.js, may cause import issue ([#98](https://github.com/ZebraDevs/zeta-web/issues/98)) ([9819ddd](https://github.com/ZebraDevs/zeta-web/commit/9819ddd440a5547b1dcf51c16299a643f2010d4e)) +* Add focus, blur events for stepper-input ([0ea22c5](https://github.com/ZebraDevs/zeta-web/commit/0ea22c57921eccf6fa3535e08089ca0bedd4be2e)) +* Add options to change dialog size ([#19](https://github.com/ZebraDevs/zeta-web/issues/19)) ([e30e647](https://github.com/ZebraDevs/zeta-web/commit/e30e647abed1430272bc94d0205c0a6e3b3f7c2a)) +* Added progress circle color css token ([#47](https://github.com/ZebraDevs/zeta-web/issues/47)) ([e5ca27e](https://github.com/ZebraDevs/zeta-web/commit/e5ca27ebe1a1a2862ce2686a3f09210194926777)) +* Allow illustration src override ([c0b372a](https://github.com/ZebraDevs/zeta-web/commit/c0b372a8e0ab1d6934e3b4cd5798d03655fff638)) +* Button, IconButton, Fab, Search, Snackbar now use `shape` prop with values`sharp` | `rounded` | `full` to match figma ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4)) +* change documentation syntax in empty state ([#100](https://github.com/ZebraDevs/zeta-web/issues/100)) ([c0b372a](https://github.com/ZebraDevs/zeta-web/commit/c0b372a8e0ab1d6934e3b4cd5798d03655fff638)) +* change event in slider input and range selector ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Checkbox width ([f6c8347](https://github.com/ZebraDevs/zeta-web/commit/f6c8347cb5eb7bc22922b9d72ed1083e9f512411)) +* Fix change events for radio, checkbox and stepper input ([#64](https://github.com/ZebraDevs/zeta-web/issues/64)) ([0ea22c5](https://github.com/ZebraDevs/zeta-web/commit/0ea22c57921eccf6fa3535e08089ca0bedd4be2e)) +* Fix the types from previous commit(UX-1436) that did not work ([#56](https://github.com/ZebraDevs/zeta-web/issues/56)) ([a4738fc](https://github.com/ZebraDevs/zeta-web/commit/a4738fc6ac9544a1e11fb15ea5f76e103d888d84)) +* Fix zebra logo svg ([#118](https://github.com/ZebraDevs/zeta-web/issues/118)) ([0992290](https://github.com/ZebraDevs/zeta-web/commit/0992290e70a0451c4f7a281402706c9ecf080010)) +* **form-field:** enhance integer input handling with min and max ([#86](https://github.com/ZebraDevs/zeta-web/issues/86)) ([ce90465](https://github.com/ZebraDevs/zeta-web/commit/ce90465400aeeff1e9b903c770e10e24f7321197)) +* hidden form field input for slider ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Icon variant not applying ([#20](https://github.com/ZebraDevs/zeta-web/issues/20)) ([f6c8347](https://github.com/ZebraDevs/zeta-web/commit/f6c8347cb5eb7bc22922b9d72ed1083e9f512411)) +* minor bugs with adding new flavor ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* Radio button checked is bool not string ([#24](https://github.com/ZebraDevs/zeta-web/issues/24)) ([ab73b76](https://github.com/ZebraDevs/zeta-web/commit/ab73b76686b996860a48c68c946bf635831e46c1)) +* reflect AI prop ([cd70134](https://github.com/ZebraDevs/zeta-web/commit/cd701344b0a8c9784754e71f7eec1ef55145a0f9)) +* remove rounded props from button instances ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* Select dropdown position ([#32](https://github.com/ZebraDevs/zeta-web/issues/32)) ([4749c63](https://github.com/ZebraDevs/zeta-web/commit/4749c63629d23c248837c6a72d9d1cb7848ec26b)) +* Select input dropdown visibility and width ([e30e647](https://github.com/ZebraDevs/zeta-web/commit/e30e647abed1430272bc94d0205c0a6e3b3f7c2a)) +* slider input form field ([#40](https://github.com/ZebraDevs/zeta-web/issues/40)) ([a618506](https://github.com/ZebraDevs/zeta-web/commit/a61850675fbd4e93916dcb3eeeb1e95f83a9f0f5)) +* Stepper add focus override on button click ([#71](https://github.com/ZebraDevs/zeta-web/issues/71)) ([2d1341c](https://github.com/ZebraDevs/zeta-web/commit/2d1341cf012f800bac5a6b53e070fbe017f1cd22)) +* Stepper change / input events ([#66](https://github.com/ZebraDevs/zeta-web/issues/66)) ([5dae903](https://github.com/ZebraDevs/zeta-web/commit/5dae90394107836abe09a7b74510a92e42293ce5)) +* stepper input change event ([#31](https://github.com/ZebraDevs/zeta-web/issues/31)) ([b5054f3](https://github.com/ZebraDevs/zeta-web/commit/b5054f3706dfd5886c3d4752e5b6e098074c0c10)) +* stepper item role attribute moved to connectedcallback ([#114](https://github.com/ZebraDevs/zeta-web/issues/114)) ([6d68a64](https://github.com/ZebraDevs/zeta-web/commit/6d68a64beee5a8bab5476a828496b14510bc2f54)) +* stylesheet * cauess issues ([0992290](https://github.com/ZebraDevs/zeta-web/commit/0992290e70a0451c4f7a281402706c9ecf080010)) +* **text-input:** prevent increment and decrement beyond min and max values ([#88](https://github.com/ZebraDevs/zeta-web/issues/88)) ([df96b25](https://github.com/ZebraDevs/zeta-web/commit/df96b250b4b523602a08964f8db695d724dcc4b9)) +* top app bar font token ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Update button / fab border radius, size and color to match figma updates ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4)) +* Update text themes with line height 0 ([673054f](https://github.com/ZebraDevs/zeta-web/commit/673054f291e848579ad7075955102e3ff4deb3d3)) +* **UX-1336:** Center chevrons and icons ([#96](https://github.com/ZebraDevs/zeta-web/issues/96)) ([407a3d3](https://github.com/ZebraDevs/zeta-web/commit/407a3d345473783ba5720ca41b4794f101b936f7)) +* **UX-1349:** Add react JSX declarations into built d.ts files ([#38](https://github.com/ZebraDevs/zeta-web/issues/38)) ([b0341c1](https://github.com/ZebraDevs/zeta-web/commit/b0341c14d381b7828ae0c0a88a18cba60ea1faf2)) +* **UX-1389:** Dialog closes when click on blank area ([#36](https://github.com/ZebraDevs/zeta-web/issues/36)) ([cacdf23](https://github.com/ZebraDevs/zeta-web/commit/cacdf23e3688cb2c3d0a119efb53777ee42bb72c)) +* **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)) +* **UX-1436:** Add React input declarations to zeta input fields ([#52](https://github.com/ZebraDevs/zeta-web/issues/52)) ([f735f6c](https://github.com/ZebraDevs/zeta-web/commit/f735f6c88f283399bd87ffff0f862e9e01d87816)) +* **UX-1459:** Update dialog to match new Figma designs ([#93](https://github.com/ZebraDevs/zeta-web/issues/93)) ([156b6b3](https://github.com/ZebraDevs/zeta-web/commit/156b6b38d51083be33b4b4e2e4a6c04d25b41191)) +* **UX-1460:** Update badges to match designs ([#68](https://github.com/ZebraDevs/zeta-web/issues/68)) ([0d4c3b1](https://github.com/ZebraDevs/zeta-web/commit/0d4c3b125a384a4731a98d04f88ac320cf91e81b)) +* **UX-1494:** Fix icon alignment in small size button ([#112](https://github.com/ZebraDevs/zeta-web/issues/112)) ([fbcc3f5](https://github.com/ZebraDevs/zeta-web/commit/fbcc3f50e808d38edd644abf1e120e253a50087e)) +* **UX-1507:** Improve Stepper implementation with improved scaling and alignment ([63235bb](https://github.com/ZebraDevs/zeta-web/commit/63235bb3591224e3cd3ec21b27daf3c7d5a58449)) +* **UX-1523:** Update tooltip to use slot instead of prop for content ([#117](https://github.com/ZebraDevs/zeta-web/issues/117)) ([f26e818](https://github.com/ZebraDevs/zeta-web/commit/f26e81812c3326d4f4cc1683086e7535b9566862)) +* **UX-1528:** Make droppable position update with screen resize ([#128](https://github.com/ZebraDevs/zeta-web/issues/128)) ([4ea41ca](https://github.com/ZebraDevs/zeta-web/commit/4ea41ca0266c50b6b2cfb88343daa31719e0157a)) +* **UX-1529:** Add click functions & listeners on buttons in Global Header ([#131](https://github.com/ZebraDevs/zeta-web/issues/131)) ([32d2947](https://github.com/ZebraDevs/zeta-web/commit/32d29473f4207e93ce3f1d2673eb5a4f65900f93)) +* **UX-1529:** Implement tests for new click callback functions ([32d2947](https://github.com/ZebraDevs/zeta-web/commit/32d29473f4207e93ce3f1d2673eb5a4f65900f93)) +* **UX-1532:** Fix Global Header button events ([#136](https://github.com/ZebraDevs/zeta-web/issues/136)) ([c6c5668](https://github.com/ZebraDevs/zeta-web/commit/c6c56684b3ecefa6f9827280681e6c50119c5f68)) +* **UX-1532:** Fix Global Header Logo color ([c6c5668](https://github.com/ZebraDevs/zeta-web/commit/c6c56684b3ecefa6f9827280681e6c50119c5f68)) +* **UX-1533:** Stepper counter on Safari counts ([#140](https://github.com/ZebraDevs/zeta-web/issues/140)) ([a705462](https://github.com/ZebraDevs/zeta-web/commit/a7054624ca8f66ce5e6b03a3023e099ac2fc2eb4)) +* **UX-1534:** Change avatar background colour on global header ([#141](https://github.com/ZebraDevs/zeta-web/issues/141)) ([dc4273b](https://github.com/ZebraDevs/zeta-web/commit/dc4273bfb228551945380cd9457b2ce5f99ce7fe)) +* **UX-1535:** Fixed bug where edit icon border colour was not showing and could not ([ad4f5b9](https://github.com/ZebraDevs/zeta-web/commit/ad4f5b90422226216f1ddf64a49e7fcc622ff7d1)) +* **UX-1536:** Fixes sticky hover styling for buttons on iOS devices ([#144](https://github.com/ZebraDevs/zeta-web/issues/144)) ([aa16b84](https://github.com/ZebraDevs/zeta-web/commit/aa16b84d0f925929cf954b982b8a53f47e527cbd)) +* **UX-1537:** Fix hover styles on iOS to prevent sticky hover styling on click ([#147](https://github.com/ZebraDevs/zeta-web/issues/147)) ([72daf5c](https://github.com/ZebraDevs/zeta-web/commit/72daf5cbf3ee75b255a1315d426201d35293e96a)) +* **UX-1540:** Fix input chip avatar image ([#148](https://github.com/ZebraDevs/zeta-web/issues/148)) ([c059b4f](https://github.com/ZebraDevs/zeta-web/commit/c059b4f98c1e0f4ac1f2b31a1a51cdead26e43f5)) +* **UX-1545:** Fix icon and image avatars not rendering properly ([#181](https://github.com/ZebraDevs/zeta-web/issues/181)) ([fc4ce50](https://github.com/ZebraDevs/zeta-web/commit/fc4ce50d0ae2562674183582797251765bda1428)) +* **UX-1548:** Default dropdown menu item matches medium size ([#156](https://github.com/ZebraDevs/zeta-web/issues/156)) ([12d17af](https://github.com/ZebraDevs/zeta-web/commit/12d17af6f1bfa2252f207c545dfb860d94e4bd41)) +* **UX-1549:** Remove duplicate padding when icon is present in dropdown menu item ([#157](https://github.com/ZebraDevs/zeta-web/issues/157)) ([370bd31](https://github.com/ZebraDevs/zeta-web/commit/370bd31d8ea6bbf9a59c19515db89babc97683ca)) +* **UX-1562:** Don't allow toggle form elements to shrink/warp ([#179](https://github.com/ZebraDevs/zeta-web/issues/179)) ([7bfe0c5](https://github.com/ZebraDevs/zeta-web/commit/7bfe0c50b40a72451e6b35a18ab3f350fb66855c)) +* **UX-1565:** Add part to Dialog to allow external styling ([#169](https://github.com/ZebraDevs/zeta-web/issues/169)) ([4b65128](https://github.com/ZebraDevs/zeta-web/commit/4b65128e034b3771830ef5ec123f498e9ad027e1)) +* **UX-1568:** Make select-input component fire scroll events on scroll of options ([#182](https://github.com/ZebraDevs/zeta-web/issues/182)) ([d3d5b6c](https://github.com/ZebraDevs/zeta-web/commit/d3d5b6c5124b3783d370684b4d5dd0e789b46d36)) +* **UX-1569:** Select Input - fixed position prop ([#185](https://github.com/ZebraDevs/zeta-web/issues/185)) ([f7138e3](https://github.com/ZebraDevs/zeta-web/commit/f7138e38ca5cb55dd9c9da089f03d8c509e386d4)) + + +### ๐Ÿ“ˆ Documentation + +* Add backticks to fix tooltip comment ([#119](https://github.com/ZebraDevs/zeta-web/issues/119)) ([69b960f](https://github.com/ZebraDevs/zeta-web/commit/69b960f681cdda3a8c758a6373dea1a1718b4fe1)) +* Add documentation for css properties ([#115](https://github.com/ZebraDevs/zeta-web/issues/115)) ([8ab6d4c](https://github.com/ZebraDevs/zeta-web/commit/8ab6d4ce2bb5a10bcab6075fe09f089efa03eaac)) +* Add documentation to css semantics ([#33](https://github.com/ZebraDevs/zeta-web/issues/33)) ([db9b331](https://github.com/ZebraDevs/zeta-web/commit/db9b33142b5ca1fdade43ab2903b076cdf868c25)) +* Add Figma code connect ([#80](https://github.com/ZebraDevs/zeta-web/issues/80)) ([c1e72b6](https://github.com/ZebraDevs/zeta-web/commit/c1e72b62a99eb3a8fcd8cf33e2854e1f90350e3a)) +* Add image to readme ([6d562b4](https://github.com/ZebraDevs/zeta-web/commit/6d562b498a1f2b76367ff1b7e4127169f648dab5)) +* Add TileButton to example app ([172f9b8](https://github.com/ZebraDevs/zeta-web/commit/172f9b84d500561630379d1d0800ec06d75bd1b1)) +* Fix misssplled figma ([b35b915](https://github.com/ZebraDevs/zeta-web/commit/b35b915fa34ad7af099641ac8d38548ddc043fab)) +* remove image from readme on storybook ([cfccda6](https://github.com/ZebraDevs/zeta-web/commit/cfccda6c67691d070feec37c37b556ecc609c7db)) +* Update developer experience in Readme ([db9b331](https://github.com/ZebraDevs/zeta-web/commit/db9b33142b5ca1fdade43ab2903b076cdf868c25)) +* Update dialog doc ([9c47444](https://github.com/ZebraDevs/zeta-web/commit/9c47444f637a9c3a5e1018a31ea185592db2f1c0)) +* Update example app ([#123](https://github.com/ZebraDevs/zeta-web/issues/123)) ([9298ac5](https://github.com/ZebraDevs/zeta-web/commit/9298ac533fa3a144bf95d09db12b7779dd7982e0)) +* Update installation instructions in readme and update links in storybook ([99b71e4](https://github.com/ZebraDevs/zeta-web/commit/99b71e49c9aad2b831e70ea0ac3efa2cf117dec9)) +* Update JSX instructions in readme ([4e0e7ba](https://github.com/ZebraDevs/zeta-web/commit/4e0e7ba64f878d20d9d9ea56a0c1817894bba868)) +* Update readme ([6475562](https://github.com/ZebraDevs/zeta-web/commit/6475562a410c7d0a2667d4fc26c0637c173bcb05)) +* Update testing readme ([#16](https://github.com/ZebraDevs/zeta-web/issues/16)) ([68db298](https://github.com/ZebraDevs/zeta-web/commit/68db298c59db02ff03200ed556f05b63a0204331)) +* **UX-1192:** Add example app ([#59](https://github.com/ZebraDevs/zeta-web/issues/59)) ([3822f26](https://github.com/ZebraDevs/zeta-web/commit/3822f26a8c731e5c61ede4d2733509e2c710301d)) +* **UX-1385:** Update contributing ([68db298](https://github.com/ZebraDevs/zeta-web/commit/68db298c59db02ff03200ed556f05b63a0204331)) +* **UX-1431:** Add documentation on adding custom fonts ([339ad75](https://github.com/ZebraDevs/zeta-web/commit/339ad752dad0f6bd972d6e96a31eab501d15dc67)) +* **UX-1487:** Add component readme ([#101](https://github.com/ZebraDevs/zeta-web/issues/101)) ([37f9e88](https://github.com/ZebraDevs/zeta-web/commit/37f9e882523a8cf1be3921a8adb37e26df056a26)) +* **UX-1487:** Update documentation for consistency ([#102](https://github.com/ZebraDevs/zeta-web/issues/102)) ([afdb316](https://github.com/ZebraDevs/zeta-web/commit/afdb316c5f88f0bb621edbdbe05824a605f4caf0)) +* **UX-1535:** Updated documentation with new CSS props ([ad4f5b9](https://github.com/ZebraDevs/zeta-web/commit/ad4f5b90422226216f1ddf64a49e7fcc622ff7d1)) + + +### โ›“๏ธ Dependencies + +* **automated:** Update theme tokens ([#39](https://github.com/ZebraDevs/zeta-web/issues/39)) ([bf6c1f1](https://github.com/ZebraDevs/zeta-web/commit/bf6c1f182c76002dbc54c4365a63c9162c4fdd02)) +* **automated:** Update theme tokens ([#72](https://github.com/ZebraDevs/zeta-web/issues/72)) ([bd4bba5](https://github.com/ZebraDevs/zeta-web/commit/bd4bba5640cd83a9f333b64317187f275b98996a)) +* **automated:** Update zeta-icons to v1.3.0 ([939c6db](https://github.com/ZebraDevs/zeta-web/commit/939c6dbbf3fc1354b756bbe04900a6d0e0a21354)) +* **automated:** Update zeta-icons to v1.4.0 ([8f4c2ba](https://github.com/ZebraDevs/zeta-web/commit/8f4c2bacdb0192e3f3bb421b3ce5709a5892146e)) +* **automated:** Update zeta-icons to v1.5.0 ([596c3d9](https://github.com/ZebraDevs/zeta-web/commit/596c3d9c6650672d87acaa09f93385100243b161)) +* **automated:** Update zeta-icons to v1.6.0 ([0f71ef4](https://github.com/ZebraDevs/zeta-web/commit/0f71ef46414d0cc4405794b5f100908a317c3293)) +* **automated:** Update zeta-icons to v1.7.0 ([6776730](https://github.com/ZebraDevs/zeta-web/commit/6776730953c5969f764399566c3e579122a31feb)) +* **automated:** Update zeta-icons to v1.8.0 ([1450c8d](https://github.com/ZebraDevs/zeta-web/commit/1450c8db2f5a1b7ac871c79645ffffc571b8c794)) +* **automated:** Update zeta-icons to v1.9.0 ([62b8eb7](https://github.com/ZebraDevs/zeta-web/commit/62b8eb7a979d36db78e595622391010b39d6f8d9)) +* Update dependencies ([f2d0663](https://github.com/ZebraDevs/zeta-web/commit/f2d0663fe2a372a6b0236dd4ff964ced34905653)) +* Update dependencies ([35e71d1](https://github.com/ZebraDevs/zeta-web/commit/35e71d111fa5bc90ab3be4563d4483c3f95397bf)) +* update deps ([2590450](https://github.com/ZebraDevs/zeta-web/commit/259045047978b63314b9e6d9607f7fa46e9b00a3)) +* update deps ([6068b44](https://github.com/ZebraDevs/zeta-web/commit/6068b447cbdcf6fa6f2f514de058d70fe58022d5)) +* Update deps ([6ab97f8](https://github.com/ZebraDevs/zeta-web/commit/6ab97f8d776801320fdfcb016ec98f084f8c5c85)) +* Update deps ([c510447](https://github.com/ZebraDevs/zeta-web/commit/c51044792feb0a90af36e40155e468df74df0943)) +* Update deps ([f0d7c4f](https://github.com/ZebraDevs/zeta-web/commit/f0d7c4f9095d471f3577f0dff2d78ae53eb54c59)) +* Update deps and zeta-icons ([2ee9759](https://github.com/ZebraDevs/zeta-web/commit/2ee9759513007f01640caf5633be593efdef9e21)) +* Update esbuild due to reported vulnerability ([e00980f](https://github.com/ZebraDevs/zeta-web/commit/e00980f20b9b5e15710eb0e70eecfd44ccafc1bf)) +* Update node dependencies ([#135](https://github.com/ZebraDevs/zeta-web/issues/135)) ([ca2b157](https://github.com/ZebraDevs/zeta-web/commit/ca2b15700a053847e0e151340cc4bfdf9b563c2b)) +* update node deps ([27b0628](https://github.com/ZebraDevs/zeta-web/commit/27b06289128f5a404470ec58cce9ac05f0c12ca2)) +* Update packages ([#25](https://github.com/ZebraDevs/zeta-web/issues/25)) ([25b1e50](https://github.com/ZebraDevs/zeta-web/commit/25b1e508753895c87aca809dd0e33ec857e9c70f)) +* update yarn ([f0c0652](https://github.com/ZebraDevs/zeta-web/commit/f0c0652ce3eb90729ae50cfe334a3e6c78d4e7a7)) +* Update yarn and node deps ([6258201](https://github.com/ZebraDevs/zeta-web/commit/62582019707df52dbc6aa550da7a129080833fb4)) +* Update zeta-icons library ([#18](https://github.com/ZebraDevs/zeta-web/issues/18)) ([b87edde](https://github.com/ZebraDevs/zeta-web/commit/b87eddef005b9d89109f037cec5a609b38fe5478)) +* Update zeta-icons library ([#48](https://github.com/ZebraDevs/zeta-web/issues/48)) ([8e99ecc](https://github.com/ZebraDevs/zeta-web/commit/8e99eccec77f57ab8404f15efade689e972f6eef)) +* Update zeta-icons library ([#61](https://github.com/ZebraDevs/zeta-web/issues/61)) ([5161a8d](https://github.com/ZebraDevs/zeta-web/commit/5161a8df91c2b5a0ae34d60444648dbd1ce0456a)) +* Update zeta-icons library ([#73](https://github.com/ZebraDevs/zeta-web/issues/73)) ([dd525c4](https://github.com/ZebraDevs/zeta-web/commit/dd525c4ec627f633d20c5f3c0725f0ad513d7eed)) +* Update zeta-icons library ([#85](https://github.com/ZebraDevs/zeta-web/issues/85)) ([d23d45e](https://github.com/ZebraDevs/zeta-web/commit/d23d45eeae955d7bbfc1bf1109a8f38c3180a826)) +* Update zeta-icons library ([#97](https://github.com/ZebraDevs/zeta-web/issues/97)) ([94f0aa5](https://github.com/ZebraDevs/zeta-web/commit/94f0aa5411039de43440b670a89c9f4cbe559e61)) +* Update zeta-icons library ([#99](https://github.com/ZebraDevs/zeta-web/issues/99)) ([a77099a](https://github.com/ZebraDevs/zeta-web/commit/a77099a3a67b46e41b5773e5b8a5bb913239cc9b)) + + +### ๐Ÿงช Tests + +* Add global header tests ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* add slightly more thorough accessibility contrast tests ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4)) +* Add tests for Card Component ([79f3ee5](https://github.com/ZebraDevs/zeta-web/commit/79f3ee5ede983c94726ef6d6919ab6d75227ae39)) +* Dialog closeOnBarrierClicked prop ([cacdf23](https://github.com/ZebraDevs/zeta-web/commit/cacdf23e3688cb2c3d0a119efb53777ee42bb72c)) +* Fix failing icon button test ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* fixed some tests due to event name changes. ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Update tests for new accordion component ([7e7564d](https://github.com/ZebraDevs/zeta-web/commit/7e7564d36373b7baf06b89831198be3776d97de3)) + + +### ๐Ÿงน Miscellaneous Chores + +* Add .js to imports for packages that require fully qualified imports ([#23](https://github.com/ZebraDevs/zeta-web/issues/23)) ([fb6ee75](https://github.com/ZebraDevs/zeta-web/commit/fb6ee75900d2812bef6081d7611807b215cd742c)) +* Adding Error & hints to stepper ([#45](https://github.com/ZebraDevs/zeta-web/issues/45)) ([a74fb1c](https://github.com/ZebraDevs/zeta-web/commit/a74fb1c2152ff478e060f80266861e30f32ee227)) +* change example to use js ([#108](https://github.com/ZebraDevs/zeta-web/issues/108)) ([172f9b8](https://github.com/ZebraDevs/zeta-web/commit/172f9b84d500561630379d1d0800ec06d75bd1b1)) +* clean up checkbox and radio tests ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Clean up documentation and logic, eslint fixes ([dcff366](https://github.com/ZebraDevs/zeta-web/commit/dcff3661731c0ec658516ff1881f78cb6e90bc93)) +* comment out unused import in slider stories ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* **deps-dev:** bump dompurify from 3.3.1 to 3.3.2 ([#183](https://github.com/ZebraDevs/zeta-web/issues/183)) ([79729b0](https://github.com/ZebraDevs/zeta-web/commit/79729b039f2dab47858110ef90cb6aff6220ec0a)) +* **deps-dev:** bump storybook from 8.6.14 to 8.6.15 ([#160](https://github.com/ZebraDevs/zeta-web/issues/160)) ([c8342fb](https://github.com/ZebraDevs/zeta-web/commit/c8342fb2951947fff9b6764a514e8655f2d79631)) +* **deps-dev:** bump vite from 6.3.6 to 6.4.1 ([#133](https://github.com/ZebraDevs/zeta-web/issues/133)) ([c4f5850](https://github.com/ZebraDevs/zeta-web/commit/c4f5850e86dbee67f4a60af8004559bea1b3eec0)) +* **deps:** bump basic-ftp from 5.1.0 to 5.2.0 ([#176](https://github.com/ZebraDevs/zeta-web/issues/176)) ([14ab37e](https://github.com/ZebraDevs/zeta-web/commit/14ab37ec0e5b4c0f0a804b5880e8d9173a211249)) +* **deps:** bump flatted from 3.3.3 to 3.4.2 ([#187](https://github.com/ZebraDevs/zeta-web/issues/187)) ([933b10b](https://github.com/ZebraDevs/zeta-web/commit/933b10b617f6b8190dd2450ed6acf8b0966b8b07)) +* **deps:** bump form-data from 4.0.2 to 4.0.4 ([#84](https://github.com/ZebraDevs/zeta-web/issues/84)) ([b0f222b](https://github.com/ZebraDevs/zeta-web/commit/b0f222b34cbab38bbff2669531a7dfd24cf07b8b)) +* **deps:** bump js-yaml from 3.14.1 to 3.14.2 ([#155](https://github.com/ZebraDevs/zeta-web/issues/155)) ([f6a7e82](https://github.com/ZebraDevs/zeta-web/commit/f6a7e82432c20a437b0fbd7288a0ceaad7fc4791)) +* **deps:** bump koa from 2.16.0 to 2.16.1 ([#35](https://github.com/ZebraDevs/zeta-web/issues/35)) ([d3b7ac9](https://github.com/ZebraDevs/zeta-web/commit/d3b7ac9e4eed8c181b4e1a7598fc76e3ab67d588)) +* **deps:** bump koa from 2.16.1 to 2.16.2 ([#90](https://github.com/ZebraDevs/zeta-web/issues/90)) ([05e6029](https://github.com/ZebraDevs/zeta-web/commit/05e60293c73f305cf7404e1bb1be1cd1087e185c)) +* **deps:** bump koa from 2.16.3 to 2.16.4 ([#177](https://github.com/ZebraDevs/zeta-web/issues/177)) ([1fcc007](https://github.com/ZebraDevs/zeta-web/commit/1fcc0079ca773377f33dc6637dd2c7b4dc4e7f94)) +* **deps:** bump qs from 6.14.0 to 6.14.1 ([#161](https://github.com/ZebraDevs/zeta-web/issues/161)) ([b7ea2e8](https://github.com/ZebraDevs/zeta-web/commit/b7ea2e8a2f22cde5d344b5025bb696e072ae1f84)) +* **deps:** bump qs from 6.14.1 to 6.15.0 ([#172](https://github.com/ZebraDevs/zeta-web/issues/172)) ([e16c20f](https://github.com/ZebraDevs/zeta-web/commit/e16c20f5caf287a1477f92967d318807f6fa8fe5)) +* **deps:** bump rollup from 4.57.1 to 4.59.0 ([#178](https://github.com/ZebraDevs/zeta-web/issues/178)) ([49e6f16](https://github.com/ZebraDevs/zeta-web/commit/49e6f1681bcc14fc6357b70f46ee7262b9c6a837)) +* **deps:** bump tar from 7.5.1 to 7.5.2 ([#145](https://github.com/ZebraDevs/zeta-web/issues/145)) ([e8facf8](https://github.com/ZebraDevs/zeta-web/commit/e8facf83e30819c84e1c53b78ab78ca2a57bfc23)) +* **deps:** bump tar from 7.5.2 to 7.5.4 ([#164](https://github.com/ZebraDevs/zeta-web/issues/164)) ([a45c558](https://github.com/ZebraDevs/zeta-web/commit/a45c558ec6e2b47bc60530acfb5a12c4429f030c)) +* **deps:** bump tar from 7.5.4 to 7.5.7 ([#166](https://github.com/ZebraDevs/zeta-web/issues/166)) ([69cd255](https://github.com/ZebraDevs/zeta-web/commit/69cd25561f5306605d7302a4905857c3ca319d23)) +* **deps:** bump tar from 7.5.7 to 7.5.9 ([#173](https://github.com/ZebraDevs/zeta-web/issues/173)) ([8a80344](https://github.com/ZebraDevs/zeta-web/commit/8a803447d0e775582d5933cc3bd66553f79c0988)) +* **deps:** bump tar from 7.5.9 to 7.5.11 ([#184](https://github.com/ZebraDevs/zeta-web/issues/184)) ([c4c797a](https://github.com/ZebraDevs/zeta-web/commit/c4c797a7e0a43e2679be8fcae24e859a87015b50)) +* **deps:** bump tar-fs from 3.0.8 to 3.0.9 ([#49](https://github.com/ZebraDevs/zeta-web/issues/49)) ([5b5b8eb](https://github.com/ZebraDevs/zeta-web/commit/5b5b8ebc6ebc6936f1f53b454599e46b59c64e2c)) +* **deps:** bump tar-fs from 3.1.0 to 3.1.1 ([#121](https://github.com/ZebraDevs/zeta-web/issues/121)) ([5c8d5e0](https://github.com/ZebraDevs/zeta-web/commit/5c8d5e060d267c2da3992fc62512d09500e063a1)) +* **main:** release zeta-web 0.10.0 ([#81](https://github.com/ZebraDevs/zeta-web/issues/81)) ([b2ad46d](https://github.com/ZebraDevs/zeta-web/commit/b2ad46d2360ce8b1d7a6835e0a36bb844fde0e1f)) +* **main:** release zeta-web 0.10.1 ([#87](https://github.com/ZebraDevs/zeta-web/issues/87)) ([253c3f9](https://github.com/ZebraDevs/zeta-web/commit/253c3f9b4b0abba342bd043afe3e74a1f1b8de87)) +* **main:** release zeta-web 0.10.2 ([#89](https://github.com/ZebraDevs/zeta-web/issues/89)) ([cfeb563](https://github.com/ZebraDevs/zeta-web/commit/cfeb563c27507a3c1e9e8bca2e26db29eda2f7a3)) +* **main:** release zeta-web 0.11.0 ([#94](https://github.com/ZebraDevs/zeta-web/issues/94)) ([48e84c8](https://github.com/ZebraDevs/zeta-web/commit/48e84c8833f16117d16e429e480e56cf68111c07)) +* **main:** release zeta-web 0.12.0 ([#103](https://github.com/ZebraDevs/zeta-web/issues/103)) ([e70f913](https://github.com/ZebraDevs/zeta-web/commit/e70f9132f206995d60aad6bc5430f113ab04a83b)) +* **main:** release zeta-web 0.12.1 ([#113](https://github.com/ZebraDevs/zeta-web/issues/113)) ([346084a](https://github.com/ZebraDevs/zeta-web/commit/346084acdaed865875456e2f7b43bf25b40be915)) +* **main:** release zeta-web 0.12.2 ([#116](https://github.com/ZebraDevs/zeta-web/issues/116)) ([fe16e9a](https://github.com/ZebraDevs/zeta-web/commit/fe16e9a1ca1bcbd18bef39274c9f0a76fa51e468)) +* **main:** release zeta-web 0.12.3 ([#120](https://github.com/ZebraDevs/zeta-web/issues/120)) ([a7b823e](https://github.com/ZebraDevs/zeta-web/commit/a7b823e32d369e94189c7431d121946ea5c91575)) +* **main:** release zeta-web 0.12.4 ([#122](https://github.com/ZebraDevs/zeta-web/issues/122)) ([3292056](https://github.com/ZebraDevs/zeta-web/commit/3292056313f84368943688b1a35f603160918a88)) +* **main:** release zeta-web 0.12.5 ([#124](https://github.com/ZebraDevs/zeta-web/issues/124)) ([72f0385](https://github.com/ZebraDevs/zeta-web/commit/72f038598011c4bb1abd2932869073679fd03d9c)) +* **main:** release zeta-web 0.12.6 ([#125](https://github.com/ZebraDevs/zeta-web/issues/125)) ([c844a31](https://github.com/ZebraDevs/zeta-web/commit/c844a31844a75c311d147562d33529a0985d1799)) +* **main:** release zeta-web 0.12.7 ([#129](https://github.com/ZebraDevs/zeta-web/issues/129)) ([5d59cef](https://github.com/ZebraDevs/zeta-web/commit/5d59cefbd26f1c97d45ff480000ed54f4fa332eb)) +* **main:** release zeta-web 0.12.8 ([#137](https://github.com/ZebraDevs/zeta-web/issues/137)) ([4db01fa](https://github.com/ZebraDevs/zeta-web/commit/4db01fa585138500cd54daa64fed44666f41bfcc)) +* **main:** release zeta-web 0.12.9 ([#142](https://github.com/ZebraDevs/zeta-web/issues/142)) ([0adc8db](https://github.com/ZebraDevs/zeta-web/commit/0adc8dbc510ec5c670d3892be3c2daa83282131b)) +* **main:** release zeta-web 0.3.0 ([#1](https://github.com/ZebraDevs/zeta-web/issues/1)) ([da14d9a](https://github.com/ZebraDevs/zeta-web/commit/da14d9a76cd21fc24ad7bd33e1f905f4939016d1)) +* **main:** release zeta-web 0.3.1 ([#4](https://github.com/ZebraDevs/zeta-web/issues/4)) ([dffce9a](https://github.com/ZebraDevs/zeta-web/commit/dffce9a7d7b520c9fbf5bf0e8e38df3c2ab2acc0)) +* **main:** release zeta-web 0.4.0 ([#8](https://github.com/ZebraDevs/zeta-web/issues/8)) ([71da74e](https://github.com/ZebraDevs/zeta-web/commit/71da74ed8756c0bf2e91dc37b148ad2e2aa339b7)) +* **main:** release zeta-web 0.4.1 ([#22](https://github.com/ZebraDevs/zeta-web/issues/22)) ([08f86bd](https://github.com/ZebraDevs/zeta-web/commit/08f86bdbc86d5fdb1985d0d8b700d934948058cb)) +* **main:** release zeta-web 0.5.0 ([#26](https://github.com/ZebraDevs/zeta-web/issues/26)) ([3aae746](https://github.com/ZebraDevs/zeta-web/commit/3aae74663798257e904173c749239533892e9efd)) +* **main:** release zeta-web 0.5.1 ([#30](https://github.com/ZebraDevs/zeta-web/issues/30)) ([e976f21](https://github.com/ZebraDevs/zeta-web/commit/e976f218aba8e6ef08f2b38b9cc237fa1bd91770)) +* **main:** release zeta-web 0.5.2 ([#34](https://github.com/ZebraDevs/zeta-web/issues/34)) ([4491ab5](https://github.com/ZebraDevs/zeta-web/commit/4491ab52ca317720c348c6098a29d874b320b9bc)) +* **main:** release zeta-web 0.5.3 ([#37](https://github.com/ZebraDevs/zeta-web/issues/37)) ([9dd748e](https://github.com/ZebraDevs/zeta-web/commit/9dd748e2902ecee6fbc568839cf9197fcb9b7f5a)) +* **main:** release zeta-web 0.6.0 ([#42](https://github.com/ZebraDevs/zeta-web/issues/42)) ([8611d13](https://github.com/ZebraDevs/zeta-web/commit/8611d13242b18d0a629afea5f60ae259b15463c4)) +* **main:** release zeta-web 0.6.1 ([#43](https://github.com/ZebraDevs/zeta-web/issues/43)) ([a57c778](https://github.com/ZebraDevs/zeta-web/commit/a57c778167e1b64377424ccc7a304b9e45b58ef5)) +* **main:** release zeta-web 0.6.2 ([#46](https://github.com/ZebraDevs/zeta-web/issues/46)) ([2498fbf](https://github.com/ZebraDevs/zeta-web/commit/2498fbf66dd1fbb81d6cfbd6c6813a1b83e208a3)) +* **main:** release zeta-web 0.6.3 ([#50](https://github.com/ZebraDevs/zeta-web/issues/50)) ([5cd5e56](https://github.com/ZebraDevs/zeta-web/commit/5cd5e561987a3d73e4cdc4d0de0ecb5819f367f1)) +* **main:** release zeta-web 0.6.4 ([#53](https://github.com/ZebraDevs/zeta-web/issues/53)) ([bd58978](https://github.com/ZebraDevs/zeta-web/commit/bd5897830a5bd1e0c1d40813105604de03b62972)) +* **main:** release zeta-web 0.6.5 ([#54](https://github.com/ZebraDevs/zeta-web/issues/54)) ([a8c894b](https://github.com/ZebraDevs/zeta-web/commit/a8c894b08e0fcb999c00f2307e21f0d5330cb754)) +* **main:** release zeta-web 0.6.6 ([#58](https://github.com/ZebraDevs/zeta-web/issues/58)) ([65f8f29](https://github.com/ZebraDevs/zeta-web/commit/65f8f299a50f0861ac0ceabe82062dfaa68d6d2c)) +* **main:** release zeta-web 0.6.7 ([#62](https://github.com/ZebraDevs/zeta-web/issues/62)) ([b0597e6](https://github.com/ZebraDevs/zeta-web/commit/b0597e6ee0e9c70b189d00a08cacdf3196d1110f)) +* **main:** release zeta-web 0.7.0 ([#67](https://github.com/ZebraDevs/zeta-web/issues/67)) ([5a5c58a](https://github.com/ZebraDevs/zeta-web/commit/5a5c58a10488bee843fbdd70145e9ef3b5a03511)) +* **main:** release zeta-web 0.7.1 ([#70](https://github.com/ZebraDevs/zeta-web/issues/70)) ([00fb2e4](https://github.com/ZebraDevs/zeta-web/commit/00fb2e48e29d44b26ee74ad50451acd4a212d913)) +* **main:** release zeta-web 0.8.0 ([#74](https://github.com/ZebraDevs/zeta-web/issues/74)) ([53607b2](https://github.com/ZebraDevs/zeta-web/commit/53607b275be60c70566251dc1b8458df15c22513)) +* **main:** release zeta-web 0.9.0 ([#77](https://github.com/ZebraDevs/zeta-web/issues/77)) ([3a009ba](https://github.com/ZebraDevs/zeta-web/commit/3a009ba20207c0fea50b5b95d0eca65fad2cd943)) +* **main:** release zeta-web 1.0.0 ([#146](https://github.com/ZebraDevs/zeta-web/issues/146)) ([68af08b](https://github.com/ZebraDevs/zeta-web/commit/68af08b2082424e21faceb70be1b897db9494630)) +* **main:** release zeta-web 1.0.1 ([#158](https://github.com/ZebraDevs/zeta-web/issues/158)) ([850f311](https://github.com/ZebraDevs/zeta-web/commit/850f3111269ace827f18718708bbf70be54c74a0)) +* **main:** release zeta-web 1.1.0 ([#162](https://github.com/ZebraDevs/zeta-web/issues/162)) ([e86f0c0](https://github.com/ZebraDevs/zeta-web/commit/e86f0c02288537b464bfb523542a3f7d580a400e)) +* **main:** release zeta-web 1.1.1 ([#168](https://github.com/ZebraDevs/zeta-web/issues/168)) ([819397e](https://github.com/ZebraDevs/zeta-web/commit/819397e7d8830800f664d5f1bbd17ef7d2d5f467)) +* **main:** release zeta-web 1.2.0 ([#170](https://github.com/ZebraDevs/zeta-web/issues/170)) ([4f556df](https://github.com/ZebraDevs/zeta-web/commit/4f556dfa19d2f8c6d7951879a0ddbccb3f6a8183)) +* **main:** release zeta-web 1.2.1 ([#175](https://github.com/ZebraDevs/zeta-web/issues/175)) ([b42ec8d](https://github.com/ZebraDevs/zeta-web/commit/b42ec8db3489194e4b783765775a05471876a261)) +* **main:** release zeta-web 1.2.2 ([#180](https://github.com/ZebraDevs/zeta-web/issues/180)) ([8791381](https://github.com/ZebraDevs/zeta-web/commit/87913814461084c99fe4cd88c0efc2af78b71557)) +* **main:** release zeta-web 1.2.3 ([#186](https://github.com/ZebraDevs/zeta-web/issues/186)) ([d65748d](https://github.com/ZebraDevs/zeta-web/commit/d65748df831b40e323ed6c83c0ccf39f74f20036)) +* **main:** release zeta-web 1.2.4 ([#188](https://github.com/ZebraDevs/zeta-web/issues/188)) ([394072f](https://github.com/ZebraDevs/zeta-web/commit/394072f25cb9e35ccac9bc29aad1478538010660)) +* Make build work on windows in the best way possible ([#60](https://github.com/ZebraDevs/zeta-web/issues/60)) ([c6075ea](https://github.com/ZebraDevs/zeta-web/commit/c6075ea0108e80a05d0b83c4d13b0c267d5f81d4)) +* release 0.12.0 ([b4cdce1](https://github.com/ZebraDevs/zeta-web/commit/b4cdce18a22d285d14179896349cdb2f75bcb0c3)) +* release 0.3.1 ([b0fff6d](https://github.com/ZebraDevs/zeta-web/commit/b0fff6db2801208d0dd68b56b253b26ad9514211)) +* release 0.7.0 ([c6d1af6](https://github.com/ZebraDevs/zeta-web/commit/c6d1af65d797b22b563431b4bb5562f6bc3da441)) +* release-as 0.3.0 ([ecbc8d9](https://github.com/ZebraDevs/zeta-web/commit/ecbc8d9e9626360783809292819744e030f3247b)) +* remove comment from in page banner ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* remove random backticks from testing readme ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* Remove unneeded files and reorganize where some are ([db9b331](https://github.com/ZebraDevs/zeta-web/commit/db9b33142b5ca1fdade43ab2903b076cdf868c25)) +* removed React <18 generator code ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* tidy code warnings ([6a11b10](https://github.com/ZebraDevs/zeta-web/commit/6a11b1070c3c0989bf8edc6110e6eb19db9a451a)) +* Update example app ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4)) +* Update rounded prop to default to true to match zeta_flutter ([b0341c1](https://github.com/ZebraDevs/zeta-web/commit/b0341c14d381b7828ae0c0a88a18cba60ea1faf2)) +* Update stories for Fab / Button ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4)) +* Update storybook links ([#57](https://github.com/ZebraDevs/zeta-web/issues/57)) ([1a8c499](https://github.com/ZebraDevs/zeta-web/commit/1a8c49949e1fd295870209858457108174fe9aba)) +* Update yarn registry; ([efeedac](https://github.com/ZebraDevs/zeta-web/commit/efeedac1585735e55685e837b9a858d92281333b)) +* **UX-1177:** Update license information ([#3](https://github.com/ZebraDevs/zeta-web/issues/3)) ([99b71e4](https://github.com/ZebraDevs/zeta-web/commit/99b71e49c9aad2b831e70ea0ac3efa2cf117dec9)) +* **UX-1384:** Proposal for theme overrides ([#106](https://github.com/ZebraDevs/zeta-web/issues/106)) ([e78ca91](https://github.com/ZebraDevs/zeta-web/commit/e78ca9146c65208387b965243a11518f124f3574)) +* **UX-1444:** Remove secondary button style ([#65](https://github.com/ZebraDevs/zeta-web/issues/65)) ([377d9d6](https://github.com/ZebraDevs/zeta-web/commit/377d9d663c98b370300a6f15efd2648d93bfe2f4)) +* **UX-1527:** Add CSS variables to allow external styling, and update ([7670542](https://github.com/ZebraDevs/zeta-web/commit/76705426bbdd042c5b4960a04e7c63dff12f7bd6)) +* **UX-1527:** Allow checkbox to be styled externally ([#126](https://github.com/ZebraDevs/zeta-web/issues/126)) ([7670542](https://github.com/ZebraDevs/zeta-web/commit/76705426bbdd042c5b4960a04e7c63dff12f7bd6)) +* **UX-1536:** Default tap styling on mobile is disabled. ([aa16b84](https://github.com/ZebraDevs/zeta-web/commit/aa16b84d0f925929cf954b982b8a53f47e527cbd)) +* **UX-1537:** Disable default tap styling for mobile ([72daf5c](https://github.com/ZebraDevs/zeta-web/commit/72daf5cbf3ee75b255a1315d426201d35293e96a)) + + +### ๐Ÿ”ง Code Refactoring + +* **UX-1541:** Change dropdown menu button text on selection of dropdown item ([#149](https://github.com/ZebraDevs/zeta-web/issues/149)) ([df0101d](https://github.com/ZebraDevs/zeta-web/commit/df0101d908fe4ca56183d058728ffd868f71b6d1)) +* **UX-1544:** Add scroll when dropdown menu text exceeds dropdown menu container ([#153](https://github.com/ZebraDevs/zeta-web/issues/153)) ([0be5d10](https://github.com/ZebraDevs/zeta-web/commit/0be5d10058437bced19545331c6d00950aa16b37)) + + +### ๐Ÿ’„ Styles + +* **HMX-5599:** Update In Page Banner ([#165](https://github.com/ZebraDevs/zeta-web/issues/165)) ([5a4b003](https://github.com/ZebraDevs/zeta-web/commit/5a4b0038cf93088776a24641167a3a0116166004)) +* **UX-1530:** Allow customisation of avatar border colour ([#132](https://github.com/ZebraDevs/zeta-web/issues/132)) ([952fa6c](https://github.com/ZebraDevs/zeta-web/commit/952fa6c7b6815c8dcbdb5bc5cd37c24496bb5a57)) +* **UX-1531:** Add part to card-content ([#138](https://github.com/ZebraDevs/zeta-web/issues/138)) ([552803d](https://github.com/ZebraDevs/zeta-web/commit/552803ddebdb42bab4c45f711ee75a9ece352c8d)) +* **UX-1535:** Custom colors for stepper item background colours, text colours and icon colours ([#143](https://github.com/ZebraDevs/zeta-web/issues/143)) ([ad4f5b9](https://github.com/ZebraDevs/zeta-web/commit/ad4f5b90422226216f1ddf64a49e7fcc622ff7d1)) +* **UX-1543:** Control whether dropdown menu matches dropdown button width ([#152](https://github.com/ZebraDevs/zeta-web/issues/152)) ([23f0d00](https://github.com/ZebraDevs/zeta-web/commit/23f0d0050ddc4d7ea851b5f46887b953b477f51d)) + + +### ๐Ÿ‘ท Continuous Integration + +* Add npm registry url as this is a required prop for publishing ([#5](https://github.com/ZebraDevs/zeta-web/issues/5)) ([18e9307](https://github.com/ZebraDevs/zeta-web/commit/18e9307a9417af46012024d744d91a6a14d61757)) +* Change to using pull_request_target for improved security ([db9b331](https://github.com/ZebraDevs/zeta-web/commit/db9b33142b5ca1fdade43ab2903b076cdf868c25)) +* Fix update icons script typo ([d85b94e](https://github.com/ZebraDevs/zeta-web/commit/d85b94e0add04f118f643492696bb82012157cd8)) +* Ignore whitespace in pr action ([486cddd](https://github.com/ZebraDevs/zeta-web/commit/486cddd66dc2091f7f23991d8a52b03f3ed7e3d8)) +* Move generate locales to before code quality so that generated files are formatted ([db9b331](https://github.com/ZebraDevs/zeta-web/commit/db9b33142b5ca1fdade43ab2903b076cdf868c25)) +* Update emojis for changelog headers ([#139](https://github.com/ZebraDevs/zeta-web/issues/139)) ([d6a06d8](https://github.com/ZebraDevs/zeta-web/commit/d6a06d89c49089bc801f65b5d90eec0086c22e70)) +* update lit analyzer ([#82](https://github.com/ZebraDevs/zeta-web/issues/82)) ([1b21b02](https://github.com/ZebraDevs/zeta-web/commit/1b21b022262a43dd9ee1007dad559b48b5aac90c)) +* Update lit analyzer command ([664ded5](https://github.com/ZebraDevs/zeta-web/commit/664ded51ae21fe1e9d21bfdd827da2de775d13b8)) +* Update on release script ([b9ea8e7](https://github.com/ZebraDevs/zeta-web/commit/b9ea8e7aca6ea6faf673135e98fb3bced05ff7ef)) +* Updated backstage details to use new design.zebra.com domain ([a81967c](https://github.com/ZebraDevs/zeta-web/commit/a81967cf2dd56b705841425222c8b163dff7a224)) +* **UX-1430:** Add environment to prevent accidental publish ([#104](https://github.com/ZebraDevs/zeta-web/issues/104)) ([fb03bf9](https://github.com/ZebraDevs/zeta-web/commit/fb03bf945dd5103096b4bbed5be97d072bfed7bb)) +* **UX-1515:** Point website release action to correct repo ([#111](https://github.com/ZebraDevs/zeta-web/issues/111)) ([4eeea93](https://github.com/ZebraDevs/zeta-web/commit/4eeea93427702a2d89c4b1fb0cdc288e08a67ab9)) + ## [1.2.4](https://github.com/ZebraDevs/zeta-web/compare/zeta-web-v1.2.3...zeta-web-v1.2.4) (2026-03-24) diff --git a/package.json b/package.json index ba408291..3be3a106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zebra-fed/zeta-web", - "version": "1.2.4", + "version": "0.12.0", "files": [ "dist", "custom-elements.json",