Skip to content

Commit

Permalink
release: v9.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl committed Jun 12, 2020
1 parent 9a38240 commit 13b7a51
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [9.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.2...9.0.0-beta.3) (2020-06-12)


### Bug Fixes

* **ɵtoolkit:** allow placing form field labels above ([6220121](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/62201216c37c70b24880c6fe2047846594f3ecfa))
* **ɵtoolkit:** change colors in accent color palette to have a higher contrast ([50d0a40](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/50d0a40c88f397d3c59e1ceedf7a22e37615118e))
* **toolkit:** make sashbox component work with Angular 9 ([8fd97a8](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8fd97a87da06fac608fa6fdb5844a8d6c50cac74))
* **toolkit:** use dash-case for CSS variables of sci-sashbox component ([0504476](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/0504476899b21454feba91322903e16b5df0f4d2))


### BREAKING CHANGES

* **toolkit:** Renamed CSS variables of sci-sashbox component as following:

- `--sci-sashbox-splitter_backgroundColor` to `--sci-sashbox-splitter-bgcolor`
- `--sci-sashbox-splitter_backgroundColorOnHover` to `--sci-sashbox-splitter-bgcolor_hover`
- `--sci-sashbox-splitter_size` to `--sci-sashbox-splitter-size`
- `--sci-sashbox-splitter_sizeOnHover` to `--sci-sashbox-splitter-size_hover`
- `--sci-sashbox-splitter_touchTargetSize` to `--sci-sashbox-splitter-touch-target-size`
- `--sci-sashbox-splitter_crossAxisSize` to `--sci-sashbox-splitter-cross-axis-size`
- `--sci-sashbox-splitter_borderRadius` to `--sci-sashbox-splitter-border-radius`
- `--sci-sashbox-splitter_opacityWhenActive` to `--sci-sashbox-splitter-opacity_active
- `--sci-sashbox-splitter_opacityOnHover` to `--sci-sashbox-splitter-opacity_hover`



# [9.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.1...9.0.0-beta.2) (2020-06-01)


Expand Down
27 changes: 27 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@

## Changelog

# [9.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.2...9.0.0-beta.3) (2020-06-12)


### Bug Fixes

* **ɵtoolkit:** allow placing form field labels above ([6220121](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/62201216c37c70b24880c6fe2047846594f3ecfa))
* **ɵtoolkit:** change colors in accent color palette to have a higher contrast ([50d0a40](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/50d0a40c88f397d3c59e1ceedf7a22e37615118e))
* **toolkit:** make sashbox component work with Angular 9 ([8fd97a8](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8fd97a87da06fac608fa6fdb5844a8d6c50cac74))
* **toolkit:** use dash-case for CSS variables of sci-sashbox component ([0504476](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/0504476899b21454feba91322903e16b5df0f4d2))


### BREAKING CHANGES

* **toolkit:** Renamed CSS variables of sci-sashbox component as following:

- `--sci-sashbox-splitter_backgroundColor` to `--sci-sashbox-splitter-bgcolor`
- `--sci-sashbox-splitter_backgroundColorOnHover` to `--sci-sashbox-splitter-bgcolor_hover`
- `--sci-sashbox-splitter_size` to `--sci-sashbox-splitter-size`
- `--sci-sashbox-splitter_sizeOnHover` to `--sci-sashbox-splitter-size_hover`
- `--sci-sashbox-splitter_touchTargetSize` to `--sci-sashbox-splitter-touch-target-size`
- `--sci-sashbox-splitter_crossAxisSize` to `--sci-sashbox-splitter-cross-axis-size`
- `--sci-sashbox-splitter_borderRadius` to `--sci-sashbox-splitter-border-radius`
- `--sci-sashbox-splitter_opacityWhenActive` to `--sci-sashbox-splitter-opacity_active
- `--sci-sashbox-splitter_opacityOnHover` to `--sci-sashbox-splitter-opacity_hover`



# [9.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.1...9.0.0-beta.2) (2020-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scion-toolkit",
"version": "9.0.0-beta.2",
"version": "9.0.0-beta.3",
"description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit",
Expand Down
2 changes: 1 addition & 1 deletion projects/scion/toolkit.internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/toolkit.internal",
"version": "9.0.0-beta.2",
"version": "9.0.0-beta.3",
"description": "SCION Toolkit INTERNAL is a collection of UI components and utilities designed exclusively for use in SCION applications. 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
2 changes: 1 addition & 1 deletion projects/scion/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/toolkit",
"version": "9.0.0-beta.2",
"version": "9.0.0-beta.3",
"description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.",
"license": "EPL-2.0",
"private": false,
Expand Down

0 comments on commit 13b7a51

Please sign in to comment.