Releases: TobitSoftware/chayns-components
Releases · TobitSoftware/chayns-components
v2.3.4
v2.3.3
This version contains the following changes:
- Add value-prop to SelectListItem
v2.2.0
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
This version contains the following changes:
- The ScrollView-Component use the native scrollbars on mobile devices
- Fix dimensions on ScaleIn-Component
v2.1.5
This version contains the following changes:
- Bugfix: ScrollView could throw error refresh of undefined
v2.1.4
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
This version contains the following changes:
- Fix problem in SetupWizard (required last step)
- Update SetupWizard examples and docs
v2.1.0
This version contains the following changes:
- Updated styles of the SetupWizard-component
v2.0.13
This version contains the following changes:
- Add audio and video support for type-prop on FileUpload component
- Update main readme file
v2.0.11
This version contains the following changes:
- Fix the examples of the SelectList and SetupWizard components
- Add the FileUpload-component