From 029e372b890608d2a57c8dfa9160f7e5e049e754 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:40:32 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 10 +- angular/projects/catalyst-formly/CHANGELOG.md | 17 ++ angular/projects/catalyst-formly/package.json | 2 +- angular/projects/catalyst/CHANGELOG.md | 85 +++++++ angular/projects/catalyst/package.json | 2 +- core/CHANGELOG.md | 234 ++++++++++++++++++ core/package.json | 2 +- react/CHANGELOG.md | 16 ++ react/package.json | 2 +- tokens/CHANGELOG.md | 34 +++ tokens/package.json | 2 +- 11 files changed, 396 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a37ae2c2..148a11f9f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "13.4.0", - "core": "13.4.0", - "angular/projects/catalyst": "13.4.0", - "angular/projects/catalyst-formly": "13.4.0", - "react": "13.4.0" + "tokens": "14.0.0", + "core": "14.0.0", + "angular/projects/catalyst": "14.0.0", + "angular/projects/catalyst-formly": "14.0.0", + "react": "14.0.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 1d7ffa544..e85bb72b1 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [14.0.0](https://github.com/batcer/catalyst/compare/catalyst-angular-formly-v13.4.0...catalyst-angular-formly-v14.0.0) (2025-11-24) + + +### Features + +* **angular:** add formly date element ([#573](https://github.com/batcer/catalyst/issues/573)) ([896cd9d](https://github.com/batcer/catalyst/commit/896cd9d56c16e318b0cd9d1431647a10930b97c2)) +* **angular:** adjust peer dependency requirements ([3b3af38](https://github.com/batcer/catalyst/commit/3b3af38571b8a6dce4cd5da3f2a38c5311776926)) + + +### Bug Fixes + +* **angular-formly:** add missing errorInit prop to formly bindings ([77ad994](https://github.com/batcer/catalyst/commit/77ad99422935de2e43d3f119a6073bb1c019fe50)) +* **core:** add required marker to checkbox formly element ([#577](https://github.com/batcer/catalyst/issues/577)) ([bdc2fd8](https://github.com/batcer/catalyst/commit/bdc2fd8358909712c9fafe50c995c0253528b704)) +* **core:** empty commit to shove the stuck release workflow ([f558225](https://github.com/batcer/catalyst/commit/f55822599ab27a832d97fb93c45d561c7d02bbac)) +* **core:** improve formly handling and select connector utils ([33ccc89](https://github.com/batcer/catalyst/commit/33ccc8991f194ad7fc626162e8d4bc7d053447ee)) +* **core:** prevent catChange event emission on select initialization ([8e7cfa6](https://github.com/batcer/catalyst/commit/8e7cfa6c5cf63ce57fa631e22c79e1e926d74940)) + ## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.3.2...catalyst-angular-formly-v13.4.0) (2025-11-14) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index ad52e8317..9badbafb9 100644 --- a/angular/projects/catalyst-formly/package.json +++ b/angular/projects/catalyst-formly/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular-formly", - "version": "13.4.0", + "version": "14.0.0", "description": "Angular Formly bindings for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/angular/projects/catalyst/CHANGELOG.md b/angular/projects/catalyst/CHANGELOG.md index 2af80c95a..c45346572 100644 --- a/angular/projects/catalyst/CHANGELOG.md +++ b/angular/projects/catalyst/CHANGELOG.md @@ -3,6 +3,91 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [14.0.0](https://github.com/batcer/catalyst/compare/catalyst-angular-v13.4.0...catalyst-angular-v14.0.0) (2025-11-24) + + +### ⚠ BREAKING CHANGES + +* **core:** adaptive cat-tabs + stencil version update ([#737](https://github.com/batcer/catalyst/issues/737)) +* **angular:** change dialog actions: replace row-reverse with justify-content end to fix a11y ([#451](https://github.com/batcer/catalyst/issues/451)) + +### Features + +* add attachToElement and position properties to cat-datepicker component ([1d6c299](https://github.com/batcer/catalyst/commit/1d6c2998f6a7413bf31ad375e863ff3416549d08)) +* add attachToElement property to cat-datepicker component ([#462](https://github.com/batcer/catalyst/issues/462)) ([1d6c299](https://github.com/batcer/catalyst/commit/1d6c2998f6a7413bf31ad375e863ff3416549d08)) +* add horizontal arrow navigation to dropdowns ([3bcb2e2](https://github.com/batcer/catalyst/commit/3bcb2e29369f04f8ac25810d72a0b60089b1b5c5)) +* add space-between alignment for dialog actions buttons ([#450](https://github.com/batcer/catalyst/issues/450)) ([a4abb0f](https://github.com/batcer/catalyst/commit/a4abb0f458fcefd8641ad768a512de16ae371057)) +* **angular:** add a structural directive to instantiate a basic tooltip ([#671](https://github.com/batcer/catalyst/issues/671)) ([4fe1ecf](https://github.com/batcer/catalyst/commit/4fe1ecf7be42aa5c62824d7dafbed00fe79f3047)) +* **angular:** add angular compatibility layer for new date and time picker ([#498](https://github.com/batcer/catalyst/issues/498)) ([304c226](https://github.com/batcer/catalyst/commit/304c226977c64c76d2e715ffa054127273d092a1)) +* **angular:** add custom dialog size config ([#669](https://github.com/batcer/catalyst/issues/669)) ([8d32fca](https://github.com/batcer/catalyst/commit/8d32fcac280146df0047999dfcde6fc54047f6d5)) +* **angular:** add no scroll input to dialog component ([#592](https://github.com/batcer/catalyst/issues/592)) ([aa10da3](https://github.com/batcer/catalyst/commit/aa10da36b79130027d7e564afd20c527a373fe2b)) +* **angular:** add openWithRef to dialog service so dialog reference can be obtained by the user ([#494](https://github.com/batcer/catalyst/issues/494)) ([7990167](https://github.com/batcer/catalyst/commit/7990167e4598667a315ffd4b7ddc8d1819806d79)) +* **angular:** add panelClass to dialogs ([214e44e](https://github.com/batcer/catalyst/commit/214e44e35f21b7529697e7a710f6321181a7cfb1)) +* **angular:** added errorInit to show form errors directly after initialization (default: false) ([c18a400](https://github.com/batcer/catalyst/commit/c18a4000c1f3e0360f95ba838726f0a600a23c22)) +* **angular:** adjust peer dependency versions for angular and angular CDK ([a6403f7](https://github.com/batcer/catalyst/commit/a6403f7142dfe7ed926aa646571f8752015eaff6)) +* **angular:** change dialog actions: replace row-reverse with justify-content end to fix a11y ([#451](https://github.com/batcer/catalyst/issues/451)) ([2e48742](https://github.com/batcer/catalyst/commit/2e48742bbfb5d4071ecd8efa09ab99e352b27c6f)) +* **angular:** expose some cat-scrollable props and methods in cat-dialog component ([#512](https://github.com/batcer/catalyst/issues/512)) ([a04adc7](https://github.com/batcer/catalyst/commit/a04adc7290ac19598629bb98cd0affc2e8e6567e)) +* **angular:** fix required error for datetime control ([#622](https://github.com/batcer/catalyst/issues/622)) ([79f4701](https://github.com/batcer/catalyst/commit/79f4701673e463f848de8978240b9b7b7403b7bf)) +* **angular:** fix time value update in datetime component ([#744](https://github.com/batcer/catalyst/issues/744)) ([92f219e](https://github.com/batcer/catalyst/commit/92f219ebce1a4885e4e86369bcf888b0ae49235a)) +* **core:** adaptive cat-tabs + stencil version update ([#737](https://github.com/batcer/catalyst/issues/737)) ([f8c14ae](https://github.com/batcer/catalyst/commit/f8c14ae7c6646e82b3f620518de89c6e591e9a3c)) +* **core:** add alignment property to radio, checkboxes and toggles ([#548](https://github.com/batcer/catalyst/issues/548)) ([345bec9](https://github.com/batcer/catalyst/commit/345bec90955c78a86812157b28dc2b2b3d111595)) +* **core:** add fromDropdown data in catChange even in cat-tabs ([#740](https://github.com/batcer/catalyst/issues/740)) ([38e1cb3](https://github.com/batcer/catalyst/commit/38e1cb35dc1732769369b8f671e8bd6c5e14c138)) +* **core:** add icons to badges ([5fdfe86](https://github.com/batcer/catalyst/commit/5fdfe868dd5297ebad5cb0f43b08a113d0332ef5)) +* **core:** add input loading indicator ([#597](https://github.com/batcer/catalyst/issues/597)) ([d1c956b](https://github.com/batcer/catalyst/commit/d1c956b8a6dec02f2057820ef02be0c354b12f22)) +* **core:** add missing testId props ([#705](https://github.com/batcer/catalyst/issues/705)) ([4820111](https://github.com/batcer/catalyst/commit/4820111ac319b2fb39e93afa4c2dccd3df67b128)) +* **core:** add new cat-date picker and cat-time picker ([#486](https://github.com/batcer/catalyst/issues/486)) ([5b97a7b](https://github.com/batcer/catalyst/commit/5b97a7b890dd5e6ffbf9ca92eb7cb4de6f2bd064)) +* **core:** add noActive config option to cat-tab ([5ebf32b](https://github.com/batcer/catalyst/commit/5ebf32b5470fce162e48489c9d83946482c03837)) +* **core:** add noReturnFocus property to cat-dropdown ([#528](https://github.com/batcer/catalyst/issues/528)) ([8407082](https://github.com/batcer/catalyst/commit/84070826c310d4849bff3ca194a37627fa130cf8)) +* **core:** add option for dropdowns to match size of the reference element ([#721](https://github.com/batcer/catalyst/issues/721)) ([48191cb](https://github.com/batcer/catalyst/commit/48191cb573a15b1ba41baa8499166318cdc9c720)) +* **core:** add option to delay trigger initialization in cat-dropdown ([#732](https://github.com/batcer/catalyst/issues/732)) ([8571186](https://github.com/batcer/catalyst/commit/857118654cb4aef9106cd0fab3b5c8e55d11dd34)) +* **core:** add password toggle button to inputs ([6779f5d](https://github.com/batcer/catalyst/commit/6779f5d91572ea6f1d9131b944c2f1e0c0767fca)) +* **core:** add required marker for checkboxes ([#575](https://github.com/batcer/catalyst/issues/575)) ([43f8d7c](https://github.com/batcer/catalyst/commit/43f8d7c11cbb31008dba96120f1b34042580327f)) +* **core:** add select methods for focus and blur ([1d3ac8f](https://github.com/batcer/catalyst/commit/1d3ac8f2dc73ec1cbcc76a8407fb7ebeb754ba98)) +* **core:** add test-id as a shorthand for data-test native attributes ([#670](https://github.com/batcer/catalyst/issues/670)) ([1065ee3](https://github.com/batcer/catalyst/commit/1065ee3b5745e5d31590dd42ed10f2a4e910b8a2)) +* **core:** added catLoad event to cat-card, emits when component was fully rendered and loaded ([#515](https://github.com/batcer/catalyst/issues/515)) ([7b079ce](https://github.com/batcer/catalyst/commit/7b079ce2e2083605eb8f7ab34b2152eb3f8d2b44)) +* **core:** CatDropdown improvement ([#499](https://github.com/batcer/catalyst/issues/499)) ([ae27bcc](https://github.com/batcer/catalyst/commit/ae27bcce1d33533f694bc6997280db9154ed3a5c)) +* **core:** change default values for datepicker attributes ([c67bcb2](https://github.com/batcer/catalyst/commit/c67bcb24d975c54649e89f1c9aa1b1d043327383)) +* **core:** emit catChange on blur for cat-tag ([#605](https://github.com/batcer/catalyst/issues/605)) ([56045d2](https://github.com/batcer/catalyst/commit/56045d218b8753fc80162ed98c44611f1dd25e39)) +* **core:** emit files selected by input type file ([#805](https://github.com/batcer/catalyst/issues/805)) ([4aedc50](https://github.com/batcer/catalyst/commit/4aedc50452b8ede54cc33927ac9a102f270d2b07)) +* **core:** enable tag inputs without dropdowns ([#586](https://github.com/batcer/catalyst/issues/586)) ([e3b76e3](https://github.com/batcer/catalyst/commit/e3b76e32ecfe4152242b9568b977d0ada42648ca)) +* **core:** implement new inline date picker ([#491](https://github.com/batcer/catalyst/issues/491)) ([44253a8](https://github.com/batcer/catalyst/commit/44253a8ac53d080189e29cd19a9570f042b6b08e)) +* **core:** replace cleave.js with cleave-zen ([#717](https://github.com/batcer/catalyst/issues/717)) ([04c0cf2](https://github.com/batcer/catalyst/commit/04c0cf21f67d300b7cd50aca1eced793a64c601e)) +* **core:** style file inputs and support 'accept' and 'multiple' attributes ([#803](https://github.com/batcer/catalyst/issues/803)) ([153c8fb](https://github.com/batcer/catalyst/commit/153c8fb0e13bc0fda302263b50c729f5c189dc35)) +* **core:** use progressbar role for cat-spinner ([#624](https://github.com/batcer/catalyst/issues/624)) ([646aedf](https://github.com/batcer/catalyst/commit/646aedf67bec8cf4ad2bb435097638d292f5705b)) +* support non-boolean values for checkboxes and toggles ([e9ea78e](https://github.com/batcer/catalyst/commit/e9ea78e0abe916f8fb1af926489346833e29592f)) +* update to stencil 4.7.1 ([599ce34](https://github.com/batcer/catalyst/commit/599ce344ed859494447c9fd3471ca01465dc08b1)) + + +### Bug Fixes + +* **angular:** add flex grow to dialog scrollable ([#581](https://github.com/batcer/catalyst/issues/581)) ([152a714](https://github.com/batcer/catalyst/commit/152a714253d097436f5b257f34b7044fa2441ffa)) +* **angular:** add missing component exports (closes [#518](https://github.com/batcer/catalyst/issues/518)) ([ad76f6d](https://github.com/batcer/catalyst/commit/ad76f6d64e02bac66d18cb89ccfe355d4fddd246)) +* **angular:** add missing proxy build ([adcd406](https://github.com/batcer/catalyst/commit/adcd406fa5db6e119cb6408db19232ecc463217e)) +* **angular:** angular CDK dialog styles are not scoped properly ([38788af](https://github.com/batcer/catalyst/commit/38788af854f5025cfae3ac0153d1d98d0bc848e7)) +* **angular:** change dialog header subline class ([#779](https://github.com/batcer/catalyst/issues/779)) ([3b512c5](https://github.com/batcer/catalyst/commit/3b512c56086a962c4de61870a6b7f52f61c520d2)) +* **angular:** correctly handle range values in angular value accessor of datepicker ([6e95435](https://github.com/batcer/catalyst/commit/6e95435b4c39a00f3ce7b6f2540e84c7b4a76d13)) +* **angular:** emit end date with 23:59:59.999 (closes [#522](https://github.com/batcer/catalyst/issues/522)) ([f6f5fc0](https://github.com/batcer/catalyst/commit/f6f5fc05b77a1bf442273aa62f61590b2078d1cc)) +* **angular:** fix height of content if dialog gets a fixed height ([#594](https://github.com/batcer/catalyst/issues/594)) ([6afbe1d](https://github.com/batcer/catalyst/commit/6afbe1d11a510b614c4e3b84e1a0cb4ee07803bd)) +* **angular:** fix no scroll template variable for dialogs ([7616530](https://github.com/batcer/catalyst/commit/76165302f5e142514a72d7e3c55a12e047cec26a)) +* **angular:** fix panel class config with default class ([a51cdac](https://github.com/batcer/catalyst/commit/a51cdac101ad65973e85be51e9ea165a9a316704)) +* **angular:** fix the position of popup cat-element inside the cat-dialog ([#570](https://github.com/batcer/catalyst/issues/570)) ([71d62d1](https://github.com/batcer/catalyst/commit/71d62d16730dec315e228edbf45552c26fc338b1)) +* **angular:** initialize injection tokens in build artifact ([#550](https://github.com/batcer/catalyst/issues/550)) ([e7b6243](https://github.com/batcer/catalyst/commit/e7b6243edeb2613eae302c10d17474d070bc0b5a)) +* **angular:** update catTooltip directive content on change ([#797](https://github.com/batcer/catalyst/issues/797)) ([b33b1e3](https://github.com/batcer/catalyst/commit/b33b1e3a63dc36713358e5d719bcc3a94e3c0cd7)) +* **angular:** update errors on blur (closes [#397](https://github.com/batcer/catalyst/issues/397)) ([29254c2](https://github.com/batcer/catalyst/commit/29254c246ea1b3c2bcdb0ae1f37316599a734151)) +* **core:** add aria label for inline datepicker ([92c9ed1](https://github.com/batcer/catalyst/commit/92c9ed148337fc199f6d36971bd12799cfc8be91)) +* **core:** adjust auto complete defaults for date and time inputs ([c65eb74](https://github.com/batcer/catalyst/commit/c65eb74d7e1e0a2daf049bd0429bcd324414c098)) +* **core:** avoid endless loop on input error handling ([#591](https://github.com/batcer/catalyst/issues/591)) ([6c2d191](https://github.com/batcer/catalyst/commit/6c2d19119131c7d0ccaeb2bad0cbe7a1a1b81a9c)) +* **core:** empty commit to shove the stuck release workflow ([f558225](https://github.com/batcer/catalyst/commit/f55822599ab27a832d97fb93c45d561c7d02bbac)) +* **core:** export and fix cat-time value changes ([#561](https://github.com/batcer/catalyst/issues/561)) ([369da92](https://github.com/batcer/catalyst/commit/369da921edb247dccfcc701febf26361b31383d8)) +* **core:** fix broken slotted labels and hints ([54b5d6f](https://github.com/batcer/catalyst/commit/54b5d6ffc9f411253e222ebd22ce4da521360dfb)) +* **core:** fix date issues with inline communication ([#616](https://github.com/batcer/catalyst/issues/616)) ([9da49ca](https://github.com/batcer/catalyst/commit/9da49ca9ad35de4c6622e44958dcf2c25b7d5992)) +* **core:** fix display of nested buttons in button groups ([97cb183](https://github.com/batcer/catalyst/commit/97cb183352a7e3a3d3488285e458faf63ffad68d)) +* **core:** not able to programmatically set active tab ([ec1cc1c](https://github.com/batcer/catalyst/commit/ec1cc1cb1a0d6fca6a68734250b31c897df2077d)) +* **core:** prevent catChange event emission on select initialization ([8e7cfa6](https://github.com/batcer/catalyst/commit/8e7cfa6c5cf63ce57fa631e22c79e1e926d74940)) +* **core:** refine datepicker sizing ([79076a9](https://github.com/batcer/catalyst/commit/79076a93e007423aff0da1579cd8729e589d62e1)) +* **react:** update lock file ([2b962c7](https://github.com/batcer/catalyst/commit/2b962c761551fa5980a986829c07984900ef4fd7)) +* remove various bugs in new date & timepicker ([9ab390b](https://github.com/batcer/catalyst/commit/9ab390b4300621fb3f758a5c6e4280ee3f590303)) + ## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.3.2...catalyst-angular-v13.4.0) (2025-11-14) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 32b74f02d..b9ad46ef1 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "13.4.0", + "version": "14.0.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 718671ba0..df8dc9371 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,239 @@ # Changelog +## [14.0.0](https://github.com/batcer/catalyst/compare/catalyst-core-v13.4.0...catalyst-core-v14.0.0) (2025-11-24) + + +### ⚠ BREAKING CHANGES + +* **core:** closeButton property in cat-notification service options ([#766](https://github.com/batcer/catalyst/issues/766)) +* **core:** adaptive cat-tabs + stencil version update ([#737](https://github.com/batcer/catalyst/issues/737)) +* **core:** fix existing implementation of dropdowns. breaking change in prev commit +* **core:** make translator property in i18n service private. use set() to update it +* **tokens:** rename --font-family-body to font-family-base +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/batcer/catalyst/issues/405)) + +### Features + +* add attachToElement and position properties to cat-datepicker component ([1d6c299](https://github.com/batcer/catalyst/commit/1d6c2998f6a7413bf31ad375e863ff3416549d08)) +* add attachToElement property to cat-datepicker component ([#462](https://github.com/batcer/catalyst/issues/462)) ([1d6c299](https://github.com/batcer/catalyst/commit/1d6c2998f6a7413bf31ad375e863ff3416549d08)) +* add cat-label css class helper ([bd56b19](https://github.com/batcer/catalyst/commit/bd56b195455daa0aa02afcbda91ad1ce5e77b3e7)) +* add horizontal arrow navigation to dropdowns ([3bcb2e2](https://github.com/batcer/catalyst/commit/3bcb2e29369f04f8ac25810d72a0b60089b1b5c5)) +* add new info state to theming ([3c8c2ba](https://github.com/batcer/catalyst/commit/3c8c2ba41fb38e2158de8809ec816d4df31e8890)) +* add styles for cat-dialog-pull-out class ([#448](https://github.com/batcer/catalyst/issues/448)) ([acba12b](https://github.com/batcer/catalyst/commit/acba12b1a2efba2c45cca907707a9c05ac2f4c8e)) +* **angular:** add angular compatibility layer for new date and time picker ([#498](https://github.com/batcer/catalyst/issues/498)) ([304c226](https://github.com/batcer/catalyst/commit/304c226977c64c76d2e715ffa054127273d092a1)) +* **angular:** added errorInit to show form errors directly after initialization (default: false) ([c18a400](https://github.com/batcer/catalyst/commit/c18a4000c1f3e0360f95ba838726f0a600a23c22)) +* **angular:** improve i18n logging ([bdf0979](https://github.com/batcer/catalyst/commit/bdf09796133a5d046a61b78c8657bd975b58afd3)) +* **core:** adaptive cat-tabs + stencil version update ([#737](https://github.com/batcer/catalyst/issues/737)) ([f8c14ae](https://github.com/batcer/catalyst/commit/f8c14ae7c6646e82b3f620518de89c6e591e9a3c)) +* **core:** add ability to close toasts via event incl. a result ([#596](https://github.com/batcer/catalyst/issues/596)) ([84db69d](https://github.com/batcer/catalyst/commit/84db69d0007756eded87c22ac7a5a22f042d49f8)) +* **core:** add alignment property to radio, checkboxes and toggles ([#548](https://github.com/batcer/catalyst/issues/548)) ([345bec9](https://github.com/batcer/catalyst/commit/345bec90955c78a86812157b28dc2b2b3d111595)) +* **core:** add anchor slot to dropdown for cases when trigger and anchor are 2 different elements ([#527](https://github.com/batcer/catalyst/issues/527)) ([146cb42](https://github.com/batcer/catalyst/commit/146cb4273b39202447288eb53be71a66571ff548)) +* **core:** add border for cards ([#685](https://github.com/batcer/catalyst/issues/685)) ([d3206af](https://github.com/batcer/catalyst/commit/d3206af28b851ab9d0161acb8b114f4fd4d471c5)) +* **core:** add custom counter slot to input and textarea ([a69fee0](https://github.com/batcer/catalyst/commit/a69fee091388ff556e9c385cb5d6db4bb79ddd00)) +* **core:** add fromDropdown data in catChange even in cat-tabs ([#740](https://github.com/batcer/catalyst/issues/740)) ([38e1cb3](https://github.com/batcer/catalyst/commit/38e1cb35dc1732769369b8f671e8bd6c5e14c138)) +* **core:** add icons to badges ([5fdfe86](https://github.com/batcer/catalyst/commit/5fdfe868dd5297ebad5cb0f43b08a113d0332ef5)) +* **core:** add input loading indicator ([#597](https://github.com/batcer/catalyst/issues/597)) ([d1c956b](https://github.com/batcer/catalyst/commit/d1c956b8a6dec02f2057820ef02be0c354b12f22)) +* **core:** add missing label on inline datepicker (closes [#523](https://github.com/batcer/catalyst/issues/523)) ([828f7b3](https://github.com/batcer/catalyst/commit/828f7b3f62a43a6d0451f94d10b8c0f89ea7c9c6)) +* **core:** add missing testId props ([#705](https://github.com/batcer/catalyst/issues/705)) ([4820111](https://github.com/batcer/catalyst/commit/4820111ac319b2fb39e93afa4c2dccd3df67b128)) +* **core:** add more select connector helpers ([98bad9a](https://github.com/batcer/catalyst/commit/98bad9aa890eb553d9227c100cdb4fae76c27dc6)) +* **core:** add new cat-date picker and cat-time picker ([#486](https://github.com/batcer/catalyst/issues/486)) ([5b97a7b](https://github.com/batcer/catalyst/commit/5b97a7b890dd5e6ffbf9ca92eb7cb4de6f2bd064)) +* **core:** add noActive config option to cat-tab ([5ebf32b](https://github.com/batcer/catalyst/commit/5ebf32b5470fce162e48489c9d83946482c03837)) +* **core:** add noReturnFocus property to cat-dropdown ([#528](https://github.com/batcer/catalyst/issues/528)) ([8407082](https://github.com/batcer/catalyst/commit/84070826c310d4849bff3ca194a37627fa130cf8)) +* **core:** add option for dropdowns to match size of the reference element ([#721](https://github.com/batcer/catalyst/issues/721)) ([48191cb](https://github.com/batcer/catalyst/commit/48191cb573a15b1ba41baa8499166318cdc9c720)) +* **core:** add option to delay trigger initialization in cat-dropdown ([#732](https://github.com/batcer/catalyst/issues/732)) ([8571186](https://github.com/batcer/catalyst/commit/857118654cb4aef9106cd0fab3b5c8e55d11dd34)) +* **core:** add password toggle button to inputs ([6779f5d](https://github.com/batcer/catalyst/commit/6779f5d91572ea6f1d9131b944c2f1e0c0767fca)) +* **core:** add required marker for checkboxes ([#575](https://github.com/batcer/catalyst/issues/575)) ([43f8d7c](https://github.com/batcer/catalyst/commit/43f8d7c11cbb31008dba96120f1b34042580327f)) +* **core:** add reverse flex direction classes ([#530](https://github.com/batcer/catalyst/issues/530)) ([76d76cc](https://github.com/batcer/catalyst/commit/76d76cc8ef2b7cfddb1a0d17968d9db58f8b997d)) +* **core:** add select methods for focus and blur ([1d3ac8f](https://github.com/batcer/catalyst/commit/1d3ac8f2dc73ec1cbcc76a8407fb7ebeb754ba98)) +* **core:** add table styles ([#773](https://github.com/batcer/catalyst/issues/773)) ([0e67260](https://github.com/batcer/catalyst/commit/0e672603f8055c88e1e92e58f2fff936138eacd6)) +* **core:** add tag name transform extra ([#834](https://github.com/batcer/catalyst/issues/834)) ([78381b3](https://github.com/batcer/catalyst/commit/78381b3b6e8770b8885d786030f82800e335e5be)) +* **core:** add test-id as a shorthand for data-test native attributes ([#670](https://github.com/batcer/catalyst/issues/670)) ([1065ee3](https://github.com/batcer/catalyst/commit/1065ee3b5745e5d31590dd42ed10f2a4e910b8a2)) +* **core:** added catLoad event to cat-card, emits when component was fully rendered and loaded ([#515](https://github.com/batcer/catalyst/issues/515)) ([7b079ce](https://github.com/batcer/catalyst/commit/7b079ce2e2083605eb8f7ab34b2152eb3f8d2b44)) +* **core:** adjust sizing of tooltips ([8a453da](https://github.com/batcer/catalyst/commit/8a453da98ed13af412d699192e59be60520808b4)) +* **core:** allow typing decimal numbers in input type number ([#747](https://github.com/batcer/catalyst/issues/747)) ([c2db7e8](https://github.com/batcer/catalyst/commit/c2db7e85b57297cfcf155ad80dd0e0442ed55fda)) +* **core:** CatDropdown improvement ([#499](https://github.com/batcer/catalyst/issues/499)) ([ae27bcc](https://github.com/batcer/catalyst/commit/ae27bcce1d33533f694bc6997280db9154ed3a5c)) +* **core:** change default values for datepicker attributes ([c67bcb2](https://github.com/batcer/catalyst/commit/c67bcb24d975c54649e89f1c9aa1b1d043327383)) +* **core:** closeButton property in cat-notification service options ([#766](https://github.com/batcer/catalyst/issues/766)) ([5341e36](https://github.com/batcer/catalyst/commit/5341e3644341dc7efede28f2e1e2a2dab49c2264)) +* **core:** color input prefixes in muted color ([1da5cb2](https://github.com/batcer/catalyst/commit/1da5cb20275355b6d6f11a5f0f56dfa420bcb56f)) +* **core:** do not show skeleton on search in select ([#545](https://github.com/batcer/catalyst/issues/545)) ([9aff647](https://github.com/batcer/catalyst/commit/9aff6475c80cff5a834618016817060b9756f058)) +* **core:** emit catChange on blur for cat-tag ([#605](https://github.com/batcer/catalyst/issues/605)) ([56045d2](https://github.com/batcer/catalyst/commit/56045d218b8753fc80162ed98c44611f1dd25e39)) +* **core:** emit files selected by input type file ([#805](https://github.com/batcer/catalyst/issues/805)) ([4aedc50](https://github.com/batcer/catalyst/commit/4aedc50452b8ede54cc33927ac9a102f270d2b07)) +* **core:** enable tag inputs without dropdowns ([#586](https://github.com/batcer/catalyst/issues/586)) ([e3b76e3](https://github.com/batcer/catalyst/commit/e3b76e32ecfe4152242b9568b977d0ada42648ca)) +* **core:** export TooltipPlacement ([#554](https://github.com/batcer/catalyst/issues/554)) ([5859b0b](https://github.com/batcer/catalyst/commit/5859b0b6333548ca7f1048fc4d27555e05b3d87c)) +* **core:** expose TooltipPlacement ([#552](https://github.com/batcer/catalyst/issues/552)) ([f4d076e](https://github.com/batcer/catalyst/commit/f4d076e80575c02b5995e89b9bd365efb7a25271)) +* **core:** fix non-adaptive tabs ([#741](https://github.com/batcer/catalyst/issues/741)) ([86337dd](https://github.com/batcer/catalyst/commit/86337ddc215dbfbe68ffb472c60138a1a9669bd3)) +* **core:** fixes broken style for cat-time buttons ([#621](https://github.com/batcer/catalyst/issues/621)) ([fb41192](https://github.com/batcer/catalyst/commit/fb41192c81da03acd40a34649e1710082322d658)) +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/batcer/catalyst/issues/405)) ([70e6b9e](https://github.com/batcer/catalyst/commit/70e6b9ea687f68fad5f1fa6da42e1f917133d584)) +* **core:** ignore elements with delegatesFocus property in firstTabbable util ([#627](https://github.com/batcer/catalyst/issues/627)) ([0493185](https://github.com/batcer/catalyst/commit/049318598d6c07fb4fae5fa112efca084dfddd26)) +* **core:** implement new inline date picker ([#491](https://github.com/batcer/catalyst/issues/491)) ([44253a8](https://github.com/batcer/catalyst/commit/44253a8ac53d080189e29cd19a9570f042b6b08e)) +* **core:** make shadow interaction components are recognized as focusable ([#620](https://github.com/batcer/catalyst/issues/620)) ([bca90f2](https://github.com/batcer/catalyst/commit/bca90f295409281c1395dd3692898f8830baf0c0)) +* **core:** make translator property in i18n service private. use set() to update it ([d4c21e5](https://github.com/batcer/catalyst/commit/d4c21e5711d1a99d1929446946c8a3c8c9beb7c3)) +* **core:** more precise calculation of adaptive cat-tabs ([#742](https://github.com/batcer/catalyst/issues/742)) ([ee1c49c](https://github.com/batcer/catalyst/commit/ee1c49caac119b781171219371f9cb99f0e73340)) +* **core:** move to @stencil/core v4.8.0 ([f272cbb](https://github.com/batcer/catalyst/commit/f272cbb3147434fb4adefc3db29cb0e3bc7aa7a8)) +* **core:** notifications on mobile ([#606](https://github.com/batcer/catalyst/issues/606)) ([46f982f](https://github.com/batcer/catalyst/commit/46f982f71e1adb482e1bec1c9d83d346887e616a)) +* **core:** refine form spacings ([c29ed02](https://github.com/batcer/catalyst/commit/c29ed02e1297d566cb5bc8013bb8b8f6ebe0e8df)) +* **core:** remove error logging for missing aria attributes ([a0bdf28](https://github.com/batcer/catalyst/commit/a0bdf28f4f7f897ad9e05b398ac54bf0189d1174)) +* **core:** replace cleave.js with cleave-zen ([#717](https://github.com/batcer/catalyst/issues/717)) ([04c0cf2](https://github.com/batcer/catalyst/commit/04c0cf21f67d300b7cd50aca1eced793a64c601e)) +* **core:** selectively disable icon syncing ([9dde03e](https://github.com/batcer/catalyst/commit/9dde03ee7a58c8c974ba97b360537d55b7707686)) +* **core:** spike translation function support ([14ef956](https://github.com/batcer/catalyst/commit/14ef9569a2e300e273281476ec7d356dc2cf611a)) +* **core:** streamline CSS shadow parts on form elements ([5dd17a4](https://github.com/batcer/catalyst/commit/5dd17a4bf92363ee0a759cee1085a29e02cbad38)) +* **core:** style cat-input of type color ([#793](https://github.com/batcer/catalyst/issues/793)) ([495eec5](https://github.com/batcer/catalyst/commit/495eec5707a0ba22a575963c4facf4275d526814)) +* **core:** style file inputs and support 'accept' and 'multiple' attributes ([#803](https://github.com/batcer/catalyst/issues/803)) ([153c8fb](https://github.com/batcer/catalyst/commit/153c8fb0e13bc0fda302263b50c729f5c189dc35)) +* **core:** support custom aria-haspopup on cat-dropdown trigger ([#628](https://github.com/batcer/catalyst/issues/628)) ([df83dcf](https://github.com/batcer/catalyst/commit/df83dcf63c548c6ab47830c43e972d1519111f45)) +* **core:** support error state of tabs ([ebc28b0](https://github.com/batcer/catalyst/commit/ebc28b0a4fb0c97555af410259b888c132a11e4e)) +* **core:** support slotted labels and hints in datepicker (closes [#424](https://github.com/batcer/catalyst/issues/424)) ([6ac32a4](https://github.com/batcer/catalyst/commit/6ac32a4d876cadc76f0ac7c80c5efc2023f9608f)) +* **core:** update dependencies ([2bfadd1](https://github.com/batcer/catalyst/commit/2bfadd1aa3fe38bb3f1ecbe8ff329f77d6d28555)) +* **core:** update dependencies ([#531](https://github.com/batcer/catalyst/issues/531)) ([df37388](https://github.com/batcer/catalyst/commit/df373885b88b221c3950f7ac23df77b2990ac428)) +* **core:** update eslint ([9e16908](https://github.com/batcer/catalyst/commit/9e1690808d83ced15855a67efbc98fb09299715c)) +* **core:** update icons to v2.1.0 ([66015d0](https://github.com/batcer/catalyst/commit/66015d0e5eec2295f00af66bfdb2572eb6c32939)) +* **core:** update prettier to v3.1.0 ([6821fad](https://github.com/batcer/catalyst/commit/6821fad0a7bef4a0be664c601854d9afa1f84bf0)) +* **core:** update ts and finally move to jest v29 ([6a1c0ac](https://github.com/batcer/catalyst/commit/6a1c0acd633bd02eab4f03139038a1921e9c9508)) +* **core:** use form-associated components for input, textarea, checkbox and toggle ([#712](https://github.com/batcer/catalyst/issues/712)) ([8c8f4e8](https://github.com/batcer/catalyst/commit/8c8f4e854aabbf4795dece860d6797653c8a8fa8)) +* **core:** use minWidth: true setting for cat-select input autosize ([#547](https://github.com/batcer/catalyst/issues/547)) ([924ab0b](https://github.com/batcer/catalyst/commit/924ab0b6a3e2ede0fd97e64dcccdb50fe9684c58)) +* **core:** use progressbar role for cat-spinner ([#624](https://github.com/batcer/catalyst/issues/624)) ([646aedf](https://github.com/batcer/catalyst/commit/646aedf67bec8cf4ad2bb435097638d292f5705b)) +* **core:** use shift middleware for dropdown compute position method ([#696](https://github.com/batcer/catalyst/issues/696)) ([7d4adf7](https://github.com/batcer/catalyst/commit/7d4adf789edcd661c41342ca92e433d105edea5c)) +* new look for alerts and badges ([#396](https://github.com/batcer/catalyst/issues/396)) ([b572c8e](https://github.com/batcer/catalyst/commit/b572c8efe546dfef57756f6ab25575467edcac1e)) +* new type section on overview page ([a7d76d0](https://github.com/batcer/catalyst/commit/a7d76d08b4477ab3653a244c0693892d89465d64)) +* new type section on overview page ([4636f85](https://github.com/batcer/catalyst/commit/4636f855790c76eeb40e797b11f3a20aaaeac150)) +* support non-boolean values for checkboxes and toggles ([e9ea78e](https://github.com/batcer/catalyst/commit/e9ea78e0abe916f8fb1af926489346833e29592f)) +* update to stencil 4.7.1 ([599ce34](https://github.com/batcer/catalyst/commit/599ce344ed859494447c9fd3471ca01465dc08b1)) + + +### Bug Fixes + +* 21242 as the motion reduction implementation prevents transition dom events from firing ([#417](https://github.com/batcer/catalyst/issues/417)) ([672a027](https://github.com/batcer/catalyst/commit/672a02797e777def2fdefda00bef6e020914d216)) +* add flip fallback axis for tooltips ([#458](https://github.com/batcer/catalyst/issues/458)) ([7e47cf1](https://github.com/batcer/catalyst/commit/7e47cf18c0dc07b8bb032598de2511cb67d40ba4)) +* **angular:** add missing proxy build ([adcd406](https://github.com/batcer/catalyst/commit/adcd406fa5db6e119cb6408db19232ecc463217e)) +* **angular:** angular CDK dialog styles are not scoped properly ([38788af](https://github.com/batcer/catalyst/commit/38788af854f5025cfae3ac0153d1d98d0bc848e7)) +* **angular:** provide fix for missing hint and missing detection ([#599](https://github.com/batcer/catalyst/issues/599)) ([2c0c41b](https://github.com/batcer/catalyst/commit/2c0c41b0a7ce3f3ecd108b3f266e0e1c751e2b4b)) +* backport jest ([1e498df](https://github.com/batcer/catalyst/commit/1e498dfc380e7c7a4c240e1150a60c4a13e92962)) +* cleanup ([07ec13d](https://github.com/batcer/catalyst/commit/07ec13d88bd9d77944f4b9f8ec2850ab0474afb9)) +* **core:** activeTab in tabs is not mutable (closes [#406](https://github.com/batcer/catalyst/issues/406)) ([8d9f87c](https://github.com/batcer/catalyst/commit/8d9f87c9b76114c5cf0b0e416f2c34ad67a38f12)) +* **core:** add aria label for inline datepicker ([92c9ed1](https://github.com/batcer/catalyst/commit/92c9ed148337fc199f6d36971bd12799cfc8be91)) +* **core:** add border to light notifications (#closes 635) ([3d50d00](https://github.com/batcer/catalyst/commit/3d50d00503728b22319ab2982c12e870b5b321b7)) +* **core:** add focus and mouse event listeners even for touch screen devices ([#783](https://github.com/batcer/catalyst/issues/783)) ([6797f0b](https://github.com/batcer/catalyst/commit/6797f0be0bf364aeb43e085aa99c51fc5c1f9386)) +* **core:** add missing color helpers ([3067619](https://github.com/batcer/catalyst/commit/30676191c68b6280a0775887c77de9b0cf905890)) +* **core:** add missing elevation class ([0669ac7](https://github.com/batcer/catalyst/commit/0669ac7aadd611ef3cb5574693108c6d4addc0c1)) +* **core:** add missing shadow for notifications ([e00b71c](https://github.com/batcer/catalyst/commit/e00b71cea665168223018c3e10c98e485fae4ea8)) +* **core:** add missing spacer var for forms ([8cfea11](https://github.com/batcer/catalyst/commit/8cfea11362e3c00d09232a7ef27b9a88b5f851c8)) +* **core:** add missing styles ([83f5b69](https://github.com/batcer/catalyst/commit/83f5b69cbfe14a2abb38b681d248a36b8ce4dae8)) +* **core:** add missing translation keys to CDN version ([c8fce82](https://github.com/batcer/catalyst/commit/c8fce82f0d9d93ed75c30f97a9c71f2ad795a749)) +* **core:** add more slot for tabs ([53ed13b](https://github.com/batcer/catalyst/commit/53ed13bf27d8454ff4db7d569b4d6c75c2ff3d13)) +* **core:** add required marker to checkbox formly element ([#577](https://github.com/batcer/catalyst/issues/577)) ([bdc2fd8](https://github.com/batcer/catalyst/commit/bdc2fd8358909712c9fafe50c995c0253528b704)) +* **core:** adjust auto complete defaults for date and time inputs ([d849866](https://github.com/batcer/catalyst/commit/d849866bd32ec485ed985dbf1d5b9de4ee1f0e57)) +* **core:** adjust auto complete defaults for date and time inputs ([c65eb74](https://github.com/batcer/catalyst/commit/c65eb74d7e1e0a2daf049bd0429bcd324414c098)) +* **core:** adjust button gaps ([a0691a2](https://github.com/batcer/catalyst/commit/a0691a235a6fa2fdbc160bd1582c73de77357764)) +* **core:** adjust icon gap for large buttons ([5eac1f7](https://github.com/batcer/catalyst/commit/5eac1f7d0161d8f8efdddf3c98e6321633ad34a2)) +* **core:** adjust minor a11y issues with selects ([bcb8d94](https://github.com/batcer/catalyst/commit/bcb8d945ae62a95b0cf46817ce7f939c9789def2)) +* **core:** adjust spacings ([6379808](https://github.com/batcer/catalyst/commit/6379808dbdc7c29c378d27e3777489bcb055053e)) +* **core:** adjust styles for plain buttons with utility classes ([ebf1e1f](https://github.com/batcer/catalyst/commit/ebf1e1fa42215e6ac47d67b513d1add2e21e8a64)) +* **core:** allow datepicker to open on icon click (closes [#394](https://github.com/batcer/catalyst/issues/394)) ([8c5ee85](https://github.com/batcer/catalyst/commit/8c5ee856242c84e95df11ffd693b122288e3a453)) +* **core:** avoid endless loop on input error handling ([#591](https://github.com/batcer/catalyst/issues/591)) ([6c2d191](https://github.com/batcer/catalyst/commit/6c2d19119131c7d0ccaeb2bad0cbe7a1a1b81a9c)) +* **core:** avoid flex wrap in single selects ([e09fba1](https://github.com/batcer/catalyst/commit/e09fba140fe5f2606eafcd8fe6073c122a580c56)) +* **core:** button font weight is not adjustable (closes [#365](https://github.com/batcer/catalyst/issues/365)) ([00b6343](https://github.com/batcer/catalyst/commit/00b634352d86deebf19dc040554129b39421e519)) +* **core:** cat-date-inline month display in headline ([#630](https://github.com/batcer/catalyst/issues/630)) ([cd0df5d](https://github.com/batcer/catalyst/commit/cd0df5d798e47af2f9bed0646b0415037917e721)) +* **core:** change visibility helpers to only react on focus-visible ([94a0d93](https://github.com/batcer/catalyst/commit/94a0d93ee1f9f32f8685d407328a0eec238a476e)) +* **core:** close tooltips on escape even without focus ([a37f07a](https://github.com/batcer/catalyst/commit/a37f07ada7e536c81220a683e33c8d8bcaca6c77)) +* **core:** connect listeners in tooltip again after disconnection ([#767](https://github.com/batcer/catalyst/issues/767)) ([72afd93](https://github.com/batcer/catalyst/commit/72afd9311c2f4fe8fb1f746ac45f051860fc259a)) +* **core:** correct text alignment in multipline buttons (fixes [#534](https://github.com/batcer/catalyst/issues/534)) ([fd93ce2](https://github.com/batcer/catalyst/commit/fd93ce2a15e3901715ae03a04267b2c5bc90a010)) +* **core:** correctly focus initial values of datepicker ([c831068](https://github.com/batcer/catalyst/commit/c831068708725d051680f93b1456c2da78902eff)) +* **core:** datepicker month locale are not correct ([#571](https://github.com/batcer/catalyst/issues/571)) ([28dff07](https://github.com/batcer/catalyst/commit/28dff072f7988f42112cec3562d535f63d5f6e6d)) +* **core:** datepicker uses incorrect formatting tokens ([742a8b0](https://github.com/batcer/catalyst/commit/742a8b05e2ca6b4e2b499185593ff103d28aedb1)) +* **core:** deactivate dropdown focus trap when the dropdown removed from the DOM ([#769](https://github.com/batcer/catalyst/issues/769)) ([7089e5d](https://github.com/batcer/catalyst/commit/7089e5dd9bcd0b70a555ef581668d57b857da444)) +* **core:** delay a11y checks (closes [#455](https://github.com/batcer/catalyst/issues/455)) ([ae6811e](https://github.com/batcer/catalyst/commit/ae6811ec2888840bbc271918a997b4412535127a)) +* **core:** do not delay dropdown focus trap deactivation ([#603](https://github.com/batcer/catalyst/issues/603)) ([dcd6198](https://github.com/batcer/catalyst/commit/dcd61986005640f08494833dedd9420605e526b8)) +* **core:** do not override horizontal settings of form elements in the form group ([#776](https://github.com/batcer/catalyst/issues/776)) ([16bec5e](https://github.com/batcer/catalyst/commit/16bec5e52dedd0fc4a554cc5821dc90338beba17)) +* **core:** do not show focus in dropdown if it was opened by mouse click ([#664](https://github.com/batcer/catalyst/issues/664)) ([2dcc67b](https://github.com/batcer/catalyst/commit/2dcc67b471e6e74e15e84959800fe8ceb0c81e46)) +* **core:** do not shrink labels in horizontal view ([#790](https://github.com/batcer/catalyst/issues/790)) ([b2d2f75](https://github.com/batcer/catalyst/commit/b2d2f750d362bce5d170375f8cc80cb06c55394b)) +* **core:** don't shrink badges ([2717359](https://github.com/batcer/catalyst/commit/271735967168bf30355192e186c34b5d1c3277e7)) +* **core:** emit catClick on tab click (closes [#416](https://github.com/batcer/catalyst/issues/416)) ([73a5a95](https://github.com/batcer/catalyst/commit/73a5a95a384e66d075cd75b39be42cee9c102c4c)) +* **core:** emit correct values for daterange picker ([087dcb8](https://github.com/batcer/catalyst/commit/087dcb844ca2a03c894b01d8becea731ecc684a1)) +* **core:** empty commit to shove the stuck release workflow ([f558225](https://github.com/batcer/catalyst/commit/f55822599ab27a832d97fb93c45d561c7d02bbac)) +* **core:** enable import injection for vite builder ([#699](https://github.com/batcer/catalyst/issues/699)) ([9a2f63f](https://github.com/batcer/catalyst/commit/9a2f63fde73152ab5e901e4deecfe5f21a5a1366)) +* **core:** export and fix cat-time value changes ([#561](https://github.com/batcer/catalyst/issues/561)) ([369da92](https://github.com/batcer/catalyst/commit/369da921edb247dccfcc701febf26361b31383d8)) +* **core:** fix broken catalyst color references in tooltips, alerts and color utilities ([25112fe](https://github.com/batcer/catalyst/commit/25112feb4e59bae88494c0eeb6475b7faff30aba)) +* **core:** fix broken datepicker days (closes [#438](https://github.com/batcer/catalyst/issues/438)) ([adc48b9](https://github.com/batcer/catalyst/commit/adc48b997922651a430f2c9486c06bc0ab65377e)) +* **core:** fix broken dialog background (closes [#436](https://github.com/batcer/catalyst/issues/436)) ([0dab1ad](https://github.com/batcer/catalyst/commit/0dab1ad459d6d4ad75ff12f8e52868f2a816be0c)) +* **core:** fix broken dialog background definition ([795956d](https://github.com/batcer/catalyst/commit/795956d9e07d8b83947f587ff0b2abe99dbda605)) +* **core:** fix broken month labels in datepicker (closes [#456](https://github.com/batcer/catalyst/issues/456)) ([e4de85c](https://github.com/batcer/catalyst/commit/e4de85c41840d37ce2c0bccbc122b9aa5739639b)) +* **core:** fix broken scss build ([386f978](https://github.com/batcer/catalyst/commit/386f97822a96304867c0a3ac8abb03966eecf945)) +* **core:** fix broken slotted labels and hints ([54b5d6f](https://github.com/batcer/catalyst/commit/54b5d6ffc9f411253e222ebd22ce4da521360dfb)) +* **core:** fix broken tab navigation in new datepicker ([118f1ce](https://github.com/batcer/catalyst/commit/118f1ceb916364d88e2c9f4bd83d771924468864)) +* **core:** fix broken week day names in datepicker ([35d8e12](https://github.com/batcer/catalyst/commit/35d8e1237bacdfbc438120c6f07213acb1d9492b)) +* **core:** fix cat-tabs alignment (regression after adding More button) ([#794](https://github.com/batcer/catalyst/issues/794)) ([6543b9b](https://github.com/batcer/catalyst/commit/6543b9b1740be4ae520d136ac45d29eb297d674b)) +* **core:** fix date issues with inline communication ([#616](https://github.com/batcer/catalyst/issues/616)) ([9da49ca](https://github.com/batcer/catalyst/commit/9da49ca9ad35de4c6622e44958dcf2c25b7d5992)) +* **core:** fix date navigation (closes [#654](https://github.com/batcer/catalyst/issues/654)) ([#656](https://github.com/batcer/catalyst/issues/656)) ([8ae8410](https://github.com/batcer/catalyst/commit/8ae8410cb9a4eb84a4b4bb572ebcd751745a05dc)) +* **core:** fix display bug in link buttons that prevent showing underline decorations ([9e602ae](https://github.com/batcer/catalyst/commit/9e602ae11b99fea9ec493974eeffcbf81dc71c5b)) +* **core:** fix display of nested buttons in button groups ([97cb183](https://github.com/batcer/catalyst/commit/97cb183352a7e3a3d3488285e458faf63ffad68d)) +* **core:** fix existing implementation of dropdowns. breaking change in prev commit ([e602ea8](https://github.com/batcer/catalyst/commit/e602ea8ef2dee79e1e992d2413f417744ada2a3f)) +* **core:** fix formatting error ([b0c4c6d](https://github.com/batcer/catalyst/commit/b0c4c6dfdd60b048751161ed779ec7a6b2519746)) +* **core:** fix horizontal attribute for cat-form-group and its children elements ([#787](https://github.com/batcer/catalyst/issues/787)) ([cb151a4](https://github.com/batcer/catalyst/commit/cb151a4e4359d878461e49ced3e547669fbaad75)) +* **core:** fix linter ([#781](https://github.com/batcer/catalyst/issues/781)) ([4ef2a93](https://github.com/batcer/catalyst/commit/4ef2a936efe2483162a7b7c4b21a8f7adfe799c2)) +* **core:** fix linting error ([1fd2512](https://github.com/batcer/catalyst/commit/1fd2512de6cacab51ba0811b3d549a2e563eb349)) +* **core:** fix linting errors on any type ([#600](https://github.com/batcer/catalyst/issues/600)) ([debcc0a](https://github.com/batcer/catalyst/commit/debcc0a8ae5e5115187dbc6a90912d381b4ad8ec)) +* **core:** fix month and weekday names (closes [#640](https://github.com/batcer/catalyst/issues/640)) ([87ba2fb](https://github.com/batcer/catalyst/commit/87ba2fb76de286528a3a55eb2024b2a4d80a73e6)) +* **core:** fix multi-select in Safari ([#658](https://github.com/batcer/catalyst/issues/658)) ([1472929](https://github.com/batcer/catalyst/commit/14729298e1a0b05e620e3d8829402edaa7b80060)) +* **core:** fix notification alignment due to CSS typo ([156b86a](https://github.com/batcer/catalyst/commit/156b86a0d9e93679b95280cd0c3f71cb201b199a)) +* **core:** fix placement import in cat-tooltip ([#558](https://github.com/batcer/catalyst/issues/558)) ([a816760](https://github.com/batcer/catalyst/commit/a816760c3b2a1a29614d898a0cfbb9f5dfdb3552)) +* **core:** fix position type for datepicker ([#479](https://github.com/batcer/catalyst/issues/479)) ([6588692](https://github.com/batcer/catalyst/commit/6588692faec3f7c1ebd4d62a76bfc90896479800)) +* **core:** fix setting value programmatically on cat-time ([#564](https://github.com/batcer/catalyst/issues/564)) ([654d75a](https://github.com/batcer/catalyst/commit/654d75aa6d80006d58becd8444ed6fe66163ec84)) +* **core:** fix small styling issues in toasst notifications ([5568011](https://github.com/batcer/catalyst/commit/55680116c8798c3997d1dfc7273f276de0b442b4)) +* **core:** fix submit mode for cat-button ([#555](https://github.com/batcer/catalyst/issues/555)) ([10b6b95](https://github.com/batcer/catalyst/commit/10b6b95ffb332db582182ee639b4ea6ff85ba46b)) +* **core:** fix the dropdown hidden trigger initialization ([#568](https://github.com/batcer/catalyst/issues/568)) ([4505b0d](https://github.com/batcer/catalyst/commit/4505b0d674eacdea050b02ff57f705acaed22c8f)) +* **core:** fix typo in docs ([32837bc](https://github.com/batcer/catalyst/commit/32837bc96414a6ab5b4670b0509b2dd407f03ace)) +* **core:** fix unit tests warning ([#754](https://github.com/batcer/catalyst/issues/754)) ([6a1ff9c](https://github.com/batcer/catalyst/commit/6a1ff9cb8db024e0f8b8de98269d0e305de2b460)) +* **core:** fix wrng indentation of radio buttons ([6260e58](https://github.com/batcer/catalyst/commit/6260e58ca1bcea71c96619a9e3feee1d6b82a6a0)) +* **core:** fixed broken spacings in nav cat-card ([#360](https://github.com/batcer/catalyst/issues/360)) ([3bcaf73](https://github.com/batcer/catalyst/commit/3bcaf73b61b9cd255a2a8ef7097f579d87484b55)) +* **core:** fixed cat-scrollable for windows ([#697](https://github.com/batcer/catalyst/issues/697)) ([e34749c](https://github.com/batcer/catalyst/commit/e34749cc564675d12e6789a1c5a2bb9ec0e041e3)) +* **core:** hide tooltip when the target disconnected from DOM ([#770](https://github.com/batcer/catalyst/issues/770)) ([0fdea33](https://github.com/batcer/catalyst/commit/0fdea33d6877ac14c40bfa2d6a38607a7687dd32)) +* **core:** improve formly handling and select connector utils ([33ccc89](https://github.com/batcer/catalyst/commit/33ccc8991f194ad7fc626162e8d4bc7d053447ee)) +* **core:** language switch is broken in demo page ([4de6e94](https://github.com/batcer/catalyst/commit/4de6e9470bf713d7cc73b23f43a58fca29b6795f)) +* **core:** link buttons should react to correct CSS variable ([#759](https://github.com/batcer/catalyst/issues/759)) ([0682233](https://github.com/batcer/catalyst/commit/0682233f8c7d3c6c6dc7039de43131c6e1e0a6bc)) +* **core:** make it possibile to have tabs without an active tab ([cdd3581](https://github.com/batcer/catalyst/commit/cdd358119ad8d930547646ad0082d078c6db3843)) +* **core:** min and max are not updating after datepicker initialized (closes [#370](https://github.com/batcer/catalyst/issues/370)) ([9ee44d0](https://github.com/batcer/catalyst/commit/9ee44d025dbc59f5cae60a2cd9b5d85642f5b783)) +* **core:** nested selects closes modal on esc (closes [#387](https://github.com/batcer/catalyst/issues/387)) ([d425bf1](https://github.com/batcer/catalyst/commit/d425bf1227f3b050a9ac881679ff1bc1045e2a54)) +* **core:** not able to programmatically set active tab ([ec1cc1c](https://github.com/batcer/catalyst/commit/ec1cc1cb1a0d6fca6a68734250b31c897df2077d)) +* **core:** prevent avatars from shrinking in flex containers ([11d6d4f](https://github.com/batcer/catalyst/commit/11d6d4f50f05eb99f7c051b40a71c600ebe3f5dc)) +* **core:** prevent catChange event emission on select initialization ([8e7cfa6](https://github.com/batcer/catalyst/commit/8e7cfa6c5cf63ce57fa631e22c79e1e926d74940)) +* **core:** radio buttons accept non-string values ([dec8302](https://github.com/batcer/catalyst/commit/dec83025c9fad14e1fd68fc1220a1af422bb7aac)) +* **core:** read label of inline datepicker by screenreader ([f346293](https://github.com/batcer/catalyst/commit/f3462934f702b863b523022e46a2ce5c112e7a8e)) +* **core:** refine datepicker sizing ([79076a9](https://github.com/batcer/catalyst/commit/79076a93e007423aff0da1579cd8729e589d62e1)) +* **core:** remove console log ([d1d5b59](https://github.com/batcer/catalyst/commit/d1d5b597ca84b8a5f31ff297b1d90edb21127990)) +* **core:** remove prettier errors ([5ab6dbc](https://github.com/batcer/catalyst/commit/5ab6dbcf230f0355af21ed6dfe2a8cda8357bcdc)) +* **core:** remove space for standalone icons in buttons ([ea061f2](https://github.com/batcer/catalyst/commit/ea061f2711dfe7a8bcf6acd62f3f7987238e56cc)) +* **core:** remove spacing from box-placeholder width ([#749](https://github.com/batcer/catalyst/issues/749)) ([c15d3de](https://github.com/batcer/catalyst/commit/c15d3defc2b3606d95637ce4042a106487985ff2)) +* **core:** remove unnecessary comment ([#588](https://github.com/batcer/catalyst/issues/588)) ([8d7fd10](https://github.com/batcer/catalyst/commit/8d7fd109a97106e87ebfa72c30e9e4f23cf452c1)) +* **core:** remove unneded margin overwrite from catalyst headline classes ([25ffe00](https://github.com/batcer/catalyst/commit/25ffe0057bcc56eadf282e20c5c45151e372b980)) +* **core:** reset input search when select value is set programmatically ([6096aa7](https://github.com/batcer/catalyst/commit/6096aa70d6aee3b7e2a016d98fd569329739b5d6)) +* **core:** reset input search when select value is set programmatically ([257ae0a](https://github.com/batcer/catalyst/commit/257ae0a537f8197fef5a6f625552f0156e8d15d0)) +* **core:** reset input value when select value is set programmatically ([4c79ef7](https://github.com/batcer/catalyst/commit/4c79ef7fd8c3b0647e8b9a5247b75192acf8ab32)) +* **core:** reset select value if input is required ([3366817](https://github.com/batcer/catalyst/commit/3366817c1caea00ba0ef878a9db1fe3e1385875f)) +* **core:** revert changes on cat-visually-hidden ([1c3386b](https://github.com/batcer/catalyst/commit/1c3386bfc431ad7098d920dd4a6287ba35f705c2)) +* **core:** set bold font to 700 ([932551a](https://github.com/batcer/catalyst/commit/932551a5d36531f01fd606c34e270f000adb62cf)) +* **core:** set correct first day of week in new datepicker ([8d8c8f8](https://github.com/batcer/catalyst/commit/8d8c8f87a04e589e636d4b8070898a223a9b1f54)) +* **core:** setting empty value in cat-time ([#566](https://github.com/batcer/catalyst/issues/566)) ([9d1df0a](https://github.com/batcer/catalyst/commit/9d1df0a5dc9f6d7464413e19cca18d86ca3b258a)) +* **core:** single select shows no items when there are still options (closes [#364](https://github.com/batcer/catalyst/issues/364)) ([146c6f7](https://github.com/batcer/catalyst/commit/146c6f7dec9427ee40e2c4c8010898831893b6b3)) +* **core:** submit button should not cause a reload in firefox ([#611](https://github.com/batcer/catalyst/issues/611)) ([ecf2d15](https://github.com/batcer/catalyst/commit/ecf2d155df12b4db2769e7f55ee7225c2bf6f04e)) +* **core:** submit buttons leads to refresh in firefox ([#608](https://github.com/batcer/catalyst/issues/608)) ([1a1f600](https://github.com/batcer/catalyst/commit/1a1f600c24a667a02d8497a13c38d32b5de5d176)) +* **core:** support day periods for all locales, not only AM/PM ([#762](https://github.com/batcer/catalyst/issues/762)) ([ae81703](https://github.com/batcer/catalyst/commit/ae81703480328af24da3096581acdd2da06f01de)) +* **core:** support narrow articles ([edd7092](https://github.com/batcer/catalyst/commit/edd709270351c6c596bebf382abee2385e986397)) +* **core:** tooltips are announced by the screenreader (closes [#425](https://github.com/batcer/catalyst/issues/425)) ([71df679](https://github.com/batcer/catalyst/commit/71df679c068d62f86913f0de9a1730a8006edf19)) +* **core:** update dependencies ([bf9db7f](https://github.com/batcer/catalyst/commit/bf9db7f48c00e8f65fc0da8b3e26ea188357e498)) +* **core:** update dependencies ([7e8f331](https://github.com/batcer/catalyst/commit/7e8f331e38afb961ea6d49c28a5e1554838058ea)) +* **core:** update radio group on dynamic radio changes (closes [#400](https://github.com/batcer/catalyst/issues/400)) ([2761ceb](https://github.com/batcer/catalyst/commit/2761cebc671f3d843a2e2dd6f921e550bb9fc192)) +* **core:** use correct background color for outlines buttons with non-white backgrounds ([b2f4557](https://github.com/batcer/catalyst/commit/b2f4557edf8ac325ab756d42595e3a8769207c6d)) +* **core:** xs icon buttons have wrong height ([28fc081](https://github.com/batcer/catalyst/commit/28fc0815438eac2645b08631f6c157ec1b758609)) +* datepicker disabled state change is unstable ([#466](https://github.com/batcer/catalyst/issues/466)) ([d287f49](https://github.com/batcer/catalyst/commit/d287f492ddb9fcac9ff2875b0e37c707259ea420)) +* extend content width to 100% in cat-alert component ([96d9831](https://github.com/batcer/catalyst/commit/96d9831049a69dbabe4d2de70b6e2983e2995d67)) +* fix wrong size of checkboxes ([08aa64f](https://github.com/batcer/catalyst/commit/08aa64f3f0f55092ca9a3723f66a5dbb8f42ddde)) +* form error hints are not announced by the screen reader ([#398](https://github.com/batcer/catalyst/issues/398)) ([9e23dca](https://github.com/batcer/catalyst/commit/9e23dca07347bbbee5c0c140194a44de2c1aa428)) +* make mode dynamically changeable for datepicker ([#468](https://github.com/batcer/catalyst/issues/468)) ([d17d28a](https://github.com/batcer/catalyst/commit/d17d28a387f0299f8acf3fc0bf5ad963e67948d3)) +* make mode dynamically changeable for datepicker ([#468](https://github.com/batcer/catalyst/issues/468)) ([d17d28a](https://github.com/batcer/catalyst/commit/d17d28a387f0299f8acf3fc0bf5ad963e67948d3)) +* remove various bugs in new date & timepicker ([9ab390b](https://github.com/batcer/catalyst/commit/9ab390b4300621fb3f758a5c6e4280ee3f590303)) +* **tokens:** rename --font-family-body to font-family-base ([c6804d9](https://github.com/batcer/catalyst/commit/c6804d93a6f96294f36c9c79fce557eac3940f67)) +* update node types to v20 ([111d872](https://github.com/batcer/catalyst/commit/111d87250763c2ae38326a1d72e5435203dd7485)) +* update typo styles for nested links in alerts ([4ca67d9](https://github.com/batcer/catalyst/commit/4ca67d912dbc3cfa90fe6889034819d45175a4ca)) +* wrong time formatting in new time picker ([9a81f85](https://github.com/batcer/catalyst/commit/9a81f85862aa6a033dcce36c6ee681b90bcfc81c)) + ## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.3.2...catalyst-core-v13.4.0) (2025-11-14) diff --git a/core/package.json b/core/package.json index 53f7e15b1..0f2a01d0e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "13.4.0", + "version": "14.0.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 0e67bf5f5..62744d5ea 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [14.0.0](https://github.com/batcer/catalyst/compare/catalyst-react-v13.4.0...catalyst-react-v14.0.0) (2025-11-24) + + +### Features + +* **core:** add new cat-date picker and cat-time picker ([#486](https://github.com/batcer/catalyst/issues/486)) ([5b97a7b](https://github.com/batcer/catalyst/commit/5b97a7b890dd5e6ffbf9ca92eb7cb4de6f2bd064)) +* **core:** enable tag inputs without dropdowns ([#586](https://github.com/batcer/catalyst/issues/586)) ([e3b76e3](https://github.com/batcer/catalyst/commit/e3b76e32ecfe4152242b9568b977d0ada42648ca)) +* **core:** implement new inline date picker ([#491](https://github.com/batcer/catalyst/issues/491)) ([44253a8](https://github.com/batcer/catalyst/commit/44253a8ac53d080189e29cd19a9570f042b6b08e)) +* **react:** update typescript version in react set of packages ([#777](https://github.com/batcer/catalyst/issues/777)) ([b541ead](https://github.com/batcer/catalyst/commit/b541ead80f7a359d8f2fd790d6376becc31d1c56)) + + +### Bug Fixes + +* **core:** empty commit to shove the stuck release workflow ([f558225](https://github.com/batcer/catalyst/commit/f55822599ab27a832d97fb93c45d561c7d02bbac)) +* **core:** prevent catChange event emission on select initialization ([8e7cfa6](https://github.com/batcer/catalyst/commit/8e7cfa6c5cf63ce57fa631e22c79e1e926d74940)) + ## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.3.2...catalyst-react-v13.4.0) (2025-11-14) diff --git a/react/package.json b/react/package.json index 045b1df16..4d2884af1 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "13.4.0", + "version": "14.0.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index ba71ff90b..33a97501d 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [14.0.0](https://github.com/batcer/catalyst/compare/catalyst-tokens-v13.4.0...catalyst-tokens-v14.0.0) (2025-11-24) + + +### ⚠ BREAKING CHANGES + +* **tokens:** rename --font-family-body to font-family-base +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/batcer/catalyst/issues/405)) + +### Features + +* add new info state to theming ([3c8c2ba](https://github.com/batcer/catalyst/commit/3c8c2ba41fb38e2158de8809ec816d4df31e8890)) +* adjust font sources to contain the correct sun emoji ([42389eb](https://github.com/batcer/catalyst/commit/42389eb5d697e94ed07fa873ed206fdeead00e3a)) +* **core:** add border for cards ([#685](https://github.com/batcer/catalyst/issues/685)) ([d3206af](https://github.com/batcer/catalyst/commit/d3206af28b851ab9d0161acb8b114f4fd4d471c5)) +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/batcer/catalyst/issues/405)) ([70e6b9e](https://github.com/batcer/catalyst/commit/70e6b9ea687f68fad5f1fa6da42e1f917133d584)) +* **core:** update dependencies ([2bfadd1](https://github.com/batcer/catalyst/commit/2bfadd1aa3fe38bb3f1ecbe8ff329f77d6d28555)) +* **core:** update dependencies ([#531](https://github.com/batcer/catalyst/issues/531)) ([df37388](https://github.com/batcer/catalyst/commit/df373885b88b221c3950f7ac23df77b2990ac428)) +* new look for alerts and badges ([#396](https://github.com/batcer/catalyst/issues/396)) ([b572c8e](https://github.com/batcer/catalyst/commit/b572c8efe546dfef57756f6ab25575467edcac1e)) +* **tokens:** add hex colors as token output ([94919c2](https://github.com/batcer/catalyst/commit/94919c2ff77bf5062f6cfda8dc403694ff0d6de5)) +* **tokens:** update styledictionary ([e97cbcd](https://github.com/batcer/catalyst/commit/e97cbcd70d4d613aa8c16f298afd8bbff41cb9f4)) + + +### Bug Fixes + +* **core:** empty commit to shove the stuck release workflow ([f558225](https://github.com/batcer/catalyst/commit/f55822599ab27a832d97fb93c45d561c7d02bbac)) +* **core:** link buttons should react to correct CSS variable ([#759](https://github.com/batcer/catalyst/issues/759)) ([0682233](https://github.com/batcer/catalyst/commit/0682233f8c7d3c6c6dc7039de43131c6e1e0a6bc)) +* **core:** prevent catChange event emission on select initialization ([8e7cfa6](https://github.com/batcer/catalyst/commit/8e7cfa6c5cf63ce57fa631e22c79e1e926d74940)) +* **core:** reset card border ([6b93f4e](https://github.com/batcer/catalyst/commit/6b93f4eeb513a7b94b38295befd4d78ab3c5bd93)) +* **tokens:** fix broken color variables ([9de1247](https://github.com/batcer/catalyst/commit/9de12470e8e3a50f40e54c4e115b368177de7808)) +* **tokens:** fix broken token build ([be1d67c](https://github.com/batcer/catalyst/commit/be1d67c69774541443028d896cc4013b2f459673)) +* **tokens:** fix wrong CSS property names for info theme ([2ba027d](https://github.com/batcer/catalyst/commit/2ba027dd8554210fcc97214c6bad8d461cc838d2)) +* **tokens:** readme typo fix ([194c01c](https://github.com/batcer/catalyst/commit/194c01c2fe9aa286512753d4e61fa79786c1c991)) +* **tokens:** rename --font-family-body to font-family-base ([c6804d9](https://github.com/batcer/catalyst/commit/c6804d93a6f96294f36c9c79fce557eac3940f67)) +* **tokens:** update dev dependencies ([7cd9290](https://github.com/batcer/catalyst/commit/7cd92900f72c294f3e0b1081133f7a92499b6442)) + ## [13.4.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v13.3.2...catalyst-tokens-v13.4.0) (2025-11-14) diff --git a/tokens/package.json b/tokens/package.json index 9812a9ea2..2a2faa5a2 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "13.4.0", + "version": "14.0.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {