Skip to content

Releases: TobitSoftware/chayns-components

v2.0.10

01 Mar 10:44
Compare
Choose a tag to compare

This version contains the following changes:

  • Add onInput-prop to AmountControl component

v2.0.9

26 Feb 14:52
Compare
Choose a tag to compare

This version contains the following changes:

  • Add tooltip initialization to CheckBox-Component when tooltip-prop is set

v2.0.6

21 Feb 17:20
Compare
Choose a tag to compare

This version contains the following changes:

  • Add onBlur-prop to TextArea-Component

v2.0.4

29 Jan 12:21
Compare
Choose a tag to compare

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

16 Jan 11:32
Compare
Choose a tag to compare

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

15 Jan 09:39
Compare
Choose a tag to compare

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

11 Jan 14:31
Compare
Choose a tag to compare

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.