diff --git a/CHANGELOG.md b/CHANGELOG.md index 06765f8cd4e..585d61aea70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [1.6.0](https://github.com/siemens/ix/compare/v1.5.0...v1.6.0) (2023-05-31) + + +### Bug Fixes + +* **core/expanding-search:** add full-width support ([#491](https://github.com/siemens/ix/issues/491)) ([b0bb9e2](https://github.com/siemens/ix/commit/b0bb9e270dc6d66da5f99f865762bafbaaaefb77)) +* **core/input:** prevent mouse states for read-only and disabled inputs ([#562](https://github.com/siemens/ix/issues/562)) ([b3fdbc1](https://github.com/siemens/ix/commit/b3fdbc104e3e305ec82fa8fb2148388fd7f7970d)) +* **core/menu-item:** update title when slot changes ([#539](https://github.com/siemens/ix/issues/539)) ([a36e82a](https://github.com/siemens/ix/commit/a36e82a1ee21b1b6eee22d996a225faa63b1eb59)) +* **core/menu:** adapt width ([#514](https://github.com/siemens/ix/issues/514)) ([a7163be](https://github.com/siemens/ix/commit/a7163bed8130ec7ab0ad6ee865f0b362dfcf1d45)) +* **core/menu:** show disable menu item also in overflow dropdown disabled ([#527](https://github.com/siemens/ix/issues/527)) ([38feb8e](https://github.com/siemens/ix/commit/38feb8e78aada0e64268a947d9711c90f341ef03)) +* **core/modal:** border-radius value ([#517](https://github.com/siemens/ix/issues/517)) ([3f3d305](https://github.com/siemens/ix/commit/3f3d305ebedffe7bec2d4c01517c8c9403da1c1b)) +* **core/select:** updated style and multimode functionality ([#516](https://github.com/siemens/ix/issues/516)) ([8db6883](https://github.com/siemens/ix/commit/8db6883c9add4b99d80e59b612db6143b525ad32)) +* **core/time-picker:** make inputs editable ([#512](https://github.com/siemens/ix/issues/512)) ([864eb14](https://github.com/siemens/ix/commit/864eb14502b63dc80a892dd1fdcca4e7e92401ff)) +* **core/toast:** use steady speed ([#537](https://github.com/siemens/ix/issues/537)) ([df4f168](https://github.com/siemens/ix/commit/df4f168a3fb88d0f743b803c2e5b8f3bf9911a47)) + + +### Features + +* **core/bind:** enable shadowDOM ([#533](https://github.com/siemens/ix/issues/533)) ([2f94f3b](https://github.com/siemens/ix/commit/2f94f3b930b1b7d6d9646b22c419f242ea774a0e)) +* **core/button:** enable shadowDOM ([#534](https://github.com/siemens/ix/issues/534)) ([7f47305](https://github.com/siemens/ix/commit/7f47305f56553c479df422320e9b1f090e01b479)) +* **core/cards:** add card related components ([#542](https://github.com/siemens/ix/issues/542)) ([510b131](https://github.com/siemens/ix/commit/510b1313549738e7ca0ad8562ef75280fee15e80)) +* **core/drawer:** enable shadow dom ([#544](https://github.com/siemens/ix/issues/544)) ([eda80e3](https://github.com/siemens/ix/commit/eda80e39fde769e420a879861499eb15571572f0)) +* **core/empty-state:** enable shadow dom ([#543](https://github.com/siemens/ix/issues/543)) ([d5c2f0b](https://github.com/siemens/ix/commit/d5c2f0bac0730b169f95c219bae59df682d6e9f9)) +* **core/empty-state:** implement empty state ([#523](https://github.com/siemens/ix/issues/523)) ([efc3f7c](https://github.com/siemens/ix/commit/efc3f7c54bc23de245d09ff639b90eff9bf44291)) +* **core/key-value:** implement key value ([#545](https://github.com/siemens/ix/issues/545)) ([18a600a](https://github.com/siemens/ix/commit/18a600a69638e3f9922ad49e0e04b02dc3845ca1)) +* **core/kpi:** enable shadow dom ([#546](https://github.com/siemens/ix/issues/546)) ([8f369d4](https://github.com/siemens/ix/commit/8f369d488b76a544add535d32b6a5ad6303b913c)) +* **core/map-navigation:** expose method to change visibility of sidebar ([#550](https://github.com/siemens/ix/issues/550)) ([da52729](https://github.com/siemens/ix/commit/da527293b50c9cb34abef5a445458e8cc9ed533d)) +* **core/message-bar:** enable shadow dom ([#547](https://github.com/siemens/ix/issues/547)) ([4552b2d](https://github.com/siemens/ix/commit/4552b2d9916f8742a251a87b63b61bf8a5df0c33)) +* **core/page-header:** add page-header ([#526](https://github.com/siemens/ix/issues/526)) ([cc6164e](https://github.com/siemens/ix/commit/cc6164e80cd8674563f31479ec38894d89b97b70)) +* **core/spinner:** enable shadow dom ([#548](https://github.com/siemens/ix/issues/548)) ([c088b8e](https://github.com/siemens/ix/commit/c088b8ef2b149e08d2e2a33ed5dcd4ea2a76627e)) +* **core/typography:** add color property ([#530](https://github.com/siemens/ix/issues/530)) ([8eeec5a](https://github.com/siemens/ix/commit/8eeec5aa3b4b82449e59bd798b5d99bd31e12437)) +* **core:** add default component mixin ([dbecd00](https://github.com/siemens/ix/commit/dbecd00b2a64a4aeddc487943fc67f4deec6d2ab)) +* **core:** integrate @siemens/ix-icons web components ([#524](https://github.com/siemens/ix/issues/524)) ([7a545c2](https://github.com/siemens/ix/commit/7a545c227092e461325971a657941d2bd9324e38)) + + + # [1.5.0](https://github.com/siemens/ix/compare/v1.5.0-beta.4...v1.5.0) (2023-05-02) diff --git a/package.json b/package.json index 20eee849b97..9237d8d0854 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "mono-repo-ix", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "description": "Siemens iX monorepo", "author": "Siemens AG", diff --git a/packages/aggrid/package.json b/packages/aggrid/package.json index 5ee1359cf00..10205d4a30e 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": "1.5.0", + "version": "1.6.0", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", @@ -36,7 +36,7 @@ "jest-cli": "^27.5.1", "puppeteer": "^19.5.2", "ag-grid-community": "29.1.0", - "@siemens/ix": "~1.5.0", + "@siemens/ix": "~1.6.0", "@stencil/core": "^3.2.1", "@stencil/sass": "~3.0.0", "@playwright/test": "^1.32.1", @@ -44,6 +44,6 @@ }, "peerDependencies": { "ag-grid-community": "^28 || ^29", - "@siemens/ix": "~1.5.0" + "@siemens/ix": "~1.6.0" } } diff --git a/packages/angular-test-app/package.json b/packages/angular-test-app/package.json index 6d2500b9680..daeda04a5d1 100644 --- a/packages/angular-test-app/package.json +++ b/packages/angular-test-app/package.json @@ -1,6 +1,6 @@ { "name": "angular-test-app", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "scripts": { "ng": "ng", @@ -19,9 +19,9 @@ "@angular/platform-browser-dynamic": "^14.2.0", "@angular/router": "^14.2.0", "@siemens/ix-icons": "^1.1.0", - "@siemens/ix": "~1.5.0", - "@siemens/ix-aggrid": "~1.5.0", - "@siemens/ix-angular": "~1.5.0", + "@siemens/ix": "~1.6.0", + "@siemens/ix-aggrid": "~1.6.0", + "@siemens/ix-angular": "~1.6.0", "ag-grid-angular": "^29.1.0", "ag-grid-community": "^29.1.0", "rxjs": "~7.5.0", diff --git a/packages/angular/package.json b/packages/angular/package.json index a05a58f5840..6e175940e67 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": "1.5.0", + "version": "1.6.0", "description": "Siemens iX for Angular", "scripts": { "build": "ng-packagr -c tsconfig.json", @@ -16,7 +16,7 @@ }, "license": "MIT", "dependencies": { - "@siemens/ix": "~1.5.0", + "@siemens/ix": "~1.6.0", "@siemens/ix-icons": "^1.1.0" }, "peerDependencies": { @@ -28,7 +28,7 @@ "@angular/compiler-cli": "v13-lts", "@angular/core": "v13-lts", "@jest/globals": "^29.3.1", - "@siemens/ix": "~1.5.0", + "@siemens/ix": "~1.6.0", "@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 33c2fdc5c65..4a45ddb9f78 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": "1.5.0", + "version": "1.6.0", "license": "MIT", "description": "Siemens iX Web Components", "main": "dist/index.cjs.js", diff --git a/packages/documentation/docs/installation/CHANGELOG.md b/packages/documentation/docs/installation/CHANGELOG.md index e52c26a8fad..921bc9ea706 100644 --- a/packages/documentation/docs/installation/CHANGELOG.md +++ b/packages/documentation/docs/installation/CHANGELOG.md @@ -4,6 +4,42 @@ title: Changelog hide_table_of_contents: true sidebar_position: 100 --- +# [1.6.0](https://github.com/siemens/ix/compare/v1.5.0...v1.6.0) (2023-05-31) + + +### Bug Fixes + +* **core/expanding-search:** add full-width support ([#491](https://github.com/siemens/ix/issues/491)) ([b0bb9e2](https://github.com/siemens/ix/commit/b0bb9e270dc6d66da5f99f865762bafbaaaefb77)) +* **core/input:** prevent mouse states for read-only and disabled inputs ([#562](https://github.com/siemens/ix/issues/562)) ([b3fdbc1](https://github.com/siemens/ix/commit/b3fdbc104e3e305ec82fa8fb2148388fd7f7970d)) +* **core/menu-item:** update title when slot changes ([#539](https://github.com/siemens/ix/issues/539)) ([a36e82a](https://github.com/siemens/ix/commit/a36e82a1ee21b1b6eee22d996a225faa63b1eb59)) +* **core/menu:** adapt width ([#514](https://github.com/siemens/ix/issues/514)) ([a7163be](https://github.com/siemens/ix/commit/a7163bed8130ec7ab0ad6ee865f0b362dfcf1d45)) +* **core/menu:** show disable menu item also in overflow dropdown disabled ([#527](https://github.com/siemens/ix/issues/527)) ([38feb8e](https://github.com/siemens/ix/commit/38feb8e78aada0e64268a947d9711c90f341ef03)) +* **core/modal:** border-radius value ([#517](https://github.com/siemens/ix/issues/517)) ([3f3d305](https://github.com/siemens/ix/commit/3f3d305ebedffe7bec2d4c01517c8c9403da1c1b)) +* **core/select:** updated style and multimode functionality ([#516](https://github.com/siemens/ix/issues/516)) ([8db6883](https://github.com/siemens/ix/commit/8db6883c9add4b99d80e59b612db6143b525ad32)) +* **core/time-picker:** make inputs editable ([#512](https://github.com/siemens/ix/issues/512)) ([864eb14](https://github.com/siemens/ix/commit/864eb14502b63dc80a892dd1fdcca4e7e92401ff)) +* **core/toast:** use steady speed ([#537](https://github.com/siemens/ix/issues/537)) ([df4f168](https://github.com/siemens/ix/commit/df4f168a3fb88d0f743b803c2e5b8f3bf9911a47)) + + +### Features + +* **core/bind:** enable shadowDOM ([#533](https://github.com/siemens/ix/issues/533)) ([2f94f3b](https://github.com/siemens/ix/commit/2f94f3b930b1b7d6d9646b22c419f242ea774a0e)) +* **core/button:** enable shadowDOM ([#534](https://github.com/siemens/ix/issues/534)) ([7f47305](https://github.com/siemens/ix/commit/7f47305f56553c479df422320e9b1f090e01b479)) +* **core/cards:** add card related components ([#542](https://github.com/siemens/ix/issues/542)) ([510b131](https://github.com/siemens/ix/commit/510b1313549738e7ca0ad8562ef75280fee15e80)) +* **core/drawer:** enable shadow dom ([#544](https://github.com/siemens/ix/issues/544)) ([eda80e3](https://github.com/siemens/ix/commit/eda80e39fde769e420a879861499eb15571572f0)) +* **core/empty-state:** enable shadow dom ([#543](https://github.com/siemens/ix/issues/543)) ([d5c2f0b](https://github.com/siemens/ix/commit/d5c2f0bac0730b169f95c219bae59df682d6e9f9)) +* **core/empty-state:** implement empty state ([#523](https://github.com/siemens/ix/issues/523)) ([efc3f7c](https://github.com/siemens/ix/commit/efc3f7c54bc23de245d09ff639b90eff9bf44291)) +* **core/key-value:** implement key value ([#545](https://github.com/siemens/ix/issues/545)) ([18a600a](https://github.com/siemens/ix/commit/18a600a69638e3f9922ad49e0e04b02dc3845ca1)) +* **core/kpi:** enable shadow dom ([#546](https://github.com/siemens/ix/issues/546)) ([8f369d4](https://github.com/siemens/ix/commit/8f369d488b76a544add535d32b6a5ad6303b913c)) +* **core/map-navigation:** expose method to change visibility of sidebar ([#550](https://github.com/siemens/ix/issues/550)) ([da52729](https://github.com/siemens/ix/commit/da527293b50c9cb34abef5a445458e8cc9ed533d)) +* **core/message-bar:** enable shadow dom ([#547](https://github.com/siemens/ix/issues/547)) ([4552b2d](https://github.com/siemens/ix/commit/4552b2d9916f8742a251a87b63b61bf8a5df0c33)) +* **core/page-header:** add page-header ([#526](https://github.com/siemens/ix/issues/526)) ([cc6164e](https://github.com/siemens/ix/commit/cc6164e80cd8674563f31479ec38894d89b97b70)) +* **core/spinner:** enable shadow dom ([#548](https://github.com/siemens/ix/issues/548)) ([c088b8e](https://github.com/siemens/ix/commit/c088b8ef2b149e08d2e2a33ed5dcd4ea2a76627e)) +* **core/typography:** add color property ([#530](https://github.com/siemens/ix/issues/530)) ([8eeec5a](https://github.com/siemens/ix/commit/8eeec5aa3b4b82449e59bd798b5d99bd31e12437)) +* **core:** add default component mixin ([dbecd00](https://github.com/siemens/ix/commit/dbecd00b2a64a4aeddc487943fc67f4deec6d2ab)) +* **core:** integrate @siemens/ix-icons web components ([#524](https://github.com/siemens/ix/issues/524)) ([7a545c2](https://github.com/siemens/ix/commit/7a545c227092e461325971a657941d2bd9324e38)) + + + # [1.5.0](https://github.com/siemens/ix/compare/v1.5.0-beta.4...v1.5.0) (2023-05-02) diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 11aeb88d6c2..8cea62207d9 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "1.5.0", + "version": "1.6.0", "private": true, "license": "MIT", "scripts": { @@ -23,11 +23,11 @@ "@docusaurus/preset-classic": "2.4.0", "@docusaurus/theme-live-codeblock": "2.4.0", "@mdx-js/react": "^1.6.22", - "@siemens/html-test-app": "~1.5.0", - "@siemens/ix": "~1.5.0", - "@siemens/ix-echarts": "~1.5.0", + "@siemens/html-test-app": "~1.6.0", + "@siemens/ix": "~1.6.0", + "@siemens/ix-echarts": "~1.6.0", "@siemens/ix-icons": "^1.1.0", - "@siemens/ix-react": "~1.5.0", + "@siemens/ix-react": "~1.6.0", "@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 1f6614618de..cd1d1faf04a 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": "1.5.0", + "version": "1.6.0", "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 ac328b2b28d..67c7b025c91 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": "1.5.0", + "version": "1.6.0", "type": "module", "scripts": { "dev": "vite", @@ -15,9 +15,9 @@ ], "devDependencies": { "vite": "^3.1.0", - "@siemens/ix": "~1.5.0", - "@siemens/ix-aggrid": "~1.5.0", - "@siemens/ix-echarts": "~1.5.0", + "@siemens/ix": "~1.6.0", + "@siemens/ix-aggrid": "~1.6.0", + "@siemens/ix-echarts": "~1.6.0", "@siemens/ix-icons": "^1.1.0" } } diff --git a/packages/react-test-app/package.json b/packages/react-test-app/package.json index a29f088d298..bb49a1f376f 100644 --- a/packages/react-test-app/package.json +++ b/packages/react-test-app/package.json @@ -1,6 +1,6 @@ { "name": "react-test-app", - "version": "1.5.0", + "version": "1.6.0", "private": true, "license": "MIT", "type": "module", @@ -10,10 +10,10 @@ "preview": "vite preview" }, "dependencies": { - "@siemens/ix": "~1.5.0", - "@siemens/ix-aggrid": "~1.5.0", + "@siemens/ix": "~1.6.0", + "@siemens/ix-aggrid": "~1.6.0", "@siemens/ix-icons": "^1.1.0", - "@siemens/ix-react": "~1.5.0", + "@siemens/ix-react": "~1.6.0", "ag-grid-community": "^29.1.0", "ag-grid-react": "^29.1.0", "react": "^18.2.0", diff --git a/packages/react/package.json b/packages/react/package.json index de4243d1da1..03ac9c81c41 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": "1.5.0", + "version": "1.6.0", "description": "Siemens iX for React", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -28,7 +28,7 @@ "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.4.0", - "@siemens/ix": "~1.5.0", + "@siemens/ix": "~1.6.0", "@types/estree": "~0.0.51", "@types/react": "~18.0.15", "@types/react-dom": "~18.0.6", @@ -51,7 +51,7 @@ "react-dom": ">=17.0.2" }, "dependencies": { - "@siemens/ix": "~1.5.0", + "@siemens/ix": "~1.6.0", "@siemens/ix-icons": "^1.1.0" } } diff --git a/packages/vue-test-app/package.json b/packages/vue-test-app/package.json index 9f3bc8e84f8..804df7057eb 100644 --- a/packages/vue-test-app/package.json +++ b/packages/vue-test-app/package.json @@ -1,6 +1,6 @@ { "name": "vue-test-app", - "version": "1.5.0", + "version": "1.6.0", "private": true, "license": "MIT", "type": "module", @@ -11,9 +11,9 @@ }, "dependencies": { "ag-grid-community": "^28.2.1", - "@siemens/ix-vue": "~1.5.0", + "@siemens/ix-vue": "~1.6.0", "@siemens/ix-icons": "^1.1.0", - "@siemens/ix-aggrid": "~1.5.0", + "@siemens/ix-aggrid": "~1.6.0", "ag-grid-vue3": "^28.2.1", "vue": "^3.2.45", "web-vitals": "^2.1.4", diff --git a/packages/vue/package.json b/packages/vue/package.json index c5f4cb25e4a..e0a186c6ba2 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": "1.5.0", + "version": "1.6.0", "description": "Siemens iX for Vue", "bugs": "https://github.com/siemens/ix/issues", "repository": { @@ -31,7 +31,7 @@ "lint": "eslint src" }, "dependencies": { - "@siemens/ix": "~1.5.0", + "@siemens/ix": "~1.6.0", "@siemens/ix-icons": "^1.1.0" }, "devDependencies": {