Skip to content

Releases: zooplus/zoo-web-components

10.4.1

29 Jan 16:36
09535ec

Choose a tag to compare

  • CSS changes:
    • decreased the level of optimization from 2 to 1 in clean-css (after bumping to 10.4.0 border-bottom color property in grid disapeared)

v10.4.0

31 Oct 15:36
b00c528

Choose a tag to compare

Feature/zoo input tag enhancements (#54)

* zoo-modal improvements:
 - add `zoo-modal-z-index` CSS variable to control z-index in case of conflict with other components
 - ptional `button-closeable` attribute to prevent closing of modal when clicking on box overlay area
 - fix duplicated click event listener on added on every modal opening
* input-tag-padding CSS variables
* - fix attribute for custom values to be `data-` prefixed
  - add clearSelection method for clearing input tag
  - CSS fixes
* - readme update

10.3.4

15 Feb 11:11
f6d4608

Choose a tag to compare

10.3.4

zoo-modal:

  • added CSS variable zoo-modal-z-index to change predefined z-index in case of conflict with some other 3rd party components
  • added optional button-closeable attribute to prevent closing of modal when clicking on box overlay area