Skip to content

Commit 7f31585

Browse files
mwclemyClement Mwimo
andauthored
fixed vulnerabilities (#102)
Co-authored-by: Clement Mwimo <clement.mwimo@mx.com>
1 parent 48c2b01 commit 7f31585

4 files changed

Lines changed: 732 additions & 510 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
910
### Added
11+
1012
### Changed
13+
14+
### Fixed
15+
16+
## [1.1.4] - 2024-10-18
17+
1118
### Fixed
1219

20+
- Ran npm audit fix to fix vulnerabilities
21+
22+
## [1.1.3] - 2024-10-11
23+
24+
### Changed
25+
26+
- Upgraded react-native from 0.70.3 to 0.75.3
27+
- Upgrade @mxenabled/widget-post-message-definitions to 1.4.0
28+
- Fixed the example app
29+
1330
## [1.1.1] - 2022-12-06
31+
1432
### Changed
1533

1634
- Ran npm audit fix on example app
1735

1836
## [1.1.0] - 2022-10-14
37+
1938
### Added
2039

2140
- Ability to style underlying WebView
2241
- Prop to handle errors on the WebView
2342

2443
## [1.0.9] - 2022-09-20
44+
2545
### Added
2646

2747
- Sending SDK information to widget.
@@ -36,44 +56,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3656
implement linking of dependencies.
3757

3858
## [1.0.8] - 2022-06-10
59+
3960
### Fixed
4061

4162
- Deeplinking: listening for URL events with expo-linking for Expo applications.
4263

4364
## [1.0.7] - 2022-06-09
65+
4466
### Changed
4567

4668
- Updating @mxenabled/widget-post-message-definitions to v1.0.5.
4769
- Updating @mxenabled/widget-post-message-definitions to v1.0.10.
4870

4971
## [1.0.6] - 2022-05-23
72+
5073
### Changed
5174

5275
- Documentation for configuration and callback component props.
5376
- Updating @mxenabled/widget-post-message-definitions to v1.0.9.
5477
- Loading additional widgets in example application.
5578

5679
## [1.0.5] - 2022-03-09
80+
5781
### Changed
5882

5983
- Updating @mxenabled/widget-post-message-definitions to v1.0.5.
6084

6185
## [1.0.4] - 2022-03-08
86+
6287
### Changed
6388

6489
- Getting Post Message definitions from
6590
@mxenabled/widget-post-message-definitions.
6691
- Conditionally using removeEventListener (which has been deprecated) in
6792
anticipation of removal.
6893

69-
7094
## [1.0.3] - 2022-03-03
95+
7196
### Fixed
7297

7398
- Fix direct dependency and peer dependency specifications for multiple React
7499
Native and React versions can be supported.
75100

76101
## [1.0.2] - 2022-03-03
102+
77103
### Added
78104

79105
- OAuth flow support.
@@ -98,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98124
- Trends Widget component.
99125

100126
## [1.0.1] - 2022-02-14
127+
101128
### Added
102129

103130
- Connect Widget component.

0 commit comments

Comments
 (0)