Skip to content

Commit

Permalink
chore: publish v8.0.0 (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: janivo <[email protected]>
Co-authored-by: Jan-Niklas <[email protected]>
  • Loading branch information
3 people committed Jan 5, 2023
1 parent 21a6cec commit fd011b6
Show file tree
Hide file tree
Showing 25 changed files with 366 additions and 24 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,63 @@
# Changelog
## [8.0.0](https://github.com/inovex/elements/compare/v7.1.2...v8.0.0) (2023-01-05)


### ⚠ BREAKING CHANGES

* **elements:** We have decided to remove the color scheme from most of our components. On the one hand it makes no sense for the input elements to be displayed in alert colors, for example, and on the other hand the styles no longer fit our new color concept, which we will introduce gradually.
* **elements|ino-icon-button:** To avoid confusion, we have removed all css variables prefixed by `--ino-icon-button-`. Use the documented ones instead.
* **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).
* **elements|ino-chip:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-switch:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-form-row:** Since our input component provides a label on its own, this component is obsolete. That's why we've decided to remove it.
* **elements|ino-range:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-sidebar:** Since the component is just a container with a simple slide animation and does not provide any other functionality or styling, we decided to remove it.

### Features

* **elements:** provide global stylesheet ([#733](https://github.com/inovex/elements/issues/733)) ([73dfc9a](https://github.com/inovex/elements/commit/73dfc9a442d779fa1b5303a147ae6c70d0e5ed27))
* **elements|ino-switch:** support icons ([#724](https://github.com/inovex/elements/issues/724)) ([8027499](https://github.com/inovex/elements/commit/80274990c37fd2d99b51220cce23c583d18d1726))
* **landingpage:** add components section ([#784](https://github.com/inovex/elements/issues/784)) ([2932746](https://github.com/inovex/elements/commit/293274631ed1984c0e1a23e5da5b810d4fb70698))
* **landingpage:** add contact form ([#806](https://github.com/inovex/elements/issues/806)) ([e952f56](https://github.com/inovex/elements/commit/e952f566ee140062c2cab1e1da7748d97513183e))
* **landingpage:** add getting started and textual sections ([#775](https://github.com/inovex/elements/issues/775)) ([4628b4f](https://github.com/inovex/elements/commit/4628b4fc7f30de0d2078483f536b3548fe8831fa))
* **landingpage:** add new routes ([#800](https://github.com/inovex/elements/issues/800)) ([e31df54](https://github.com/inovex/elements/commit/e31df5436ede2bbb42767c593d49e25427af5690))
* **landingpage:** add team section ([#801](https://github.com/inovex/elements/issues/801)) ([867f85d](https://github.com/inovex/elements/commit/867f85d5186fb17e63f4bbdb2efd36a8e026ac0b))
* **landingpage:** finish about page ([#819](https://github.com/inovex/elements/issues/819)) ([d466954](https://github.com/inovex/elements/commit/d4669547322b85bfc458fd88da0ea8afcdf1c04d))
* **landingpage:** migrate framework integrations to getting started ([#823](https://github.com/inovex/elements/issues/823)) ([d62056a](https://github.com/inovex/elements/commit/d62056ad4f97f97867a25e62363aef46d346e7fd))
* **landingpage:** migrate react guide to getting-started section ([#814](https://github.com/inovex/elements/issues/814)) ([524d0fc](https://github.com/inovex/elements/commit/524d0fc00f5fb699703eddb2a3e759c99b45a063))


### Bug Fixes

* **elements-angular-example:** fix missing icons ([#783](https://github.com/inovex/elements/issues/783)) ([e8266b3](https://github.com/inovex/elements/commit/e8266b313b8acd3aa6582c616d2378b504852a4c))
* **elements-angular|ino-markdown-editor:** prevent styles from being applied in wrong places ([#780](https://github.com/inovex/elements/issues/780)) ([7bdbfc6](https://github.com/inovex/elements/commit/7bdbfc6711b73b4dfc74cb0ba41c78f4e5d6df1b))
* **elements|ino-datepicker:** prevent month picker from skipping months ([#842](https://github.com/inovex/elements/issues/842)) ([8299bdc](https://github.com/inovex/elements/commit/8299bdce06f2b227ff9b8286e30565ee8ed7b5dd))
* **elements|ino-icon-button:** remove hardcoded css variables ([#839](https://github.com/inovex/elements/issues/839)) ([5819434](https://github.com/inovex/elements/commit/58194347080447aef37f47e8bbc91af6e8e75bb2))
* **elements|ino-select:** prevent the `valueChange` event from triggering initially and triggering twice ([#749](https://github.com/inovex/elements/issues/749)) ([0495d50](https://github.com/inovex/elements/commit/0495d50a59d9e99775baa5e73679240e25e6a7fc))
* **elements|ino-textarea:** unable to set dimensions ([#798](https://github.com/inovex/elements/issues/798)) ([d6c57bd](https://github.com/inovex/elements/commit/d6c57bdaace14f43404642c7f55e28fb4cad625e))
* **landingpage:** adjust image base paths ([#812](https://github.com/inovex/elements/issues/812)) ([36e7d02](https://github.com/inovex/elements/commit/36e7d029797a243d81423039bf541c7720f9f936))
* **landingpage:** make icons available ([#802](https://github.com/inovex/elements/issues/802)) ([0d74f93](https://github.com/inovex/elements/commit/0d74f930bd94be4d0bd2cc89aa9f5b1e3964869d))
* **landingpage:** styles disappearing on navigation ([#778](https://github.com/inovex/elements/issues/778)) ([a8c4fb7](https://github.com/inovex/elements/commit/a8c4fb70974cb9eeb8278fb37c3aea38ad01e123))
* **landingpage:** use GitHub token to fetch commits if available ([#840](https://github.com/inovex/elements/issues/840)) ([58835e3](https://github.com/inovex/elements/commit/58835e37c926992cd02c5d753be13b53d38b21cf))


### Refactoring

* **elements|ino-form-row:** remove component ([#718](https://github.com/inovex/elements/issues/718)) ([e609947](https://github.com/inovex/elements/commit/e609947e67e6c2dd634c618f7afae0e0cfcc4355))
* **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))
* **elements|ino-sidebar:** remove component ([#669](https://github.com/inovex/elements/issues/669)) ([349b84d](https://github.com/inovex/elements/commit/349b84d3ef329174f0bdcf4acbe357b63982eb22))
* **elements|ino-switch:** remove color-scheme prop ([#717](https://github.com/inovex/elements/issues/717)) ([f051ef6](https://github.com/inovex/elements/commit/f051ef6f88b19578f3fa7eadcea2e8e04e9aca4a))


### Styling

* **elements|ino-chip:** inherit width ([#779](https://github.com/inovex/elements/issues/779)) ([a273530](https://github.com/inovex/elements/commit/a2735304b6e42f7e002eb37c105243bc915c215c))
* **elements|ino-chip:** update design ([#752](https://github.com/inovex/elements/issues/752)) ([26dbacd](https://github.com/inovex/elements/commit/26dbacd7cfd7d829d7ef5087b919c00c1a003455))
* **elements|ino-range:** apply new design ([#712](https://github.com/inovex/elements/issues/712)) ([11ea415](https://github.com/inovex/elements/commit/11ea4155f33fa895222afab3dd1275ff434f4ab9))
* **elements|ino-segment-button:** animate checked change ([#770](https://github.com/inovex/elements/issues/770)) ([8e92af2](https://github.com/inovex/elements/commit/8e92af2f4598d9dade1a2d06a1ac1f03994ff108))
* **landingpage:** increase width of message box ([1030a51](https://github.com/inovex/elements/commit/1030a518e7f594ab95954706fe877a8c70c0f40c))
* **landingpage:** integrate elements stylesheet ([#830](https://github.com/inovex/elements/issues/830)) ([04c57e7](https://github.com/inovex/elements/commit/04c57e701f28a848b1c3fad68b1f2940417fa4d5))

### [7.1.2](https://github.com/inovex/elements/compare/v7.1.1...v7.1.2) (2022-09-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages/elements-angular/elements"
],
"version": "7.1.2",
"version": "8.0.0",
"npmClient": "yarn",
"useNx": true,
"useWorkspaces": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
]
},
"name": "core",
"version": "7.1.2"
}
"version": "8.0.0"
}
17 changes: 17 additions & 0 deletions packages/elements-angular-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.0.0](https://github.com/inovex/elements/compare/v7.1.2...v8.0.0) (2023-01-05)


### ⚠ BREAKING CHANGES

* **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).

### Bug Fixes

* **elements-angular-example:** fix missing icons ([#783](https://github.com/inovex/elements/issues/783)) ([e8266b3](https://github.com/inovex/elements/commit/e8266b313b8acd3aa6582c616d2378b504852a4c))
* **elements-angular|ino-markdown-editor:** prevent styles from being applied in wrong places ([#780](https://github.com/inovex/elements/issues/780)) ([7bdbfc6](https://github.com/inovex/elements/commit/7bdbfc6711b73b4dfc74cb0ba41c78f4e5d6df1b))


### Refactoring

* **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))

### [7.1.2](https://github.com/inovex/elements/compare/v7.1.1...v7.1.2) (2022-09-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/elements-angular-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elements-angular-example",
"version": "7.1.2",
"version": "8.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -18,7 +18,7 @@
"@angular/platform-browser": "~12.0.1",
"@angular/platform-browser-dynamic": "~12.0.1",
"@angular/router": "~12.0.1",
"@inovex.de/elements-angular": "^7.1.2",
"@inovex.de/elements-angular": "^8.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
Expand Down
30 changes: 30 additions & 0 deletions packages/elements-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.0.0](https://github.com/inovex/elements/compare/v7.1.2...v8.0.0) (2023-01-05)


### ⚠ BREAKING CHANGES

* **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).
* **elements|ino-chip:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-switch:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-form-row:** Since our input component provides a label on its own, this component is obsolete. That's why we've decided to remove it.
* **elements|ino-range:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-sidebar:** Since the component is just a container with a simple slide animation and does not provide any other functionality or styling, we decided to remove it.

### Bug Fixes

* **elements-angular|ino-markdown-editor:** prevent styles from being applied in wrong places ([#780](https://github.com/inovex/elements/issues/780)) ([7bdbfc6](https://github.com/inovex/elements/commit/7bdbfc6711b73b4dfc74cb0ba41c78f4e5d6df1b))


### Styling

* **elements|ino-chip:** update design ([#752](https://github.com/inovex/elements/issues/752)) ([26dbacd](https://github.com/inovex/elements/commit/26dbacd7cfd7d829d7ef5087b919c00c1a003455))
* **elements|ino-range:** apply new design ([#712](https://github.com/inovex/elements/issues/712)) ([11ea415](https://github.com/inovex/elements/commit/11ea4155f33fa895222afab3dd1275ff434f4ab9))


### Refactoring

* **elements|ino-form-row:** remove component ([#718](https://github.com/inovex/elements/issues/718)) ([e609947](https://github.com/inovex/elements/commit/e609947e67e6c2dd634c618f7afae0e0cfcc4355))
* **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))
* **elements|ino-sidebar:** remove component ([#669](https://github.com/inovex/elements/issues/669)) ([349b84d](https://github.com/inovex/elements/commit/349b84d3ef329174f0bdcf4acbe357b63982eb22))
* **elements|ino-switch:** remove color-scheme prop ([#717](https://github.com/inovex/elements/issues/717)) ([f051ef6](https://github.com/inovex/elements/commit/f051ef6f88b19578f3fa7eadcea2e8e04e9aca4a))

### [7.1.2](https://github.com/inovex/elements/compare/v7.1.1...v7.1.2) (2022-09-20)

### [7.1.1](https://github.com/inovex/elements/compare/v7.1.0...v7.1.1) (2022-08-19)
Expand Down
28 changes: 28 additions & 0 deletions packages/elements-angular/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.0.0](https://github.com/inovex/elements/compare/v7.1.2...v8.0.0) (2023-01-05)


### ⚠ BREAKING CHANGES

* **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).
* **elements|ino-chip:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-switch:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-form-row:** Since our input component provides a label on its own, this component is obsolete. That's why we've decided to remove it.
* **elements|ino-range:** As part of the design update, we've decided to remove the `color-scheme` property in all input elements. Read above for more information.
* **elements|ino-sidebar:** Since the component is just a container with a simple slide animation and does not provide any other functionality or styling, we decided to remove it.

### Bug Fixes

* **elements-angular|ino-markdown-editor:** prevent styles from being applied in wrong places ([#780](https://github.com/inovex/elements/issues/780)) ([7bdbfc6](https://github.com/inovex/elements/commit/7bdbfc6711b73b4dfc74cb0ba41c78f4e5d6df1b))


* **elements|ino-chip:** update design ([#752](https://github.com/inovex/elements/issues/752)) ([26dbacd](https://github.com/inovex/elements/commit/26dbacd7cfd7d829d7ef5087b919c00c1a003455))
* **elements|ino-range:** apply new design ([#712](https://github.com/inovex/elements/issues/712)) ([11ea415](https://github.com/inovex/elements/commit/11ea4155f33fa895222afab3dd1275ff434f4ab9))


### Refactoring

* **elements|ino-form-row:** remove component ([#718](https://github.com/inovex/elements/issues/718)) ([e609947](https://github.com/inovex/elements/commit/e609947e67e6c2dd634c618f7afae0e0cfcc4355))
* **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))
* **elements|ino-sidebar:** remove component ([#669](https://github.com/inovex/elements/issues/669)) ([349b84d](https://github.com/inovex/elements/commit/349b84d3ef329174f0bdcf4acbe357b63982eb22))
* **elements|ino-switch:** remove color-scheme prop ([#717](https://github.com/inovex/elements/issues/717)) ([f051ef6](https://github.com/inovex/elements/commit/f051ef6f88b19578f3fa7eadcea2e8e04e9aca4a))

### [7.1.2](https://github.com/inovex/elements/compare/v7.1.1...v7.1.2) (2022-09-20)

## 7.1.1 (2022-08-19)
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-angular/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-angular",
"version": "7.1.2",
"version": "8.0.0",
"author": "Sven Lindauer <[email protected]>",
"description": "Angular library for @inovex.de/elements to use the components in Angular projects",
"contributors": [
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/inovex/elements/issues"
},
"dependencies": {
"@inovex.de/elements": "^7.1.2"
"@inovex.de/elements": "^8.0.0"
},
"peerDependencies": {
"@angular/common": "^12.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-angular-builder",
"version": "7.1.2",
"version": "8.0.0",
"description": "This is the angular package of the integration layer for @inovex.de/elements.",
"author": "Sven Lindauer <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/platform-browser": "^12.0.1",
"@angular/platform-browser-dynamic": "^12.0.1",
"@angular/router": "^12.0.1",
"@inovex.de/elements": "^7.1.2",
"@inovex.de/elements": "^8.0.0",
"rxjs": "~6.6.3",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
Expand Down
13 changes: 13 additions & 0 deletions packages/elements-react-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.0.0](https://github.com/inovex/elements/compare/v7.1.2...v8.0.0) (2023-01-05)


### ⚠ BREAKING CHANGES

* **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).
* **elements|ino-sidebar:** Since the component is just a container with a simple slide animation and does not provide any other functionality or styling, we decided to remove it.

### Refactoring

* **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))
* **elements|ino-sidebar:** remove component ([#669](https://github.com/inovex/elements/issues/669)) ([349b84d](https://github.com/inovex/elements/commit/349b84d3ef329174f0bdcf4acbe357b63982eb22))

### [7.1.2](https://github.com/inovex/elements/compare/v7.1.1...v7.1.2) (2022-09-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/elements-react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elements-react-example",
"description": "Example App for using elements react wrapper",
"version": "7.1.2",
"version": "8.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@inovex.de/elements-react": "^7.1.2",
"@inovex.de/elements-react": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2"
Expand Down
Loading

0 comments on commit fd011b6

Please sign in to comment.