diff --git a/projects/scion/workbench/package.json b/projects/scion/workbench/package.json index 0fd56d688..9c5140019 100644 --- a/projects/scion/workbench/package.json +++ b/projects/scion/workbench/package.json @@ -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", diff --git a/resources/site/_changelog-next-release.md b/resources/site/_changelog-next-release.md index 01950b2fb..2df596ee8 100644 --- a/resources/site/_changelog-next-release.md +++ b/resources/site/_changelog-next-release.md @@ -1,26 +1,2 @@ - - -## [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 `` as its flex item(s); migrate by styling `` 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` diff --git a/resources/site/changelog.md b/resources/site/changelog.md index 167d1c42c..13ef38f81 100644 --- a/resources/site/changelog.md +++ b/resources/site/changelog.md @@ -5,6 +5,30 @@ # Changelog + +## [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 `` as its flex item(s); migrate by styling `` 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` + ## [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)