Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/v1.5.0-beta.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 23, 2023
2 parents a756217 + 0cfead1 commit b3dec82
Show file tree
Hide file tree
Showing 14 changed files with 88 additions and 34 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [1.5.0-beta.1](https://github.com/siemens/ix/compare/v1.5.0-beta.0...v1.5.0-beta.1) (2023-03-22)


### Bug Fixes

* **core/breadcrumb:** handle overflow ([#452](https://github.com/siemens/ix/issues/452)) ([d931353](https://github.com/siemens/ix/commit/d931353a6ae1c89090df7c785c8582e2d524667b))
* **core/chip:** new custom event ([#441](https://github.com/siemens/ix/issues/441)) ([f713fbd](https://github.com/siemens/ix/commit/f713fbd8622acab99d9f54c33a49d2fcc2c67d77))
* **core/dropdown:** fix editable dropdown width ([#435](https://github.com/siemens/ix/issues/435)) ([ca2312b](https://github.com/siemens/ix/commit/ca2312bf3fb6b0361687af4ac7c9d632776b18a1))
* **core/filter-chip:** align styling to latest styleguide changes ([#458](https://github.com/siemens/ix/issues/458)) ([03a78a8](https://github.com/siemens/ix/commit/03a78a8622f52b5d3abc2482c1b3727b34c4981c))
* **core/menu-item:** adjust bottom background color ([#420](https://github.com/siemens/ix/issues/420)) ([f1f243c](https://github.com/siemens/ix/commit/f1f243c36644ef71131d56b0442517a066e2933c))
* **core/select:** stop form trigger ([#446](https://github.com/siemens/ix/issues/446)) ([03b04a6](https://github.com/siemens/ix/commit/03b04a6434f9502cf05ee1d2c22fe4e1dbdd803d))
* **core/tooltip:** remove arrow if not visible ([#451](https://github.com/siemens/ix/issues/451)) ([6d02372](https://github.com/siemens/ix/commit/6d02372a917e2615e99e5e0568edc6807435d4e3))
* **core/upload:** export update state ([7057c46](https://github.com/siemens/ix/commit/7057c464535f3edc5bb7d4b75d11802265c55e35))
* **core:** add luxon types to dependencies ([b9217be](https://github.com/siemens/ix/commit/b9217be28fe13d39814e87eea7772d3529bbd2b7))


### Features

* **core/blind:** add icon and actions slot ([#448](https://github.com/siemens/ix/issues/448)) ([57d5ecc](https://github.com/siemens/ix/commit/57d5ecce10ddf86a85579a028a716ddfce05e886))
* **core/flip-tile:** add support for custom sizing ([#427](https://github.com/siemens/ix/issues/427)) ([d35f60a](https://github.com/siemens/ix/commit/d35f60a4b5dc6e1b70ffded60b01f7b2c60961e4))
* **core/pagination:** add pagination component ([#413](https://github.com/siemens/ix/issues/413)) ([97abbd3](https://github.com/siemens/ix/commit/97abbd3ae24fef9fcdc6d8c02dc724ac5ec0f83a))
* **core/toast:** add position top-right ([#432](https://github.com/siemens/ix/issues/432)) ([ed88175](https://github.com/siemens/ix/commit/ed88175f3a6951a8194c226fefdcf4a281d0a457))
* **core/tree:** add node clicked and toggled events ([#438](https://github.com/siemens/ix/issues/438)) ([da7d4a6](https://github.com/siemens/ix/commit/da7d4a62d3e53168dd6571380a9f8dd37c358d17))
* **input:** search input example ([#439](https://github.com/siemens/ix/issues/439)) ([e78dc2c](https://github.com/siemens/ix/commit/e78dc2c410fcc8907c56a65f318ecb6e8971ba9a))



# [1.5.0-beta.0](https://github.com/siemens/ix/compare/v1.4.0...v1.5.0-beta.0) (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ix",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"license": "MIT",
"description": "Siemens iX monorepo",
"author": "Siemens AG",
Expand Down
6 changes: 3 additions & 3 deletions packages/aggrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "packages/aggrid"
},
"description": "AG Grid theme based on ix theme variables",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand Down Expand Up @@ -39,13 +39,13 @@
"jest-cli": "^27.5.1",
"puppeteer": "^19.5.2",
"ag-grid-community": "29.1.0",
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@stencil/sass": "~3.0.0",
"@playwright/test": "^1.24.1",
"http-server": "^14.1.1"
},
"peerDependencies": {
"ag-grid-community": "^28 || ^29",
"@siemens/ix": "~1.5.0-beta.0"
"@siemens/ix": "~1.5.0-beta.1"
}
}
8 changes: 4 additions & 4 deletions packages/angular-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-test-app",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -18,9 +18,9 @@
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix-aggrid": "~1.5.0-beta.0",
"@siemens/ix-angular": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-aggrid": "~1.5.0-beta.1",
"@siemens/ix-angular": "~1.5.0-beta.1",
"ag-grid-angular": "^29.1.0",
"ag-grid-community": "^29.1.0",
"rxjs": "~7.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/angular"
},
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0"
},
"peerDependencies": {
Expand All @@ -28,7 +28,7 @@
"@angular/compiler-cli": "v13-lts",
"@angular/core": "v13-lts",
"@jest/globals": "^29.3.1",
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@types/jest": "^29.2.3",
"fs-extra": "^10.1.0",
"jest": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/core"
},
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"license": "MIT",
"description": "Siemens iX Web Components",
"main": "dist/index.cjs.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/documentation/docs/installation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ title: Changelog
hide_table_of_contents: true
sidebar_position: 100
---
# [1.5.0-beta.1](https://github.com/siemens/ix/compare/v1.5.0-beta.0...v1.5.0-beta.1) (2023-03-22)


### Bug Fixes

* **core/breadcrumb:** handle overflow ([#452](https://github.com/siemens/ix/issues/452)) ([d931353](https://github.com/siemens/ix/commit/d931353a6ae1c89090df7c785c8582e2d524667b))
* **core/chip:** new custom event ([#441](https://github.com/siemens/ix/issues/441)) ([f713fbd](https://github.com/siemens/ix/commit/f713fbd8622acab99d9f54c33a49d2fcc2c67d77))
* **core/dropdown:** fix editable dropdown width ([#435](https://github.com/siemens/ix/issues/435)) ([ca2312b](https://github.com/siemens/ix/commit/ca2312bf3fb6b0361687af4ac7c9d632776b18a1))
* **core/filter-chip:** align styling to latest styleguide changes ([#458](https://github.com/siemens/ix/issues/458)) ([03a78a8](https://github.com/siemens/ix/commit/03a78a8622f52b5d3abc2482c1b3727b34c4981c))
* **core/menu-item:** adjust bottom background color ([#420](https://github.com/siemens/ix/issues/420)) ([f1f243c](https://github.com/siemens/ix/commit/f1f243c36644ef71131d56b0442517a066e2933c))
* **core/select:** stop form trigger ([#446](https://github.com/siemens/ix/issues/446)) ([03b04a6](https://github.com/siemens/ix/commit/03b04a6434f9502cf05ee1d2c22fe4e1dbdd803d))
* **core/tooltip:** remove arrow if not visible ([#451](https://github.com/siemens/ix/issues/451)) ([6d02372](https://github.com/siemens/ix/commit/6d02372a917e2615e99e5e0568edc6807435d4e3))
* **core/upload:** export update state ([7057c46](https://github.com/siemens/ix/commit/7057c464535f3edc5bb7d4b75d11802265c55e35))
* **core:** add luxon types to dependencies ([b9217be](https://github.com/siemens/ix/commit/b9217be28fe13d39814e87eea7772d3529bbd2b7))


### Features

* **core/blind:** add icon and actions slot ([#448](https://github.com/siemens/ix/issues/448)) ([57d5ecc](https://github.com/siemens/ix/commit/57d5ecce10ddf86a85579a028a716ddfce05e886))
* **core/flip-tile:** add support for custom sizing ([#427](https://github.com/siemens/ix/issues/427)) ([d35f60a](https://github.com/siemens/ix/commit/d35f60a4b5dc6e1b70ffded60b01f7b2c60961e4))
* **core/pagination:** add pagination component ([#413](https://github.com/siemens/ix/issues/413)) ([97abbd3](https://github.com/siemens/ix/commit/97abbd3ae24fef9fcdc6d8c02dc724ac5ec0f83a))
* **core/toast:** add position top-right ([#432](https://github.com/siemens/ix/issues/432)) ([ed88175](https://github.com/siemens/ix/commit/ed88175f3a6951a8194c226fefdcf4a281d0a457))
* **core/tree:** add node clicked and toggled events ([#438](https://github.com/siemens/ix/issues/438)) ([da7d4a6](https://github.com/siemens/ix/commit/da7d4a62d3e53168dd6571380a9f8dd37c358d17))
* **input:** search input example ([#439](https://github.com/siemens/ix/issues/439)) ([e78dc2c](https://github.com/siemens/ix/commit/e78dc2c410fcc8907c56a65f318ecb6e8971ba9a))



# [1.5.0-beta.0](https://github.com/siemens/ix/compare/v1.4.0...v1.5.0-beta.0) (2023-03-08)


Expand Down
10 changes: 5 additions & 5 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -22,11 +22,11 @@
"@docusaurus/preset-classic": "^2.2.0",
"@docusaurus/theme-live-codeblock": "^2.2.0",
"@mdx-js/react": "^1.6.22",
"@siemens/html-test-app": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix-echarts": "~1.5.0-beta.0",
"@siemens/html-test-app": "~1.5.0-beta.1",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-echarts": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.5.0-beta.0",
"@siemens/ix-react": "~1.5.0-beta.1",
"@stackblitz/sdk": "^1.8.1",
"@stencil/postcss": "^2.1.0",
"clsx": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/echarts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/echarts"
},
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"description": "Siemens iX theme for echarts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/html-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siemens/html-test-app",
"private": true,
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,9 +14,9 @@
],
"devDependencies": {
"vite": "^3.1.0",
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix-aggrid": "~1.5.0-beta.0",
"@siemens/ix-echarts": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-aggrid": "~1.5.0-beta.1",
"@siemens/ix-echarts": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/react-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-app",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix-aggrid": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-aggrid": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-react": "~1.5.0-beta.0",
"@siemens/ix-react": "~1.5.0-beta.1",
"ag-grid-community": "^29.1.0",
"ag-grid-react": "^29.1.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/react"
},
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"description": "Siemens iX for React",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -28,7 +28,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.4.0",
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@types/estree": "~0.0.51",
"@types/react": "~18.0.15",
"@types/react-dom": "~18.0.6",
Expand All @@ -51,7 +51,7 @@
"react-dom": ">=17.0.2"
},
"dependencies": {
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/vue-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-test-app",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"ag-grid-community": "^28.2.1",
"@siemens/ix-vue": "~1.5.0-beta.0",
"@siemens/ix-vue": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0",
"@siemens/ix-aggrid": "~1.5.0-beta.0",
"@siemens/ix-aggrid": "~1.5.0-beta.1",
"ag-grid-vue3": "^28.2.1",
"vue": "^3.2.45",
"web-vitals": "^2.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://ix.siemens.io",
"author": "Siemens AG",
"license": "MIT",
"version": "1.5.0-beta.0",
"version": "1.5.0-beta.1",
"description": "Siemens iX for Vue",
"bugs": "https://github.com/siemens/ix/issues",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint": "eslint src"
},
"dependencies": {
"@siemens/ix": "~1.5.0-beta.0",
"@siemens/ix": "~1.5.0-beta.1",
"@siemens/ix-icons": "~1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b3dec82

Please sign in to comment.