Skip to content

Releases: TobitSoftware/chayns-components

v4.9.4

11 Jun 15:18
Compare
Choose a tag to compare

Feature:

  • Show friends in PersonFinder

Fix:

  • Calendar: Fix propTypes, crash and README

v4.9.3

07 Jun 06:26
Compare
Choose a tag to compare

Feature:

  • Upgrade internal dependencies

Fix:

  • Fix handle initial value of coordinates given to ContextMenu component
  • Fix handle "hidden" and "active" classes in Bubble component

v4.9.1

04 Jun 07:42
Compare
Choose a tag to compare

Feature:

  • The accordion uses no longer chayns.utils.isString, to make server-side rendering possible.
  • Pass className prop to expandable ListItems
  • PositionInput:
    • Add component to resolveAbsoluteImport
    • Improve error handling
    • Wait until geocoder is instatiated
    • Don't remove google link on map

Fix:

  • Fix exports
  • Fix dev server
  • Fix vulnerabilities

v4.9.0

04 Jun 06:59
Compare
Choose a tag to compare

Features:

  • Add drag&drop-gallery
  • Add Image-component
  • Add ImageContainer-component
  • Rewrite gallery

Fix:

  • Fix CSS bundling

v4.8.0

28 May 14:39
Compare
Choose a tag to compare

Feature:

  • Added rollup scss plugin
  • ListItem: You can set styles to head, body and complete Item
  • OpeningTimes:
    • second opening times are set 1 hour apart
    • for further days the default time is taken from the day before
  • PositionInput:
    • Coordinates can be used as input

Fix:

  • OpeningTimes:
    • Update RegEx to Numbers and colon
    • Times are formatted automatically
    • Times from one Day are not sorted by size
    • onChange is only called with correct Timeinputs
  • PositionInput:
    • Design for Dropdownmenu

v4.7.10

22 May 15:42
Compare
Choose a tag to compare

Feature:

  • FileInput: Now, you are able to select whole directories using the directory-prop
  • ListItem: You can control the ListItem with the open-prop

v4.7.9

20 May 10:20
Compare
Choose a tag to compare

Features:

  • Add hideOnChildrenLeave to tooltip
  • Add noContentClass to listItem
  • Don't show select dialog's buttons in single select mode
  • Normalize sharing buttons for all devices/browsers

Fix:

  • Fix amountControl bugs
  • Fix openingTimes focus

v4.7.8

24 Apr 10:09
Compare
Choose a tag to compare

Fix:

  • TappPortal: Fix bug that TappPortal duplicates itself in tapps without iFrame.
  • SelectList: Fix bug that selectList onChange is called in constructor.

v4.7.7

24 Apr 08:17
Compare
Choose a tag to compare

PersonFinder-Fix:

  • Fix "Unexpected end of JSON input" on reponse status 204.
  • The locationId of the site to which the UAC group belongs can be set.

v4.7.6

24 Apr 08:17
Compare
Choose a tag to compare

Features:

  • Now, the PersonFinder can search in UAC groups.

Fix:

  • The onChange event of the input-component is now also triggered on first character.
  • An error in the bubble component has been fixed.