diff --git a/CHANGELOG.md b/CHANGELOG.md index 60135c92..67528821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index 9b633eb3..5f252821 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7015a01e..79feb30b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "11.0.0-beta.2", + "version": "11.0.0-beta.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec8065f6..b30c98a5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/projects/scion/toolkit.internal/package.json b/projects/scion/toolkit.internal/package.json index 490f794c..4600398b 100644 --- a/projects/scion/toolkit.internal/package.json +++ b/projects/scion/toolkit.internal/package.json @@ -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, diff --git a/projects/scion/toolkit/package.json b/projects/scion/toolkit/package.json index c01fdc6a..a8e7eb17 100644 --- a/projects/scion/toolkit/package.json +++ b/projects/scion/toolkit/package.json @@ -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,