Releases: TobitSoftware/chayns-components
Releases · TobitSoftware/chayns-components
v2.0.10
This version contains the following changes:
- Add onInput-prop to AmountControl component
v2.0.9
This version contains the following changes:
- Add tooltip initialization to CheckBox-Component when tooltip-prop is set
v2.0.6
This version contains the following changes:
- Add onBlur-prop to TextArea-Component
v2.0.4
This version contains the following changes:
- Add type prop to Input-component
- Use input of type number in AmountControl-component
- Export as ES6 modules using import/export to make use of TreeShaking when using webpack2
- Transpile code to ES6 and publish it in /lib_esnext (using package.json's jsnext:main) to use when ES5-code is not necessary
v2.0.3
This version contains the following changes:
-It was not possible to change the Mode of the ModeSwitch to chayns®Manager in the Android/iOS-Apps
-Updated some dependencies
v2.0.2
This version contains the following changes:
- The emojione (which is required by the EmojiInput) is now an optional-dependency. It uses the emojione-package from your project (when you have it installed) or load it from a cdn.
v2.0.1
This version contains the following changes:
- The ModeSwitch-component is now connected to the AdminSwitch in the ChaynsID-Panel. When there are only two modes (normal & chayns®Manager), the ModeSwitch will be hidden.