Skip to content

Release 2.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jsamr jsamr released this 02 Oct 21:19
· 86 commits to master since this release

2.0.0-alpha.2 (2020-10-02)

Code Refactoring

  • rename FeatureBuilder.withandlerProp to withShellHandler (65ea547)
  • rename FeatureConstructor to FeatureClass (8f64369)
  • rename PropsFromFeature to ExtractPropsFromFeature (e07e8f7)
  • rename FeatureInstanceOf type into ExtractFeatureFromClass (3f3eed3)
  • rename resetHeightOnViewportWidthChange to resetHeightOnViewportWidthChange (d6c777c)

Features

  • add webshellStrictMode prop to raise errors on inconsistencies (81273be)
  • custom typedoc theme (WIP) (1216e50)

BREAKING CHANGES

  • rename FeatureConstructor to FeatureClass
  • rename PropsFromFeature to ExtractPropsFromFeature
  • rename AutoheightParams.resetHeightOnViewportWidthChange to resetHeightOnViewportWidthChange
  • rename FeatureBuilder.withandlerProp to withShellHandler
  • rename FeatureInstanceOf type into ExtractFeatureFromClass