Skip to content

Commit 495a359

Browse files
author
taiga-family-bot
committed
chore(release): v4.2.1
1 parent f79ec3c commit 495a359

File tree

4 files changed

+94
-213
lines changed

4 files changed

+94
-213
lines changed

CHANGELOG.md

Lines changed: 89 additions & 208 deletions
Original file line numberDiff line numberDiff line change
@@ -1,230 +1,111 @@
1-
- feat: drop zone inside resize plugin (#499) (39764da)
2-
- chore(deps): update taiga-family/ci action to v1.72.0 (#503) (498bc9e)
3-
- chore(deps): update taiga-ui dev infra to v0.169.1 (#502) (e81e371)
4-
- chore(deps): update commitlint to v19.5.0 (#501) (98a322a)
5-
- chore(deps): update taiga-ui dev infra to v0.169.0 (#500) (e1b082f)
6-
- chore(deps): update taiga-ui dev infra to v0.166.0 (#493) (f78b98b)
7-
- chore(deps): update nx to v19.7.2 (#498) (1deef53)
8-
9-
- fix: `ResizePlugin` add event listener (#497) (66032ba)
10-
- chore(deps): update nx to v19.7.1 (#496) (8112606)
11-
- chore(deps): update nx to v19.7.0 (#495) (a60b2fa)
12-
- chore(deps): update nx to v19.6.6 (#494) (873cd14)
13-
- chore(deps): update taiga-ui dev infra to v0.160.1 (#492) (5139385)
14-
- chore(deps): update taiga-ui dev infra to v0.160.0 (#491) (cb5ffe2)
15-
- chore(deps): update taiga-ui dev infra to v0.159.1 (#490) (e1da2ee)
16-
17-
## [4.1.1](https://github.com/taiga-family/ng-event-plugins/compare/v4.0.1...vnull) (2024-09-05)
18-
19-
### Bug Fixes
20-
21-
- bump minor
22-
([d771f13](https://github.com/taiga-family/ng-event-plugins/commit/d771f133c939ddf7737472f246afdeff53adab10))
23-
- bump minor
24-
([6797ada](https://github.com/taiga-family/ng-event-plugins/commit/6797ada613576ba7e453660c47252706e6734942))
25-
26-
- fix: do not listen `Window` (#326) (c0a99bc)
27-
- chore(deps): update taiga-family/ci action to v1.62.3 (#325) (10461fe)
28-
- chore(deps): update actions/checkout action to v4.1.7 (#324) (4c99150)
29-
- chore: fixup (31272b2)
30-
- chore(deps): update dependency lint-staged to v15.2.7 (#323) (8b84706)
31-
- chore: fixup (3f34c43)
32-
33-
# 4.0.0 (2024-06-11)
34-
35-
### Bug Fixes
36-
37-
- **aot:** add utility function to spoof callable in AOT compiler
38-
([b0bed98](https://github.com/taiga-family/ng-event-plugins/commit/b0bed9801f43e5651283bca0817ec899cac7fd4b))
39-
- **bind:** add nullish coalescing instead of resetting element property
40-
([0562714](https://github.com/taiga-family/ng-event-plugins/commit/0562714e1fbbb6df84c8c8121e7fb54e32817779))
41-
- **bind:** removes attribute if null provided
42-
([113d9fb](https://github.com/taiga-family/ng-event-plugins/commit/113d9fb4e9ee969dc970a88efbace6ffcdab70af))
43-
- correct schema reference ([#113](https://github.com/taiga-family/ng-event-plugins/issues/113))
44-
([c622db2](https://github.com/taiga-family/ng-event-plugins/commit/c622db2b78993cf71534090561205631d1d6a008))
45-
- fix memory leak in `capture` plugin ([#218](https://github.com/taiga-family/ng-event-plugins/issues/218))
46-
([#219](https://github.com/taiga-family/ng-event-plugins/issues/219))
47-
([5fe51f8](https://github.com/taiga-family/ng-event-plugins/commit/5fe51f8579ac8ea0e250527976ea5fc5531ed52d))
48-
- **module:** improve error messages
49-
([a86cd79](https://github.com/taiga-family/ng-event-plugins/commit/a86cd79a65c6aa632361bfea842ac80de1d9307b))
50-
- **shouldCall:** fix for AOT build
51-
([3688da4](https://github.com/taiga-family/ng-event-plugins/commit/3688da445a9d9792d7d4b2fe70c956099901e933))
52-
- **web-types:** add descriptions and version
53-
([9e39ce7](https://github.com/taiga-family/ng-event-plugins/commit/9e39ce77d5d33798e083b9c0176ecded9b46d13e))
54-
55-
### Features
56-
57-
- `Resize` add new plugin ([#319](https://github.com/taiga-family/ng-event-plugins/issues/319))
58-
([2697ad2](https://github.com/taiga-family/ng-event-plugins/commit/2697ad2f8d815209a1f1a1535efbd139b8da2c28))
59-
- add web-types for autocomplete ([#30](https://github.com/taiga-family/ng-event-plugins/issues/30))
60-
([53c5852](https://github.com/taiga-family/ng-event-plugins/commit/53c58520fa0521dd658125211efd38c1ebe747d4))
61-
- **bind:** add plugin for Observable host binding ([#11](https://github.com/taiga-family/ng-event-plugins/issues/11))
62-
([ab68909](https://github.com/taiga-family/ng-event-plugins/commit/ab68909b583960f8991e3ea6673aa1a9b57dc5bf))
63-
- **bind:** add style dasharize
64-
([2cdf77e](https://github.com/taiga-family/ng-event-plugins/commit/2cdf77ea7fa73d98ef3ef9d11766330ef7e0be48))
65-
- **capture:** add new modifier .capture to listen to events in capture phase
66-
([#10](https://github.com/taiga-family/ng-event-plugins/issues/10))
67-
([20a372b](https://github.com/taiga-family/ng-event-plugins/commit/20a372b1df077787e15cdb2b6806c842f6445978))
68-
- **deps:** update Angular ([#142](https://github.com/taiga-family/ng-event-plugins/issues/142))
69-
([894a85f](https://github.com/taiga-family/ng-event-plugins/commit/894a85fdfd69fd4771f493e6512dc2903972e5c0))
70-
- **global:** add new plugin
71-
([cadf832](https://github.com/taiga-family/ng-event-plugins/commit/cadf832c34592443bc6f16884078e5eddd6083fc))
72-
- **module:** add assertion to keep module singleton
73-
([1ff3226](https://github.com/taiga-family/ng-event-plugins/commit/1ff3226bb9f4667c39bd4b28844ab995b8f744e3))
74-
- **module:** add module for clearer addition ([#22](https://github.com/taiga-family/ng-event-plugins/issues/22))
75-
([a1a947d](https://github.com/taiga-family/ng-event-plugins/commit/a1a947d6a9970b716fb08cc5848466fabf4b6cce))
76-
- **options:** cover other `addEventListener` options
77-
([#25](https://github.com/taiga-family/ng-event-plugins/issues/25))
78-
([13f4872](https://github.com/taiga-family/ng-event-plugins/commit/13f487298ee9715314a0f5afe178f35bb353bbb6))
79-
- **self:** add new plugin ([#14](https://github.com/taiga-family/ng-event-plugins/issues/14))
80-
([0193b6f](https://github.com/taiga-family/ng-event-plugins/commit/0193b6ff1efe9b85dcb0a748e65f5cc4a5ca8d63))
81-
- **silent:** simplify getting `NgZone` in `[@should](https://github.com/should)Call`
82-
([#50](https://github.com/taiga-family/ng-event-plugins/issues/50))
83-
([64872cd](https://github.com/taiga-family/ng-event-plugins/commit/64872cd10145173d5121efbd1abf8d57363292b8))
84-
- use taiga-ui scope
85-
([8dc54b9](https://github.com/taiga-family/ng-event-plugins/commit/8dc54b9ec39b20e9d7947628c4a916215e8e7574))
86-
87-
### Reverts
88-
89-
- Revert "chore(deps): pin dependencies (#212)"
90-
([2671380](https://github.com/taiga-family/ng-event-plugins/commit/26713803c354062b17925714506975667fae817c)), closes
91-
[#212](https://github.com/taiga-family/ng-event-plugins/issues/212)
92-
- Revert "chore(deps): pin dependencies (#211)"
93-
([44d649d](https://github.com/taiga-family/ng-event-plugins/commit/44d649d04ef3e3d90acf628ddd45b89164c3f27b)), closes
94-
[#211](https://github.com/taiga-family/ng-event-plugins/issues/211)
95-
96-
### BREAKING CHANGES
97-
98-
- `BindEventPlugin` has been removed
99-
- **capture:** Bump Angular version to 9
100-
1011
# Changelog
1022

1033
All notable changes to this project will be documented in this file. See
1044
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
1055

106-
## [3.1.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v3.0.0...v3.1.0) (2022-12-23)
107-
108-
### Features
109-
110-
- **silent:** simplify getting `NgZone` in `[@should](https://github.com/should)Call`
111-
([#50](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/50))
112-
([64872cd](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/64872cd10145173d5121efbd1abf8d57363292b8))
113-
114-
## [3.0.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.5.1...v3.0.0) (2022-07-18)
115-
116-
### ⚠ BREAKING CHANGES
117-
118-
- update to Angular 12 and Ivy distribution (#45)
119-
120-
### Features
121-
122-
- update to Angular 12 and Ivy distribution ([#45](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/45))
123-
([dabf7f1](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/dabf7f1a7e7532dfd0b404ef3565580515240e20))
124-
125-
### [2.5.1](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.5.0...v2.5.1) (2021-12-13)
126-
127-
### Bug Fixes
128-
129-
- **web-types:** add descriptions and version
130-
([9e39ce7](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/9e39ce77d5d33798e083b9c0176ecded9b46d13e))
131-
132-
## [2.5.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.4.0...v2.5.0) (2021-12-10)
133-
134-
### Features
135-
136-
- add web-types for autocomplete ([#30](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/30))
137-
([53c5852](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/53c58520fa0521dd658125211efd38c1ebe747d4))
138-
139-
## [2.4.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.3.2...v2.4.0) (2021-11-19)
6+
### [4.2.1](https://github.com/taiga-family/ng-event-plugins/compare/v4.2.0...v4.2.1) (2024-09-20)
1407

141-
### Features
8+
### 🐞 Bug Fixes
1429

143-
- **options:** cover other `addEventListener` options
144-
([#25](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/25))
145-
([13f4872](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/13f487298ee9715314a0f5afe178f35bb353bbb6))
10+
- just bump
11+
[(209be5e)](https://github.com/taiga-family/ng-event-plugins/commit/209be5e502dcebf91b322c94830ab577b002f65d)
12+
- align peer deps with taiga-ui
13+
[(f79ec3c)](https://github.com/taiga-family/ng-event-plugins/commit/f79ec3c7066e7f696c33a917f78ebe758f63a432)
14+
- forgot publish licence
15+
[(c09f9be)](https://github.com/taiga-family/ng-event-plugins/commit/c09f9beecb61d73cb16a4e1c82535db2479d0c3f)
16+
- republish
17+
[(02ae4d1)](https://github.com/taiga-family/ng-event-plugins/commit/02ae4d166d8b523e240bda89f8d2bca3a639f11a)
14618

147-
### [2.3.2](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.3.1...v2.3.2) (2021-11-01)
19+
### [4.2.0](https://github.com/taiga-family/ng-event-plugins/compare/v4.1.3...v4.2.0) (2024-09-11)
14820

149-
### Bug Fixes
21+
### 🚀 Features
15022

151-
- **module:** improve error messages
152-
([a86cd79](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/a86cd79a65c6aa632361bfea842ac80de1d9307b))
23+
- drop zone inside resize plugin (#499)
24+
[(39764da)](https://github.com/taiga-family/ng-event-plugins/commit/39764dadac7eb238634df9c114aa736d76ebbd33)
15325

154-
### [2.3.1](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.3.0...v2.3.1) (2021-11-01)
26+
### [4.1.3](https://github.com/taiga-family/ng-event-plugins/compare/v4.1.2...v4.1.3) (2024-09-10)
15527

156-
### Features
28+
### 🐞 Bug Fixes
15729

158-
- **module:** add assertion to keep module singleton
159-
([1ff3226](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/1ff3226bb9f4667c39bd4b28844ab995b8f744e3))
30+
- `ResizePlugin` add event listener (#497)
31+
[(66032ba)](https://github.com/taiga-family/ng-event-plugins/commit/66032baa0041cfba1d66c7fa51e34989eb94c8e3)
16032

161-
## [2.3.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.2...v2.3.0) (2021-10-15)
33+
### [4.1.2](https://github.com/taiga-family/ng-event-plugins/compare/v4.0.1...v4.1.2) (2024-09-05)
16234

163-
### Features
35+
### 🐞 Bug Fixes
16436

165-
- **module:** add module for clearer addition
166-
([#22](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/22))
167-
([a1a947d](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/a1a947d6a9970b716fb08cc5848466fabf4b6cce))
168-
169-
### Bug Fixes
170-
171-
- **bind:** removes attribute if null provided
172-
([113d9fb](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/113d9fb4e9ee969dc970a88efbace6ffcdab70af))
173-
174-
## [2.2.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.2...v2.2.0) (2021-04-21)
175-
176-
### Features
177-
178-
- **self:** add a new plugin ([#14](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/14))
179-
([0193b6f](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/0193b6ff1efe9b85dcb0a748e65f5cc4a5ca8d63))
180-
181-
### [2.1.3](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.2...v2.1.3) (2021-03-01)
182-
183-
### Bug Fixes
184-
185-
- **bind:** removes attribute if null provided
186-
([113d9fb](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/113d9fb4e9ee969dc970a88efbace6ffcdab70af))
187-
- **bind:** add style dasharize
188-
([2cdf77e](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/2cdf77ea7fa73d98ef3ef9d11766330ef7e0be48))
189-
190-
### [2.1.2](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.1...v2.1.2) (2021-02-20)
191-
192-
### Bug Fixes
193-
194-
- **bind:** add nullish coalescing instead of resetting element property
195-
([0562714](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/0562714e1fbbb6df84c8c8121e7fb54e32817779))
196-
197-
### [2.1.1](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.1.0...v2.1.1) (2021-02-12)
198-
199-
### Bug Fixes
200-
201-
- **aot:** add utility function to spoof callable in AOT compiler
202-
([b0bed98](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/b0bed9801f43e5651283bca0817ec899cac7fd4b))
203-
204-
## [2.1.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v2.0.0...v2.1.0) (2021-02-10)
205-
206-
### Features
207-
208-
- **bind:** add plugin for Observable host binding
209-
([#11](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/11))
210-
([ab68909](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/ab68909b583960f8991e3ea6673aa1a9b57dc5bf))
211-
212-
## [2.0.0](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v1.0.1...v2.0.0) (2020-12-11)
213-
214-
### ⚠ BREAKING CHANGES
215-
216-
- **capture:** Bump Angular version to 9
37+
- bump minor
38+
[(d771f13)](https://github.com/taiga-family/ng-event-plugins/commit/d771f133c939ddf7737472f246afdeff53adab10)
39+
- bump minor
40+
[(6797ada)](https://github.com/taiga-family/ng-event-plugins/commit/6797ada613576ba7e453660c47252706e6734942)
21741

218-
### Features
42+
### [4.0.1](https://github.com/taiga-family/ng-event-plugins/compare/v4.0.0...v4.0.1) (2024-06-13)
21943

220-
- **capture:** add new modifier `.capture` to listen to events in capture phase
221-
([#10](https://github.com/TinkoffCreditSystems/ng-event-plugins/issues/10))
222-
([20a372b](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/20a372b1df077787e15cdb2b6806c842f6445978))
44+
### 🐞 Bug Fixes
22345

224-
### [1.0.1](https://github.com/TinkoffCreditSystems/ng-event-plugins/compare/v1.0.0...v1.0.1) (2020-02-27)
46+
- do not listen `Window` (#326)
47+
[(c0a99bc)](https://github.com/taiga-family/ng-event-plugins/commit/c0a99bc0880c17312ee40d13091cd2c1664cefd9)
22548

226-
### Bug Fixes
49+
## [4.0.0](https://github.com/taiga-family/ng-event-plugins/compare/v3.2.0...v4.0.0) (2024-06-11)
22750

228-
- **shouldCall:** fix for AOT build ([3688da4](https://github.com/TinkoffCreditSystems/ng-event-plugins/commit/3688da4))
51+
### 🚀 Features
22952

230-
## 1.0.0 (2020-02-18)
53+
- use taiga-ui scope
54+
[(8dc54b9)](https://github.com/taiga-family/ng-event-plugins/commit/8dc54b9ec39b20e9d7947628c4a916215e8e7574)
55+
- **global**: add new plugin
56+
[(cadf832)](https://github.com/taiga-family/ng-event-plugins/commit/cadf832c34592443bc6f16884078e5eddd6083fc)
57+
- `Resize` add new plugin (#319)
58+
[(2697ad2)](https://github.com/taiga-family/ng-event-plugins/commit/2697ad2f8d815209a1f1a1535efbd139b8da2c28)
59+
- add angular 16 (#261)
60+
[(41a78a1)](https://github.com/taiga-family/ng-event-plugins/commit/41a78a1307839bcdf4f242cbacc47f110c1407fa)
61+
- **deps**: update Angular (#142)
62+
[(894a85f)](https://github.com/taiga-family/ng-event-plugins/commit/894a85fdfd69fd4771f493e6512dc2903972e5c0)
63+
64+
### 🐞 Bug Fixes
65+
66+
- fix memory leak in `capture` plugin (#218) (#219)
67+
[(5fe51f8)](https://github.com/taiga-family/ng-event-plugins/commit/5fe51f8579ac8ea0e250527976ea5fc5531ed52d)
68+
69+
### [3.2.0]() (2024-04-10)
70+
71+
### 🚀 Features
72+
73+
- **global**: add new plugin
74+
[(6d421be)](https://github.com/taiga-family/ng-event-plugins/commit/6d421be0ede307abed3618ad0165f3195f6f6d55)
75+
- **module**: add assertion to keep module singleton
76+
[(1ff3226)](https://github.com/taiga-family/ng-event-plugins/commit/1ff3226bb9f4667c39bd4b28844ab995b8f744e3)
77+
- **bind**: add style dasharize
78+
[(2cdf77e)](https://github.com/taiga-family/ng-event-plugins/commit/2cdf77ea7fa73d98ef3ef9d11766330ef7e0be48)
79+
- **silent**: simplify getting `NgZone` in `@shouldCall` (#50)
80+
[(64872cd)](https://github.com/taiga-family/ng-event-plugins/commit/64872cd10145173d5121efbd1abf8d57363292b8)
81+
- add web-types for autocomplete (#30)
82+
[(53c5852)](https://github.com/taiga-family/ng-event-plugins/commit/53c58520fa0521dd658125211efd38c1ebe747d4)
83+
- **options**: cover other `addEventListener` options (#25)
84+
[(13f4872)](https://github.com/taiga-family/ng-event-plugins/commit/13f487298ee9715314a0f5afe178f35bb353bbb6)
85+
- **module**: add module for clearer addition (#22)
86+
[(a1a947d)](https://github.com/taiga-family/ng-event-plugins/commit/a1a947d6a9970b716fb08cc5848466fabf4b6cce)
87+
- **self**: add new plugin (#14)
88+
[(0193b6f)](https://github.com/taiga-family/ng-event-plugins/commit/0193b6ff1efe9b85dcb0a748e65f5cc4a5ca8d63)
89+
- **bind**: add plugin for Observable host binding (#11)
90+
[(ab68909)](https://github.com/taiga-family/ng-event-plugins/commit/ab68909b583960f8991e3ea6673aa1a9b57dc5bf)
91+
- **capture**: add new modifier .capture to listen to events in capture phase (#10)
92+
[(20a372b)](https://github.com/taiga-family/ng-event-plugins/commit/20a372b1df077787e15cdb2b6806c842f6445978)
93+
94+
### 🐞 Bug Fixes
95+
96+
- **web-types**: add descriptions and version
97+
[(9e39ce7)](https://github.com/taiga-family/ng-event-plugins/commit/9e39ce77d5d33798e083b9c0176ecded9b46d13e)
98+
- **aot**: add utility function to spoof callable in AOT compiler
99+
[(b0bed98)](https://github.com/taiga-family/ng-event-plugins/commit/b0bed9801f43e5651283bca0817ec899cac7fd4b)
100+
- **shouldcall**: fix for AOT build
101+
[(3688da4)](https://github.com/taiga-family/ng-event-plugins/commit/3688da445a9d9792d7d4b2fe70c956099901e933)
102+
- **bind**: removes attribute if null provided
103+
[(113d9fb)](https://github.com/taiga-family/ng-event-plugins/commit/113d9fb4e9ee969dc970a88efbace6ffcdab70af)
104+
- **module**: improve error messages
105+
[(a86cd79)](https://github.com/taiga-family/ng-event-plugins/commit/a86cd79a65c6aa632361bfea842ac80de1d9307b)
106+
- **bind**: add nullish coalescing instead of resetting element property
107+
[(0562714)](https://github.com/taiga-family/ng-event-plugins/commit/0562714e1fbbb6df84c8c8121e7fb54e32817779)
108+
- fix memory leak in `capture` plugin (#218)
109+
[(8db8097)](https://github.com/taiga-family/ng-event-plugins/commit/8db8097496d660f70e239d9a7ccfa802a8a3a287)
110+
- correct schema reference (#113)
111+
[(c622db2)](https://github.com/taiga-family/ng-event-plugins/commit/c622db2b78993cf71534090561205631d1d6a008)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-event-plugins",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"private": true,
55
"description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
66
"keywords": [

projects/ng-event-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/event-plugins",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)