Skip to content

Commit

Permalink
release(ɵcomponents): v16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Jul 19, 2023
1 parent f2c9533 commit 32a2e86
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG_COMPONENTS_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [16.2.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.1.1...ɵcomponents-16.2.0) (2023-07-19)


### Code Refactoring

* **ɵcomponents:** remove `NgModules` because components are standalone ([217101c](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/217101cb7d627fa4d57d25917ea41076b8d37aee))
* **ɵcomponents:** rename `SciParamsEnterComponent` to `SciKeyValueFieldComponent` ([b591d30](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/b591d30246523e8cd6d469dcf71a4920b714a443))
* **ɵcomponents:** rename `SciPropertyComponent` to `SciKeyValueComponent` ([fec29be](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/fec29be4576f31b7ed43c60a3f88fcf0b8e05178))


### BREAKING CHANGES

* **ɵcomponents:** Renaming `SciParamsEnterComponent` introduced a breaking change.

To migrate:
- Import `SciKeyValueFieldComponent` instead of `SciParamsEnterComponent`
- Change input from `paramsFormArray` to `keyValueFormArray`
- Use `SciParamsEnterComponent#toMap` instead of `SciParamsEnterComponent#toParamsMap`
- Use `SciParamsEnterComponent#toDictionary` instead of `SciParamsEnterComponent#toParamsDictionary`

* **ɵcomponents:** Renaming `SciPropertyComponent` introduced a breaking change.

To migrate:
- Import `SciKeyValueComponent` instead of `SciPropertyComponent`
- Change input from `properties` to `object`

* **ɵcomponents:** Removing `NgModules` introduced a breaking change.

To migrate, import the components instead of the modules.



## [16.1.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.1.0...ɵcomponents-16.1.1) (2023-06-14)


Expand Down
32 changes: 32 additions & 0 deletions docs/site/changelog-components.internal/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@

## [Changelog][menu-changelog] > @scion/components.internal

# [16.2.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.1.1...ɵcomponents-16.2.0) (2023-07-19)


### Code Refactoring

* **ɵcomponents:** remove `NgModules` because components are standalone ([217101c](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/217101cb7d627fa4d57d25917ea41076b8d37aee))
* **ɵcomponents:** rename `SciParamsEnterComponent` to `SciKeyValueFieldComponent` ([b591d30](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/b591d30246523e8cd6d469dcf71a4920b714a443))
* **ɵcomponents:** rename `SciPropertyComponent` to `SciKeyValueComponent` ([fec29be](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/fec29be4576f31b7ed43c60a3f88fcf0b8e05178))


### BREAKING CHANGES

* **ɵcomponents:** Renaming `SciParamsEnterComponent` introduced a breaking change.

To migrate:
- Import `SciKeyValueFieldComponent` instead of `SciParamsEnterComponent`
- Change input from `paramsFormArray` to `keyValueFormArray`
- Use `SciParamsEnterComponent#toMap` instead of `SciParamsEnterComponent#toParamsMap`
- Use `SciParamsEnterComponent#toDictionary` instead of `SciParamsEnterComponent#toParamsDictionary`

* **ɵcomponents:** Renaming `SciPropertyComponent` introduced a breaking change.

To migrate:
- Import `SciKeyValueComponent` instead of `SciPropertyComponent`
- Change input from `properties` to `object`

* **ɵcomponents:** Removing `NgModules` introduced a breaking change.

To migrate, import the components instead of the modules.



## [16.1.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.1.0...ɵcomponents-16.1.1) (2023-06-14)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/components.internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/components.internal",
"version": "16.1.1",
"version": "16.2.0",
"description": "Provides a collection of Angular components designed exclusively for use in SCION library projects. Note that this module is private to SCION and not public API. DO NOT USE THIS MODULE IN YOUR PROJECT AS IT IS NOT GUARANTEED TO BE STABLE AND MAY CHANGE WITHOUT NOTICE.",
"license": "EPL-2.0",
"private": false,
Expand Down

0 comments on commit 32a2e86

Please sign in to comment.