Skip to content

Releases: nechehin/gpt-catfish

add empty event

27 Dec 12:08
Compare
Choose a tag to compare
0.0.11

add empty event

Add close button configuration

20 Dec 10:49
Compare
Choose a tag to compare

Close button config

use next methods for close button configuration:

Position

  • bottomModeCloseButtonPosition({Object} position)
  • fullscreenModeCloseButtonPosition({Object} position)

Size

  • bottomModeCloseButtonSize({String} size)
  • fullscreenModeCloseButtonSize({String} size)

Defaults

catfish.bottomModeCloseButtonPosition({ top: '-15px', left: '5px' });
catfish.bottomModeCloseButtonSize('25px');

catfish.fullscreenModeCloseButtonPosition({ top: '5px', left: '5px' });
catfish.fullscreenModeCloseButtonSize('25px');

Example

Show close button on right side for bottom mode:

catfish
    .addBottomModeSlot('/your_slot_name', [320, 100])
    .bottomModeCloseButtonPosition({ top: '-15px', right: '5px' })
    .render();

add default slot mode

09 Nov 08:55
Compare
Choose a tag to compare
0.0.9

add default slot mode

add ads closed event

08 Nov 15:59
Compare
Choose a tag to compare
0.0.8

add ads closed event

fixes for mutlislot ads, add events, enable debug by get param

08 Nov 15:08
Compare
Choose a tag to compare
0.0.7

fixes for mutlislot ads, add events, enable debug by get param

fix debug

08 Nov 12:48
Compare
Choose a tag to compare
0.0.6

fix debug

add zIndex setter

08 Nov 11:09
Compare
Choose a tag to compare
0.0.5

add zIndex setter

fix slotRenderEnded event object processing, fix jsdocs

04 Oct 09:57
Compare
Choose a tag to compare
0.0.4

fix slotRenderEnded event object processing, fix jsdocs

skip slot check if reponse.isEmpty

11 Sep 11:15
Compare
Choose a tag to compare
0.0.3

skip slot check if reponse.isEmpty

add backgroundColor, autoCloseTimeout properies, fixes

28 Aug 14:09
Compare
Choose a tag to compare
0.0.2

add backgroundColor, autoCloseTimeout properies