Skip to content

Commit

Permalink
release: version 0.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Sacchi authored and danielwiehl committed Dec 11, 2018
1 parent 8889279 commit fadf775
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench",
"version": "0.0.0-beta.7",
"version": "0.0.0-beta.8",
"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.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench",
Expand Down
24 changes: 0 additions & 24 deletions resources/site/_changelog-next-release.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,2 @@
<!--- Populate with changes relevant for the next release. -->
<!--- For the next release these are moved to `changelog.md`. -->

<a name="0.0.0-beta.8"></a>
## [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)

### Bug Fixes

* 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))

### BREAKING CHANGES

Migration if using viewport component:
- manifest a dependency to `SciViewportModule` because packaged as separate module
- 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
- replace `overflowAuto` input property with `scrollbarStyle` input property; by default, scrollbars are displayed on top of the viewport client
- change selector from `wb-viewport` to `sci-viewport`
- use `scrollHeight` and `scrollWidth` to get viewport client dimension
- rename `ViewportComponent` to `SciViewportComponent` if injecting the viewport component

Migration if using dimension directive:
- manifest a dependency to `SciDimensionModule` because packaged as separate module
- change selector from `wbDimension` to `sciDimension`
- rename `Dimension` to `SciDimension` which is emitted upon host element's dimension change
- rename `wbDimensionChange` output property to `sciDimensionChange`
- rename `wbDimensionUseTimer` input property to `sciDimensionUseTimer`
24 changes: 24 additions & 0 deletions resources/site/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@

# Changelog

<a name="0.0.0-beta.8"></a>
## [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)

### Bug Fixes

* 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))

### BREAKING CHANGES

Migration if using viewport component:
- manifest a dependency to `SciViewportModule` because packaged as separate module
- 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
- replace `overflowAuto` input property with `scrollbarStyle` input property; by default, scrollbars are displayed on top of the viewport client
- change selector from `wb-viewport` to `sci-viewport`
- use `scrollHeight` and `scrollWidth` to get viewport client dimension
- rename `ViewportComponent` to `SciViewportComponent` if injecting the viewport component

Migration if using dimension directive:
- manifest a dependency to `SciDimensionModule` because packaged as separate module
- change selector from `wbDimension` to `sciDimension`
- rename `Dimension` to `SciDimension` which is emitted upon host element's dimension change
- rename `wbDimensionChange` output property to `sciDimensionChange`
- rename `wbDimensionUseTimer` input property to `sciDimensionUseTimer`

<a name="0.0.0-beta.7"></a>
## [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)

Expand Down

0 comments on commit fadf775

Please sign in to comment.