0.0.0-beta.8 (@scion/workbench)
0.0.0-beta.8 (2018-08-22)
Features
- use native overflow scroll functionality in viewport (8889279)
BREAKING CHANGES
-
Migration if using viewport component and dimension directive
Manifest a dependency toSciViewportModulebecause packaged as separate moduleRemove custom CSS classes specified with
viewportCssClassandviewportClientCssClassinput 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 accordinglyReplace
overflowAutoinput property withscrollbarStyleinput property; by default, scrollbars are displayed on top of the viewport clientChange selector from
wb-viewporttosci-viewportUse
scrollHeightandscrollWidthto get viewport client dimensionRename
ViewportComponenttoSciViewportComponentif injecting the viewport componentManifest a dependency to
SciDimensionModulebecause packaged as separate moduleChange selector from
wbDimensiontosciDimensionRename
DimensiontoSciDimensionwhich is emitted upon host element's dimension changeRename
wbDimensionChangeoutput property tosciDimensionChangeRename
wbDimensionUseTimerinput property tosciDimensionUseTimer