Skip to content

Commit fadf775

Browse files
Adrian Sacchidanielwiehl
authored andcommitted
release: version 0.0.0-beta.8
1 parent 8889279 commit fadf775

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

projects/scion/workbench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scion/workbench",
3-
"version": "0.0.0-beta.7",
3+
"version": "0.0.0-beta.8",
44
"description": "SCION Workbench helps to build multi-view web applications and integrates separate micro frontends into a consistent rich web application. Views are shown within tabs which can be flexible arranged and dragged around by the user.",
55
"license": "EPL-2.0",
66
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench",
Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,2 @@
11
<!--- Populate with changes relevant for the next release. -->
22
<!--- For the next release these are moved to `changelog.md`. -->
3-
4-
<a name="0.0.0-beta.8"></a>
5-
## [0.0.0-beta.8](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.7...0.0.0-beta.8) (2018-xx-xx)
6-
7-
### Bug Fixes
8-
9-
* Use native overflow scroll functionality in viewport ([#14](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/14)) ([xxx](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/xxx))
10-
11-
### BREAKING CHANGES
12-
13-
Migration if using viewport component:
14-
- manifest a dependency to `SciViewportModule` because packaged as separate module
15-
- remove custom CSS classes specified with `viewportCssClass` and `viewportClientCssClass` input properties; instead, CSS flexbox layout with flex-flow 'column nowrap' is applied to the viewport with `<ng-content>` as its flex item(s); migrate by styling `<ng-content>` as flex items, or provide your viewport client in a containing block and style it accordingly
16-
- replace `overflowAuto` input property with `scrollbarStyle` input property; by default, scrollbars are displayed on top of the viewport client
17-
- change selector from `wb-viewport` to `sci-viewport`
18-
- use `scrollHeight` and `scrollWidth` to get viewport client dimension
19-
- rename `ViewportComponent` to `SciViewportComponent` if injecting the viewport component
20-
21-
Migration if using dimension directive:
22-
- manifest a dependency to `SciDimensionModule` because packaged as separate module
23-
- change selector from `wbDimension` to `sciDimension`
24-
- rename `Dimension` to `SciDimension` which is emitted upon host element's dimension change
25-
- rename `wbDimensionChange` output property to `sciDimensionChange`
26-
- rename `wbDimensionUseTimer` input property to `sciDimensionUseTimer`

resources/site/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55

66
# Changelog
77

8+
<a name="0.0.0-beta.8"></a>
9+
## [0.0.0-beta.8](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.7...0.0.0-beta.8) (2018-08-22)
10+
11+
### Bug Fixes
12+
13+
* Use native overflow scroll functionality in viewport ([#14](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/14)) ([33ebe0f](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/33ebe0f))
14+
15+
### BREAKING CHANGES
16+
17+
Migration if using viewport component:
18+
- manifest a dependency to `SciViewportModule` because packaged as separate module
19+
- remove custom CSS classes specified with `viewportCssClass` and `viewportClientCssClass` input properties; instead, CSS flexbox layout with flex-flow 'column nowrap' is applied to the viewport with `<ng-content>` as its flex item(s); migrate by styling `<ng-content>` as flex items, or provide your viewport client in a containing block and style it accordingly
20+
- replace `overflowAuto` input property with `scrollbarStyle` input property; by default, scrollbars are displayed on top of the viewport client
21+
- change selector from `wb-viewport` to `sci-viewport`
22+
- use `scrollHeight` and `scrollWidth` to get viewport client dimension
23+
- rename `ViewportComponent` to `SciViewportComponent` if injecting the viewport component
24+
25+
Migration if using dimension directive:
26+
- manifest a dependency to `SciDimensionModule` because packaged as separate module
27+
- change selector from `wbDimension` to `sciDimension`
28+
- rename `Dimension` to `SciDimension` which is emitted upon host element's dimension change
29+
- rename `wbDimensionChange` output property to `sciDimensionChange`
30+
- rename `wbDimensionUseTimer` input property to `sciDimensionUseTimer`
31+
832
<a name="0.0.0-beta.7"></a>
933
## [0.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.6...0.0.0-beta.7) (2018-08-06)
1034

0 commit comments

Comments
 (0)