Skip to content

Releases: lokesh-coder/toppy

v2.0.2

15 Dec 02:39
Compare
Choose a tag to compare

2.0.2 (2018-12-15)

Bug Fixes

  • incorrect signature in API (c80658e)

v2.0.1

14 Dec 13:30
Compare
Choose a tag to compare

2.0.1 (2018-12-14)

v2.0.0

14 Dec 13:17
Compare
Choose a tag to compare

2.0.0 (2018-12-14)

Bug Fixes

  • remove unused components (10a3fd8)
  • ss class method [skip ci] (521c2d1)

Features

  • access custom props in Component, Template and Plain text contents (b8550c8)
  • add template ref context (e3e4ff1), closes #19
  • added support for custom key to reference later (3901878)
  • include context data in templateref (a865929)

BREAKING CHANGES

  • API has been changed. .overlay() to .position() , .host() to .content() , updateHost() to updateContent() , ToppyRef to ToppyControl. Introduced .config(). Performance improvement.

v1.3.1

05 Dec 07:49
Compare
Choose a tag to compare

1.3.1 (2018-12-05)

Bug Fixes

  • global position: calculate proper left and top co-ordinates when hostWidth and hostHeight in percentage (59dd68b)

v1.3.0

04 Dec 17:30
Compare
Choose a tag to compare

1.3.0 (2018-12-04)

Features

  • relative position: added support for content sticking with target element when autoUpdate is set to true (6fa37e7)

v1.2.4

28 Nov 12:53
Compare
Choose a tag to compare

1.2.4 (2018-11-28)

Bug Fixes

  • replace codeclimate with codecov config in travis (af9d16f)

v1.2.3

28 Nov 11:48
Compare
Choose a tag to compare

1.2.3 (2018-11-28)

Bug Fixes

  • docs: update font path (29834a5)
  • move artifacts after build (d7ff131)

v1.2.2

28 Nov 07:16
Compare
Choose a tag to compare

1.2.2 (2018-11-28)

Bug Fixes

  • updated vulnerable dependencies (ace393d)
  • docs: update icon fonts path (eedca4c)

v1.2.1

26 Nov 17:42
Compare
Choose a tag to compare

1.2.1 (2018-11-26)

Bug Fixes

  • docs: set font icons path properly (1d26809)
  • docs: set font icons path properly (0ae8424)

v1.2.0

24 Nov 08:30
Compare
Choose a tag to compare

1.2.0 (2018-11-24)

Features

  • added new config prop 'bodyClassNameOnOpen' (0e047bf)
  • add new config 'closeOnEsc' (fc1577e)
  • added support to change content after create (02182b3)
  • added version selector in doc (7554f7b)
  • minor improvements and fixes (8152b1c)