Skip to content

Latest commit

 

History

History
298 lines (145 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

298 lines (145 loc) · 12.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2021-07-18)

Features

  • declarativly toggle visibility (e9f0e89)

4.0.2 (2021-07-16)

Bug Fixes

4.0.1 (2021-07-15)

Bug Fixes

  • 🐛 revert custom host (a5e72d6)

4.0.0 (2021-07-15)

⚠ BREAKING CHANGES

  • When providing a string as content, we use innertext instead to prevent xss

Features

  • 🎸 don't use innerhtml when passing a string (cb4f2f7)

3.7.1 (2021-07-11)

Bug Fixes

  • correct instance to run showOnCreate (test) (a3e5dc8)
  • correct instance to run showOnCreate correct (976ec37)

3.6.0 (2021-06-30)

Features

3.5.3 (2021-06-07)

3.5.2 (2021-06-07)

Bug Fixes

  • 🐛 filter invalid class names (987082b)

3.5.1 (2021-06-07)

Bug Fixes

  • 🐛 support multipule class names in service (9a7fd8e)

3.5.0 (2021-06-07)

Features

  • 🎸 support multiple class names (3f6724c)
  • add hideOnEscapeButton to close popper (dab90fc)

3.4.0 (2021-06-06)

Features

  • added config 'disableOnNilValue' to disable tippy if value is nil (3a27fa0)
  • added config 'disableOnNilValue' to skip instance if value is nil (8c14a5e)
  • only create tippy instance in case of non-nil value (f712880)
  • only create tippy instance in case of non-nil value (06b8d7d)
  • removed config 'disableOnNilValue' in favour of default behaviour (8bfd4b6)

3.3.0 (2021-06-06)

Features

  • added config 'disableOnNilValue' to disable tippy if value is nil (3a27fa0)
  • added config 'disableOnNilValue' to skip instance if value is nil (8c14a5e)
  • only create tippy instance in case of non-nil value (f712880)
  • only create tippy instance in case of non-nil value (06b8d7d)
  • removed config 'disableOnNilValue' in favour of default behaviour (8bfd4b6)

3.2.1 (2021-05-24)

Bug Fixes

3.2.0 (2021-05-24)

Features

  • 🎸 support class name property when using the service (0a8218b)

3.1.1 (2021-03-14)

Bug Fixes

  • 🐛 add maxwidth to child element (fbbd4cc)

3.1.0 (2021-02-08)

Features

  • add ngneat/overview to package.json by schematics (54d0998)

3.0.0 (2021-01-28)

⚠ BREAKING CHANGES

  • ngneat/overview is external dep

Features

  • 🎸 remove ngneat overview from deps (ea8212e)

2.1.1 (2021-01-05)

Bug Fixes

  • 🐛 listen to host resize when using host width (dfb9b45)

2.1.0 (2020-12-30)

Bug Fixes

  • 🐛 fix variation and warnings (c6eec8b)

Tests

1.6.0 (2020-12-22)

Features

  • 🎸 add use host width property (922ce01)

2.0.0 (2020-12-29)

⚠ BREAKING CHANGES

  • the api is simpler now checkout the readme

Features

Tests

1.5.5 (2020-11-28)

Bug Fixes

  • specify module type in ModuleWithProviders (cef0703)

1.5.4 (2020-11-22)

Bug Fixes

  • 🐛 several intersection events on the same tick (6eab305)

1.5.3 (2020-11-20)

Bug Fixes

  • 🐛 reset tooltip on content change (5a53e16)

1.5.2 (2020-11-18)

Bug Fixes

1.5.1 (2020-11-16)

Bug Fixes

  • allow <ng-container> and multiple child nodes (e648877)
  • allow <ng-container> and multiple child nodes (e2b666b)
  • support server-side rendering (2602c3d)

Tests

  • fix Cypress tests related to scrolling (743f1f8)

1.5.0 (2020-11-12)

Features

  • 🎸 add maxwidth input (1361d2b)

1.4.1 (2020-11-11)

Bug Fixes

  • 🐛 use animation frame (d1cb240)

1.4.0 (2020-09-22)

Features

  • doc: add new table to manage Outputs (25d0778)
  • lib: update Subject name into "helipopperVisible" (3744d91)
  • add @output() method to expose current tooltip status as boolean (409ad7f)

1.3.2 (2020-08-30)

Bug Fixes

1.3.1 (2020-08-30)

Bug Fixes

1.3.0 (2020-08-30)

Features

  • 🎸 add allow close input (236a9dc)

1.2.0 (2020-08-30)

Features

Bug Fixes

  • schematics: library name (35c4f32)

1.1.0 (2020-06-15)

Features

1.0.0 (2020-06-12)