Skip to content

Commit

Permalink
release: v11.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Dec 9, 2020
1 parent 6903256 commit 09a0f7b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [11.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.2...11.0.0-beta.3) (2020-12-09)


### Features

* **ɵtoolkit/filter-field:** allow setting a placeholder text if empty ([0e4d4cf](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/0e4d4cfe0f0aca48ad1f0f967f9b87eb9bf7693a))
* **toolkit/sashbox:** prevent the splitter from overlapping overlays ([6903256](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/69032562f31d4d1ef4d18ac1ed53234dd3adfdef))
* **toolkit/throbber:** provide a throbber to indicate execution of an action ([eca1da9](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/eca1da93b54bcfefd4df808b8cc100155c25f0c9))
* **toolkit/viewport:** allow styling scrollbar and prefix CSS variable names to lay out viewport content ([f91dc1f](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/f91dc1f13a0510bfacd122dff7b58c02e5352af7))


### BREAKING CHANGES

* **toolkit/viewport:** Renamed CSS variables to lay out viewport content.

To migrate: If customizing the default layout of viewport content, replace the following CSS variables:
- `--grid-template-columns` -> `--sci-viewport-content-grid-template-columns`
- `--grid-template-rows` -> `--sci-viewport-content-grid-template-rows`
- `--grid-auto-columns` -> `--sci-viewport-content-grid-auto-columns`
- `--grid-auto-rows` -> `--sci-viewport-content-grid-auto-rows`
- `--gap` -> `--sci-viewport-content-grid-gap`



# [11.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.1...11.0.0-beta.2) (2020-11-17)


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

## Changelog

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


### Features

* **ɵtoolkit/filter-field:** allow setting a placeholder text if empty ([0e4d4cf](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/0e4d4cfe0f0aca48ad1f0f967f9b87eb9bf7693a))
* **toolkit/sashbox:** prevent the splitter from overlapping overlays ([6903256](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/69032562f31d4d1ef4d18ac1ed53234dd3adfdef))
* **toolkit/throbber:** provide a throbber to indicate execution of an action ([eca1da9](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/eca1da93b54bcfefd4df808b8cc100155c25f0c9))
* **toolkit/viewport:** allow styling scrollbar and prefix CSS variable names to lay out viewport content ([f91dc1f](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/f91dc1f13a0510bfacd122dff7b58c02e5352af7))


### BREAKING CHANGES

* **toolkit/viewport:** Renamed CSS variables to lay out viewport content.

To migrate: If customizing the default layout of viewport content, replace the following CSS variables:
- `--grid-template-columns` -> `--sci-viewport-content-grid-template-columns`
- `--grid-template-rows` -> `--sci-viewport-content-grid-template-rows`
- `--grid-auto-columns` -> `--sci-viewport-content-grid-auto-columns`
- `--grid-auto-rows` -> `--sci-viewport-content-grid-auto-rows`
- `--gap` -> `--sci-viewport-content-grid-gap`



# [11.0.0-beta.2](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.1...11.0.0-beta.2) (2020-11-17)


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": "11.0.0-beta.2",
"version": "11.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": "11.0.0-beta.2",
"version": "11.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": "11.0.0-beta.2",
"version": "11.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 09a0f7b

Please sign in to comment.