All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
9.2.1 (2023-12-13)
- 🐛 allow injector also in service creation (cb3e6ef)
9.2.0 (2023-12-13)
- 🎸 introduce injectTippyRef (129b91a)
9.1.0 (2023-12-11)
- 🎸 use transform on boolean inputs (0eec969)
9.0.0 (2023-11-28)
- peer deps of the library and overview are v17
8.0.3 (2023-09-05)
- 🐛 handle content changes with overflow (ef3264b)
8.0.2 (2023-07-24)
8.0.1 (2023-07-16)
8.0.0 (2023-07-09)
- peer dependency is now angular v16+
7.1.1 (2023-04-24)
- 🐛 remove warning (42c7d47)
7.1.0 (2023-04-24)
- 🎸 add global get index (2c29cd4)
7.0.2 (2023-03-15)
7.0.1 (2023-03-09)
- 🐛 template type checking (66a0f82)
7.0.0 (2023-03-09)
- Rename
tippy
totp
- Prefix all inputs with
tp
- Rename
lazy
input totpIsLazy
You can find a script that will help you migrate here.
- 💡 Rename directive inputs (cc1a5a6)
6.6.0 (2023-02-26)
- make tippy directive extendable (e94a27c)
- do not trigger change detection for
visible
andkeydown
events (39c69c3)
6.5.2 (2023-02-04)
6.5.1 (2023-01-28)
6.5.0 (2023-01-16)
6.4.0 (2023-01-10)
- 🎸 expose width input (0412cf9)
6.3.0 (2023-01-05)
- 🎸 expose animation input (8cfcb35)
6.2.2 (2023-01-05)
- 🐛 fix reference (f0c8abc)
6.2.1 (2023-01-05)
- 🐛 move data open to a better hool (6e68832)
6.2.0 (2022-12-28)
- 🎸 add data-tippy-open attribute on the host (0ea15c4)
6.1.0 (2022-12-26)
- 🎸 add variation class (c82f4b8)
6.0.0 (2022-11-27)
- upgrade to Angular 15
- Remove
TippyModule
- Peer dependency is now ng v15
- upgrade to Angular 15 (e040211)
5.1.4 (2022-02-04)
- 🐛 isVisible should run inside the zone (96128c2)
5.1.3 (2022-02-04)
- 🐛 isVisible should run inside the zone (90901de)
5.1.2 (2022-01-31)
- 🐛 support onpush components (6bb9097)
5.1.1 (2021-12-29)
- 🐛 filter out custom props (d15f38b)
5.1.0 (2021-12-23)
- 🎸 preserve view when creating tooltip via service (d497bd4)
5.0.2 (2021-11-25)
5.0.1 (2021-11-25)
- update only modified properties on change (0345b52)
5.0.0 (2021-11-24)
- Peer dep of angular 13
- 🎸 upgrade to ng13 (0736821)
4.3.0 (2021-11-23)
- add context to ownProps to remove from tippy config (c096ef2)
4.2.0 (2021-08-09)
- 🎸 allow passing context to component (e342668)
4.1.1 (2021-07-23)
4.1.0 (2021-07-18)
- declarativly toggle visibility (e9f0e89)
4.0.2 (2021-07-16)
4.0.1 (2021-07-15)
- 🐛 revert custom host (a5e72d6)
4.0.0 (2021-07-15)
- When providing a string as content, we use innertext instead to prevent xss
- 🎸 don't use innerhtml when passing a string (cb4f2f7)
3.7.1 (2021-07-11)
- correct instance to run showOnCreate (test) (a3e5dc8)
- correct instance to run showOnCreate correct (976ec37)
3.6.0 (2021-06-30)
3.5.3 (2021-06-07)
3.5.2 (2021-06-07)
- 🐛 filter invalid class names (987082b)
3.5.1 (2021-06-07)
- 🐛 support multipule class names in service (9a7fd8e)
3.5.0 (2021-06-07)
3.4.0 (2021-06-06)
- 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)
- 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)
- 🐛 fix nullish check (59d17db)
3.2.0 (2021-05-24)
- 🎸 support class name property when using the service (0a8218b)
3.1.1 (2021-03-14)
- 🐛 add maxwidth to child element (fbbd4cc)
3.1.0 (2021-02-08)
- add ngneat/overview to package.json by schematics (54d0998)
3.0.0 (2021-01-28)
- ngneat/overview is external dep
- 🎸 remove ngneat overview from deps (ea8212e)
2.1.1 (2021-01-05)
- 🐛 listen to host resize when using host width (dfb9b45)
2.1.0 (2020-12-30)
- 🐛 fix variation and warnings (c6eec8b)
1.6.0 (2020-12-22)
- 🎸 add use host width property (922ce01)
2.0.0 (2020-12-29)
- the api is simpler now checkout the readme
- 🎸 add context menu (88fbf4b)
- 🎸 add host width option (b412793)
- 🎸 add use host width input (64bc855)
- 🎸 export inview and dimchanges (6349609)
- 🎸 release v2 (c42d94e)
- 🎸 version two (ac44bb6)
- 💍 fix tests (bbfacee)
1.5.5 (2020-11-28)
- specify module type in
ModuleWithProviders
(cef0703)
1.5.4 (2020-11-22)
- 🐛 several intersection events on the same tick (6eab305)
1.5.3 (2020-11-20)
- 🐛 reset tooltip on content change (5a53e16)
1.5.2 (2020-11-18)
- 🐛 fix leak (0d35e3e)
1.5.1 (2020-11-16)
- allow
<ng-container>
and multiple child nodes (e648877) - allow
<ng-container>
and multiple child nodes (e2b666b) - support server-side rendering (2602c3d)
- fix Cypress tests related to scrolling (743f1f8)
1.5.0 (2020-11-12)
- 🎸 add maxwidth input (1361d2b)
1.4.1 (2020-11-11)
- 🐛 use animation frame (d1cb240)
1.4.0 (2020-09-22)
- 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)
- 🐛 fix options (3a3f1e7)
1.3.1 (2020-08-30)
- 🐛 fix options (a5b6069)
1.3.0 (2020-08-30)
- 🎸 add allow close input (236a9dc)
1.2.0 (2020-08-30)
- demo: add dynamic example (8afc175)
- demo: add dynamic example (d3bd06a)
- lib: add initial options (f7fb020)
- lib: add popper API (18a8334)
- lib: add popper API (d6857ea)
- lib: add popper API demo (76cbb13)
- schematics: library name (35c4f32)