diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fa34eb3dc..b25e48c2286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ -# [2.1.0](https://github.com/siemens/ix/compare/v2.1.0-beta.0...v2.1.0) (2024-02-16) +## [2.1.1](https://github.com/siemens/ix/compare/v2.1.0-beta.0...v2.1.1) (2024-02-28) ### Bug Fixes +* **angular:** icon size property missing in wrapper generation ([#1124](https://github.com/siemens/ix/issues/1124)) ([9819736](https://github.com/siemens/ix/commit/981973699b65e4ca30efd775bcedc418971eddd3)) * **core/basic-navigation:** fixed behavior on missing breakpoints ([#874](https://github.com/siemens/ix/issues/874)) ([9370b32](https://github.com/siemens/ix/commit/9370b32b009d9e55024f9fccb136333f292c0366)) +* **core/blind:** refactor header to not use z-index ([#1125](https://github.com/siemens/ix/issues/1125)) ([a2a95e7](https://github.com/siemens/ix/commit/a2a95e7758a0583f76b89942e4630541972500a1)) * **core/blind:** remove custom action from button tag ([#876](https://github.com/siemens/ix/issues/876)) ([f26ae57](https://github.com/siemens/ix/commit/f26ae579abbd218ea6d140afa04881ccdcffb5bd)) +* **core/burger-menu:** a11y expand state ([#1112](https://github.com/siemens/ix/issues/1112)) ([cd3d033](https://github.com/siemens/ix/commit/cd3d0334bfafcb43fdb1c93f82a8719e1d66c5a8)) * **core/burger-menu:** cursor appearance for burger menu button ([#941](https://github.com/siemens/ix/issues/941)) ([37f7fe0](https://github.com/siemens/ix/commit/37f7fe0274a07bfb96b64f8b5b12a7c241a10048)) * **core/button:** documentation fix ([#885](https://github.com/siemens/ix/issues/885)) ([9ff270f](https://github.com/siemens/ix/commit/9ff270f7364e1c96bf55811f129fd06fb0608e3a)) * **core/dropdown-item:** prevent unwatned truncation ([#961](https://github.com/siemens/ix/issues/961)) ([4009a45](https://github.com/siemens/ix/commit/4009a4551a2b8e1f148b6c98b7d6a709bffd07c6)) * **core/dropdown:** always close on escape ([#1093](https://github.com/siemens/ix/issues/1093)) ([716ffae](https://github.com/siemens/ix/commit/716ffae97fbc244361d98a2f3e1c5f72126e9b7e)) +* **core/dropdown:** check against undefined access ([#1104](https://github.com/siemens/ix/issues/1104)) ([47deab1](https://github.com/siemens/ix/commit/47deab1ee7febafed439de003f967067ca6fe74e)) * **core/dropdown:** fix submenu discovery ([#1060](https://github.com/siemens/ix/issues/1060)) ([4a95af8](https://github.com/siemens/ix/commit/4a95af8806da282225098fd8b2a9c539fe746057)) * **core/dropdown:** nested dropdown fix for shadow dom ([#849](https://github.com/siemens/ix/issues/849)) ([28e73f5](https://github.com/siemens/ix/commit/28e73f519dbc2530b8bf6e7bf88f42d5335dfc30)) * **core/dropdown:** use controller instance to handle dropdown instances ([#1051](https://github.com/siemens/ix/issues/1051)) ([aa4bdc3](https://github.com/siemens/ix/commit/aa4bdc3289b71dfc47090001678a5c897860039d)) @@ -20,13 +24,21 @@ * **core/key-value-list:** input fills available horizontal space ([#905](https://github.com/siemens/ix/issues/905)) ([df8d2e1](https://github.com/siemens/ix/commit/df8d2e17cd5ac069c95cadc0d12e357f1d4a8926)) * **core/key-value-list:** label stretches and handles overflow gracefully ([#942](https://github.com/siemens/ix/issues/942)) ([e238321](https://github.com/siemens/ix/commit/e238321bed352428a9868b2f78f487b221e30fe7)) * **core/menu-about/-settings:** unwanted behavior on fast tab change ([#933](https://github.com/siemens/ix/issues/933)) ([1558e92](https://github.com/siemens/ix/commit/1558e92a29cb08188e126fbd75fd3bdef4d8c0bd)) +* **core/menu-avatar-item:** prevent color from being overwritten by global styles ([#1116](https://github.com/siemens/ix/issues/1116)) ([a15c619](https://github.com/siemens/ix/commit/a15c6196528567aec259de1a942a717a624a89f2)) +* **core/menu-avatar-item:** use host for trigger target ([#1113](https://github.com/siemens/ix/issues/1113)) ([1fd1637](https://github.com/siemens/ix/commit/1fd16375fcdd427452527cf27ee574456787108c)) +* **core/menu-category:** allow empty icon as menu-category-item ([#1110](https://github.com/siemens/ix/issues/1110)) ([03790e0](https://github.com/siemens/ix/commit/03790e0ef41d1b12e66a94ef7d453eefd0a3ebec)) +* **core/menu-category:** fix unwanted behavior with active element ([#1102](https://github.com/siemens/ix/issues/1102)) ([99a9c5c](https://github.com/siemens/ix/commit/99a9c5c7fa48a9b3ca037ef1cb7cc5b0284f08c1)) * **core/menu-item:** suppress icon tooltip ([#887](https://github.com/siemens/ix/issues/887)) ([fc874a4](https://github.com/siemens/ix/commit/fc874a4e1a0c8ae2584f28168144b6c8be7819ab)) * **core/menu-settings:** update labels dynamically ([#937](https://github.com/siemens/ix/issues/937)) ([09dc395](https://github.com/siemens/ix/commit/09dc3955b1d6535554b48e155b354131b1c5537a)) * **core/menu:** adjust spacing of menu-button and app-switch ([#1040](https://github.com/siemens/ix/issues/1040)) ([7fa318f](https://github.com/siemens/ix/commit/7fa318fc1667021a0b6a7bd80fc4395182073707)) +* **core/menu:** fix theme switching icon ([#1121](https://github.com/siemens/ix/issues/1121)) ([0def517](https://github.com/siemens/ix/commit/0def517ba142869dc47a56524ead891519212aaa)) +* **core/message-bar:** fix styling ([#1064](https://github.com/siemens/ix/issues/1064)) ([62b7565](https://github.com/siemens/ix/commit/62b7565706ed150df9014d25037b653349491386)) * **core/modal-header:** prevent npe ([28da016](https://github.com/siemens/ix/commit/28da0163eaa8c1d5cdf592bb61c8c57965f3dc4e)) * **core/modal:** ensure that key down listener gets called ([#870](https://github.com/siemens/ix/issues/870)) ([ceacb71](https://github.com/siemens/ix/commit/ceacb716fd7431d03603962634f4987a652e1aaf)) +* **core/modal:** fixed closing modal issue when press space or enter ([#1080](https://github.com/siemens/ix/issues/1080)) ([214012f](https://github.com/siemens/ix/commit/214012f4a63996ebe737e8198f52307366f048b0)) * **core/modal:** fixes runtime error ([#902](https://github.com/siemens/ix/issues/902)) ([f628f5f](https://github.com/siemens/ix/commit/f628f5f6985e91b61e1542d28f1a83d58febe2fb)) * **core/modal:** remove dialog on escape ([#1016](https://github.com/siemens/ix/issues/1016)) ([3b69aba](https://github.com/siemens/ix/commit/3b69aba23373f8425cf98d4e062356d4e15eb325)) +* **core/panes:** expanded and slot error ([#1119](https://github.com/siemens/ix/issues/1119)) ([4d3f895](https://github.com/siemens/ix/commit/4d3f895fc61b332f403d1580794e70cbf921868c)) * **core/pill:** fix custom outline variant and add variant examples ([#968](https://github.com/siemens/ix/issues/968)) ([c364aab](https://github.com/siemens/ix/commit/c364aab12a3959e95b0b4be14a7ba5fc87041d86)) * **core/push-card:** option to collapse and expand push card ([#875](https://github.com/siemens/ix/issues/875)) ([74e43ad](https://github.com/siemens/ix/commit/74e43ad7d249f75491d0c9fe3a1398ef00bc2623)) * **core/radio-button:** fix alignment of checked indicator ([#1046](https://github.com/siemens/ix/issues/1046)) ([7698c64](https://github.com/siemens/ix/commit/7698c64e3eb75aa4182e592c1cd700aa76262180)) @@ -36,6 +48,7 @@ * **core/tabs:** prevent tab flickering ([#890](https://github.com/siemens/ix/issues/890)) ([bded378](https://github.com/siemens/ix/commit/bded3787d441a3a7de98ee04fdc311c436eaee6f)) * **core/tooltip:** a11y support ([#556](https://github.com/siemens/ix/issues/556)) ([65185ab](https://github.com/siemens/ix/commit/65185abaafc3455f45e79086ce480f8b017f6c4c)) * **core/tooltip:** positioning initial ([#1036](https://github.com/siemens/ix/issues/1036)) ([9ba9823](https://github.com/siemens/ix/commit/9ba9823d9bea7bf79d1803005fe39f573fa7b98a)) +* **core/tooltip:** remove direct constructor access ([#1118](https://github.com/siemens/ix/issues/1118)) ([63dd48c](https://github.com/siemens/ix/commit/63dd48ce7cdd9d3eb326a248a8928ea13fc31f5a)) * **core/tree:** add undefined check to disconnected callback ([#867](https://github.com/siemens/ix/issues/867)) ([38e5ca6](https://github.com/siemens/ix/commit/38e5ca6b5bf71bac5e19557f4402ca8039cf72a6)) * **core/typography:** use ms--1 size in h6 ([#871](https://github.com/siemens/ix/issues/871)) ([44841dd](https://github.com/siemens/ix/commit/44841dde2a9986bcd835d04ccc9e8a36d78241a7)) * **core/upload:** replace class icons with ix-icon ([#1022](https://github.com/siemens/ix/issues/1022)) ([9198d31](https://github.com/siemens/ix/commit/9198d31be2c13a09c67e4094a10668e9c710304f)) @@ -44,6 +57,7 @@ * **core/windows-doc-generation:** fix for component-doc generation ([#1070](https://github.com/siemens/ix/issues/1070)) ([39d88a6](https://github.com/siemens/ix/commit/39d88a6551c02545a20e37e4fc767f9cc08bee55)) * **core/workflow-step:** retain icon color on state change when disabled ([#1031](https://github.com/siemens/ix/issues/1031)) ([c2fb15c](https://github.com/siemens/ix/commit/c2fb15c363b1f5b443ed6079dbdff7ed704840d3)) * **core:** remove type declaration from ts file ([#1052](https://github.com/siemens/ix/issues/1052)) ([c4028e4](https://github.com/siemens/ix/commit/c4028e4c67540d6e3244ef79c28417e97617968c)) +* **react|vue:** define internal components ([#1099](https://github.com/siemens/ix/issues/1099)) ([984bb3c](https://github.com/siemens/ix/commit/984bb3c737202ffbb00fbbee150cceb61bfe07be)) * **toast:** fixed initial async undefined error ([#1039](https://github.com/siemens/ix/issues/1039)) ([6030480](https://github.com/siemens/ix/commit/603048045294200c178e8acc44c4d32225235d0b)) @@ -58,6 +72,7 @@ * **core/icon-button:** implement a11y features for icon-button ([#502](https://github.com/siemens/ix/issues/502)) ([4f7275a](https://github.com/siemens/ix/commit/4f7275aeef3f82d715d5ee968ff0b712267bef89)) * **core/menu-about-news:** fullscreen pop up for sm screens ([#1005](https://github.com/siemens/ix/issues/1005)) ([42e3814](https://github.com/siemens/ix/commit/42e3814e95e2fb0633e9ab876f8f5c8117ff641f)) * **core/menu-avatar:** optional logout button, conditional dropdown ([#851](https://github.com/siemens/ix/issues/851)) ([3a51843](https://github.com/siemens/ix/commit/3a518432733ec095f5ffc118219521c996e367db)) +* **react:** add vitest ([#1017](https://github.com/siemens/ix/issues/1017)) ([92cfe01](https://github.com/siemens/ix/commit/92cfe013c7508394c597fa54c3b435ddd71fb797)) diff --git a/package.json b/package.json index b41349ac875..50db862369a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "mono-repo-ix", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "description": "Siemens iX monorepo", "author": "Siemens AG", diff --git a/packages/aggrid/package.json b/packages/aggrid/package.json index 6152d4a1d42..abec537b4e6 100644 --- a/packages/aggrid/package.json +++ b/packages/aggrid/package.json @@ -8,7 +8,7 @@ "directory": "packages/aggrid" }, "description": "AG Grid theme based on ix theme variables", - "version": "2.1.0", + "version": "2.1.1", "files": [ "LICENSE", "README.md", @@ -21,7 +21,7 @@ }, "devDependencies": { "@playwright/test": "^1.32.1", - "@siemens/ix": "~2.1.0", + "@siemens/ix": "~2.1.1", "@siemens/ix-icons": "^2.0.0", "@types/gulp": "^4.0.14", "@types/gulp-postcss": "^8.0.4", @@ -38,7 +38,7 @@ "ts-node": "^10.9.1" }, "peerDependencies": { - "@siemens/ix": "~2.1.0", + "@siemens/ix": "~2.1.1", "ag-grid-community": "^28 || ^29 || ^30" } } diff --git a/packages/angular-test-app/package.json b/packages/angular-test-app/package.json index d5aa758cd31..3fd8dfa7877 100644 --- a/packages/angular-test-app/package.json +++ b/packages/angular-test-app/package.json @@ -1,6 +1,6 @@ { "name": "angular-test-app", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "scripts": { "ng": "ng", @@ -19,9 +19,9 @@ "@angular/platform-browser-dynamic": "^14.2.0", "@angular/router": "^14.2.0", "@siemens/ix-icons": "^2.0.0", - "@siemens/ix": "~2.1.0", - "@siemens/ix-aggrid": "~2.1.0", - "@siemens/ix-angular": "~2.1.0", + "@siemens/ix": "~2.1.1", + "@siemens/ix-aggrid": "~2.1.1", + "@siemens/ix-angular": "~2.1.1", "ag-grid-angular": "^30.0.0", "ag-grid-community": "^30.2.0", "rxjs": "~7.5.0", diff --git a/packages/angular/package.json b/packages/angular/package.json index c591e9a128e..b9a7012fca5 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/angular" }, - "version": "2.1.0", + "version": "2.1.1", "description": "Siemens iX for Angular", "scripts": { "build": "ng-packagr -c tsconfig.json", @@ -16,7 +16,7 @@ }, "license": "MIT", "dependencies": { - "@siemens/ix": "~2.1.0" + "@siemens/ix": "~2.1.1" }, "peerDependencies": { "@angular/core": ">=13.3.12", @@ -28,7 +28,7 @@ "@angular/compiler-cli": "v13-lts", "@angular/core": "v13-lts", "@jest/globals": "^29.3.1", - "@siemens/ix": "~2.1.0", + "@siemens/ix": "~2.1.1", "@types/jest": "^29.2.3", "fs-extra": "^10.1.0", "jest": "^29.3.1", diff --git a/packages/core/package.json b/packages/core/package.json index 77bca846435..b1bea691075 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/core" }, - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "description": "Siemens iX Web Components", "main": "dist/index.cjs.js", diff --git a/packages/documentation/docs/controls/modal.md b/packages/documentation/docs/controls/modal.md index 80ca351aa62..95090a78396 100644 --- a/packages/documentation/docs/controls/modal.md +++ b/packages/documentation/docs/controls/modal.md @@ -157,7 +157,7 @@ How to open a message modal is independent from the framework in use. Note that `showMessage` provides multiple pre-configured messages: - info -- waring +- warning - error - success - question diff --git a/packages/documentation/docs/installation/CHANGELOG.md b/packages/documentation/docs/installation/CHANGELOG.md index 19a21700509..9049076e957 100644 --- a/packages/documentation/docs/installation/CHANGELOG.md +++ b/packages/documentation/docs/installation/CHANGELOG.md @@ -4,17 +4,21 @@ title: Changelog hide_table_of_contents: true sidebar_position: 100 --- -# [2.1.0](https://github.com/siemens/ix/compare/v2.1.0-beta.0...v2.1.0) (2024-02-16) +## [2.1.1](https://github.com/siemens/ix/compare/v2.1.0-beta.0...v2.1.1) (2024-02-28) ### Bug Fixes +* **angular:** icon size property missing in wrapper generation ([#1124](https://github.com/siemens/ix/issues/1124)) ([9819736](https://github.com/siemens/ix/commit/981973699b65e4ca30efd775bcedc418971eddd3)) * **core/basic-navigation:** fixed behavior on missing breakpoints ([#874](https://github.com/siemens/ix/issues/874)) ([9370b32](https://github.com/siemens/ix/commit/9370b32b009d9e55024f9fccb136333f292c0366)) +* **core/blind:** refactor header to not use z-index ([#1125](https://github.com/siemens/ix/issues/1125)) ([a2a95e7](https://github.com/siemens/ix/commit/a2a95e7758a0583f76b89942e4630541972500a1)) * **core/blind:** remove custom action from button tag ([#876](https://github.com/siemens/ix/issues/876)) ([f26ae57](https://github.com/siemens/ix/commit/f26ae579abbd218ea6d140afa04881ccdcffb5bd)) +* **core/burger-menu:** a11y expand state ([#1112](https://github.com/siemens/ix/issues/1112)) ([cd3d033](https://github.com/siemens/ix/commit/cd3d0334bfafcb43fdb1c93f82a8719e1d66c5a8)) * **core/burger-menu:** cursor appearance for burger menu button ([#941](https://github.com/siemens/ix/issues/941)) ([37f7fe0](https://github.com/siemens/ix/commit/37f7fe0274a07bfb96b64f8b5b12a7c241a10048)) * **core/button:** documentation fix ([#885](https://github.com/siemens/ix/issues/885)) ([9ff270f](https://github.com/siemens/ix/commit/9ff270f7364e1c96bf55811f129fd06fb0608e3a)) * **core/dropdown-item:** prevent unwatned truncation ([#961](https://github.com/siemens/ix/issues/961)) ([4009a45](https://github.com/siemens/ix/commit/4009a4551a2b8e1f148b6c98b7d6a709bffd07c6)) * **core/dropdown:** always close on escape ([#1093](https://github.com/siemens/ix/issues/1093)) ([716ffae](https://github.com/siemens/ix/commit/716ffae97fbc244361d98a2f3e1c5f72126e9b7e)) +* **core/dropdown:** check against undefined access ([#1104](https://github.com/siemens/ix/issues/1104)) ([47deab1](https://github.com/siemens/ix/commit/47deab1ee7febafed439de003f967067ca6fe74e)) * **core/dropdown:** fix submenu discovery ([#1060](https://github.com/siemens/ix/issues/1060)) ([4a95af8](https://github.com/siemens/ix/commit/4a95af8806da282225098fd8b2a9c539fe746057)) * **core/dropdown:** nested dropdown fix for shadow dom ([#849](https://github.com/siemens/ix/issues/849)) ([28e73f5](https://github.com/siemens/ix/commit/28e73f519dbc2530b8bf6e7bf88f42d5335dfc30)) * **core/dropdown:** use controller instance to handle dropdown instances ([#1051](https://github.com/siemens/ix/issues/1051)) ([aa4bdc3](https://github.com/siemens/ix/commit/aa4bdc3289b71dfc47090001678a5c897860039d)) @@ -26,13 +30,21 @@ sidebar_position: 100 * **core/key-value-list:** input fills available horizontal space ([#905](https://github.com/siemens/ix/issues/905)) ([df8d2e1](https://github.com/siemens/ix/commit/df8d2e17cd5ac069c95cadc0d12e357f1d4a8926)) * **core/key-value-list:** label stretches and handles overflow gracefully ([#942](https://github.com/siemens/ix/issues/942)) ([e238321](https://github.com/siemens/ix/commit/e238321bed352428a9868b2f78f487b221e30fe7)) * **core/menu-about/-settings:** unwanted behavior on fast tab change ([#933](https://github.com/siemens/ix/issues/933)) ([1558e92](https://github.com/siemens/ix/commit/1558e92a29cb08188e126fbd75fd3bdef4d8c0bd)) +* **core/menu-avatar-item:** prevent color from being overwritten by global styles ([#1116](https://github.com/siemens/ix/issues/1116)) ([a15c619](https://github.com/siemens/ix/commit/a15c6196528567aec259de1a942a717a624a89f2)) +* **core/menu-avatar-item:** use host for trigger target ([#1113](https://github.com/siemens/ix/issues/1113)) ([1fd1637](https://github.com/siemens/ix/commit/1fd16375fcdd427452527cf27ee574456787108c)) +* **core/menu-category:** allow empty icon as menu-category-item ([#1110](https://github.com/siemens/ix/issues/1110)) ([03790e0](https://github.com/siemens/ix/commit/03790e0ef41d1b12e66a94ef7d453eefd0a3ebec)) +* **core/menu-category:** fix unwanted behavior with active element ([#1102](https://github.com/siemens/ix/issues/1102)) ([99a9c5c](https://github.com/siemens/ix/commit/99a9c5c7fa48a9b3ca037ef1cb7cc5b0284f08c1)) * **core/menu-item:** suppress icon tooltip ([#887](https://github.com/siemens/ix/issues/887)) ([fc874a4](https://github.com/siemens/ix/commit/fc874a4e1a0c8ae2584f28168144b6c8be7819ab)) * **core/menu-settings:** update labels dynamically ([#937](https://github.com/siemens/ix/issues/937)) ([09dc395](https://github.com/siemens/ix/commit/09dc3955b1d6535554b48e155b354131b1c5537a)) * **core/menu:** adjust spacing of menu-button and app-switch ([#1040](https://github.com/siemens/ix/issues/1040)) ([7fa318f](https://github.com/siemens/ix/commit/7fa318fc1667021a0b6a7bd80fc4395182073707)) +* **core/menu:** fix theme switching icon ([#1121](https://github.com/siemens/ix/issues/1121)) ([0def517](https://github.com/siemens/ix/commit/0def517ba142869dc47a56524ead891519212aaa)) +* **core/message-bar:** fix styling ([#1064](https://github.com/siemens/ix/issues/1064)) ([62b7565](https://github.com/siemens/ix/commit/62b7565706ed150df9014d25037b653349491386)) * **core/modal-header:** prevent npe ([28da016](https://github.com/siemens/ix/commit/28da0163eaa8c1d5cdf592bb61c8c57965f3dc4e)) * **core/modal:** ensure that key down listener gets called ([#870](https://github.com/siemens/ix/issues/870)) ([ceacb71](https://github.com/siemens/ix/commit/ceacb716fd7431d03603962634f4987a652e1aaf)) +* **core/modal:** fixed closing modal issue when press space or enter ([#1080](https://github.com/siemens/ix/issues/1080)) ([214012f](https://github.com/siemens/ix/commit/214012f4a63996ebe737e8198f52307366f048b0)) * **core/modal:** fixes runtime error ([#902](https://github.com/siemens/ix/issues/902)) ([f628f5f](https://github.com/siemens/ix/commit/f628f5f6985e91b61e1542d28f1a83d58febe2fb)) * **core/modal:** remove dialog on escape ([#1016](https://github.com/siemens/ix/issues/1016)) ([3b69aba](https://github.com/siemens/ix/commit/3b69aba23373f8425cf98d4e062356d4e15eb325)) +* **core/panes:** expanded and slot error ([#1119](https://github.com/siemens/ix/issues/1119)) ([4d3f895](https://github.com/siemens/ix/commit/4d3f895fc61b332f403d1580794e70cbf921868c)) * **core/pill:** fix custom outline variant and add variant examples ([#968](https://github.com/siemens/ix/issues/968)) ([c364aab](https://github.com/siemens/ix/commit/c364aab12a3959e95b0b4be14a7ba5fc87041d86)) * **core/push-card:** option to collapse and expand push card ([#875](https://github.com/siemens/ix/issues/875)) ([74e43ad](https://github.com/siemens/ix/commit/74e43ad7d249f75491d0c9fe3a1398ef00bc2623)) * **core/radio-button:** fix alignment of checked indicator ([#1046](https://github.com/siemens/ix/issues/1046)) ([7698c64](https://github.com/siemens/ix/commit/7698c64e3eb75aa4182e592c1cd700aa76262180)) @@ -42,6 +54,7 @@ sidebar_position: 100 * **core/tabs:** prevent tab flickering ([#890](https://github.com/siemens/ix/issues/890)) ([bded378](https://github.com/siemens/ix/commit/bded3787d441a3a7de98ee04fdc311c436eaee6f)) * **core/tooltip:** a11y support ([#556](https://github.com/siemens/ix/issues/556)) ([65185ab](https://github.com/siemens/ix/commit/65185abaafc3455f45e79086ce480f8b017f6c4c)) * **core/tooltip:** positioning initial ([#1036](https://github.com/siemens/ix/issues/1036)) ([9ba9823](https://github.com/siemens/ix/commit/9ba9823d9bea7bf79d1803005fe39f573fa7b98a)) +* **core/tooltip:** remove direct constructor access ([#1118](https://github.com/siemens/ix/issues/1118)) ([63dd48c](https://github.com/siemens/ix/commit/63dd48ce7cdd9d3eb326a248a8928ea13fc31f5a)) * **core/tree:** add undefined check to disconnected callback ([#867](https://github.com/siemens/ix/issues/867)) ([38e5ca6](https://github.com/siemens/ix/commit/38e5ca6b5bf71bac5e19557f4402ca8039cf72a6)) * **core/typography:** use ms--1 size in h6 ([#871](https://github.com/siemens/ix/issues/871)) ([44841dd](https://github.com/siemens/ix/commit/44841dde2a9986bcd835d04ccc9e8a36d78241a7)) * **core/upload:** replace class icons with ix-icon ([#1022](https://github.com/siemens/ix/issues/1022)) ([9198d31](https://github.com/siemens/ix/commit/9198d31be2c13a09c67e4094a10668e9c710304f)) @@ -50,6 +63,7 @@ sidebar_position: 100 * **core/windows-doc-generation:** fix for component-doc generation ([#1070](https://github.com/siemens/ix/issues/1070)) ([39d88a6](https://github.com/siemens/ix/commit/39d88a6551c02545a20e37e4fc767f9cc08bee55)) * **core/workflow-step:** retain icon color on state change when disabled ([#1031](https://github.com/siemens/ix/issues/1031)) ([c2fb15c](https://github.com/siemens/ix/commit/c2fb15c363b1f5b443ed6079dbdff7ed704840d3)) * **core:** remove type declaration from ts file ([#1052](https://github.com/siemens/ix/issues/1052)) ([c4028e4](https://github.com/siemens/ix/commit/c4028e4c67540d6e3244ef79c28417e97617968c)) +* **react|vue:** define internal components ([#1099](https://github.com/siemens/ix/issues/1099)) ([984bb3c](https://github.com/siemens/ix/commit/984bb3c737202ffbb00fbbee150cceb61bfe07be)) * **toast:** fixed initial async undefined error ([#1039](https://github.com/siemens/ix/issues/1039)) ([6030480](https://github.com/siemens/ix/commit/603048045294200c178e8acc44c4d32225235d0b)) @@ -64,6 +78,7 @@ sidebar_position: 100 * **core/icon-button:** implement a11y features for icon-button ([#502](https://github.com/siemens/ix/issues/502)) ([4f7275a](https://github.com/siemens/ix/commit/4f7275aeef3f82d715d5ee968ff0b712267bef89)) * **core/menu-about-news:** fullscreen pop up for sm screens ([#1005](https://github.com/siemens/ix/issues/1005)) ([42e3814](https://github.com/siemens/ix/commit/42e3814e95e2fb0633e9ab876f8f5c8117ff641f)) * **core/menu-avatar:** optional logout button, conditional dropdown ([#851](https://github.com/siemens/ix/issues/851)) ([3a51843](https://github.com/siemens/ix/commit/3a518432733ec095f5ffc118219521c996e367db)) +* **react:** add vitest ([#1017](https://github.com/siemens/ix/issues/1017)) ([92cfe01](https://github.com/siemens/ix/commit/92cfe013c7508394c597fa54c3b435ddd71fb797)) diff --git a/packages/documentation/package.json b/packages/documentation/package.json index f12d3c4e0fc..32a7eecf8b7 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "2.1.0", + "version": "2.1.1", "private": true, "license": "MIT", "scripts": { @@ -22,11 +22,11 @@ "@docusaurus/preset-classic": "2.4.0", "@docusaurus/theme-live-codeblock": "2.4.0", "@mdx-js/react": "^1.6.22", - "@siemens/html-test-app": "~2.1.0", - "@siemens/ix": "~2.1.0", - "@siemens/ix-echarts": "~2.1.0", + "@siemens/html-test-app": "~2.1.1", + "@siemens/ix": "~2.1.1", + "@siemens/ix-echarts": "~2.1.1", "@siemens/ix-icons": "2.1.0", - "@siemens/ix-react": "~2.1.0", + "@siemens/ix-react": "~2.1.1", "@stackblitz/sdk": "^1.8.1", "@stencil/postcss": "^2.1.0", "clsx": "^1.2.1", diff --git a/packages/echarts/package.json b/packages/echarts/package.json index 919df2f2a30..d2aad1f892a 100644 --- a/packages/echarts/package.json +++ b/packages/echarts/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/echarts" }, - "version": "2.1.0", + "version": "2.1.1", "description": "Siemens iX theme for echarts", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/html-test-app/package.json b/packages/html-test-app/package.json index 511d05ecf46..72278cfa7ae 100644 --- a/packages/html-test-app/package.json +++ b/packages/html-test-app/package.json @@ -2,7 +2,7 @@ "name": "@siemens/html-test-app", "private": true, "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "scripts": { "dev": "vite", @@ -15,9 +15,9 @@ ], "devDependencies": { "vite": "^3.1.0", - "@siemens/ix": "~2.1.0", - "@siemens/ix-aggrid": "~2.1.0", - "@siemens/ix-echarts": "~2.1.0", + "@siemens/ix": "~2.1.1", + "@siemens/ix-aggrid": "~2.1.1", + "@siemens/ix-echarts": "~2.1.1", "@siemens/ix-icons": "^2.0.0" } } diff --git a/packages/react-test-app/package.json b/packages/react-test-app/package.json index 7d75adbbec8..eb9b1690682 100644 --- a/packages/react-test-app/package.json +++ b/packages/react-test-app/package.json @@ -1,6 +1,6 @@ { "name": "react-test-app", - "version": "2.1.0", + "version": "2.1.1", "private": true, "license": "MIT", "type": "module", @@ -10,10 +10,10 @@ "preview": "vite preview" }, "dependencies": { - "@siemens/ix": "~2.1.0", - "@siemens/ix-aggrid": "~2.1.0", + "@siemens/ix": "~2.1.1", + "@siemens/ix-aggrid": "~2.1.1", "@siemens/ix-icons": "^2.0.0", - "@siemens/ix-react": "~2.1.0", + "@siemens/ix-react": "~2.1.1", "ag-grid-community": "^30.2.0", "ag-grid-react": "^29.1.0", "react": "^18.2.0", diff --git a/packages/react/package.json b/packages/react/package.json index ec83fab8b87..283b7e3a73c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/react" }, - "version": "2.1.0", + "version": "2.1.1", "description": "Siemens iX for React", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,7 +30,7 @@ "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.4.0", - "@siemens/ix": "~2.1.0", + "@siemens/ix": "~2.1.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/estree": "~0.0.51", @@ -62,6 +62,6 @@ "react-dom": ">=17.0.2" }, "dependencies": { - "@siemens/ix": "~2.1.0" + "@siemens/ix": "~2.1.1" } } diff --git a/packages/vue-test-app/package.json b/packages/vue-test-app/package.json index 9823131593e..edcdcb40a0b 100644 --- a/packages/vue-test-app/package.json +++ b/packages/vue-test-app/package.json @@ -1,6 +1,6 @@ { "name": "vue-test-app", - "version": "2.1.0", + "version": "2.1.1", "private": true, "license": "MIT", "type": "module", @@ -11,9 +11,9 @@ }, "dependencies": { "ag-grid-community": "^30.2.0", - "@siemens/ix-vue": "~2.1.0", + "@siemens/ix-vue": "~2.1.1", "@siemens/ix-icons": "^2.0.0", - "@siemens/ix-aggrid": "~2.1.0", + "@siemens/ix-aggrid": "~2.1.1", "ag-grid-vue3": "^30.1.0", "vue": "^3.2.45", "web-vitals": "^2.1.4", diff --git a/packages/vue/package.json b/packages/vue/package.json index 80cc752f5c8..d6875829b9b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -3,7 +3,7 @@ "homepage": "https://ix.siemens.io", "author": "Siemens AG", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "description": "Siemens iX for Vue", "bugs": "https://github.com/siemens/ix/issues", "repository": { @@ -31,7 +31,7 @@ "lint": "eslint src" }, "dependencies": { - "@siemens/ix": "~2.1.0" + "@siemens/ix": "~2.1.1" }, "devDependencies": { "rimraf": "^3.0.2",