Skip to content

Releases: TobitSoftware/chayns-components

v2.3.4

26 Jun 14:03
Compare
Choose a tag to compare

This version contains the following changes:

  • Removes the reload of the Tapp, when the ModeSwitch is changed on ChaynsWeb and only Admin-Mode is present (see #78)

v2.3.3

14 Jun 13:52
Compare
Choose a tag to compare

This version contains the following changes:

  • Add value-prop to SelectListItem

v2.2.0

02 May 13:56
Compare
Choose a tag to compare

This version contains the following changes:

  • Update some dependencies
  • Add polyfill for Object.assign (using object-assign)
  • Add DetailViewGroup-component
  • Add OrientationHelper (helps with orientation on mobile devices)

v2.1.6

23 Apr 08:27
Compare
Choose a tag to compare

This version contains the following changes:

  • The ScrollView-Component use the native scrollbars on mobile devices
  • Fix dimensions on ScaleIn-Component

v2.1.5

13 Apr 09:30
Compare
Choose a tag to compare

This version contains the following changes:

  • Bugfix: ScrollView could throw error refresh of undefined

v2.1.4

13 Apr 09:20
Compare
Choose a tag to compare

This version contains the following changes:

  • Add children and uploadText props to FileUpload-component
  • Add portal-component (experimental, you should prefer native portal-component of React 16)
  • Add animate-decorator for animations
  • Add scaleIn-animation to use with animate
  • Add connectToOverlay-decorator to show & hide overlay's

v2.1.1

21 Mar 10:06
Compare
Choose a tag to compare

This version contains the following changes:

  • Fix problem in SetupWizard (required last step)
  • Update SetupWizard examples and docs

v2.1.0

20 Mar 08:56
Compare
Choose a tag to compare

This version contains the following changes:

  • Updated styles of the SetupWizard-component

v2.0.13

16 Mar 12:58
Compare
Choose a tag to compare

This version contains the following changes:

  • Add audio and video support for type-prop on FileUpload component
  • Update main readme file

v2.0.11

16 Mar 10:25
Compare
Choose a tag to compare

This version contains the following changes:

  • Fix the examples of the SelectList and SetupWizard components
  • Add the FileUpload-component