Skip to content

Commit cccb8b4

Browse files
authored
Merge pull request #68 from feedzai/develop
Fix: vulnerable dependency
2 parents d17764c + e11ef10 commit cccb8b4

3 files changed

Lines changed: 135 additions & 63 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## Unreleased
89

10+
### Added
11+
12+
- Fixed vulnerable dependency
13+
914
## 3.0.0 - 2025-09-15
15+
1016
### Added
17+
1118
- Implemented i18n alternatives as the new "internationalization" property
1219
- Fixed tests / github pipeline errors
1320
- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
@@ -16,29 +23,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1623
- Added Arrow Navigation to the ShortcutGuide
1724

1825
### Changed
26+
1927
- Replaced arrow symbols with text on the ShortcutGuide
2028
- Re-did ShortcutGuide `<dl>` structure
2129
- Moved the context prop to inside autoDescriptions
2230

2331
## 2.0.4 - 2025-01-06
32+
2433
### Added
34+
2535
- Fixed an issue where series values having spaces would invalidate class names
2636

2737
## 2.0.3 - 2024-11-04
38+
2839
### Added
40+
2941
- Adds missing types
3042
- Fixed the issue where components were not being properly exported
3143

3244
## 2.0.2 - 2024-10-24
45+
3346
### Added
47+
3448
- Dynamic changes in the data or DOM elements now trigger updates in the tool
3549

3650
## 2.0.1 - 2024-10-08
51+
3752
### Added
53+
3854
- Aligned native ShortcutGuide styling with the prototypes
3955

4056
## 2.0.0 - 2024-10-04
57+
4158
### Added
59+
4260
- Changed bundler from babel to vite
4361
- Replaced jest with cypress
4462
- Converted Javascript to Typescript
@@ -48,22 +66,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4866
- Converted the ShortcutGuide into a prop, making it overridable and customizable
4967

5068
## 1.0.3 - 2024-01-09
69+
5170
### Added
71+
5272
- Remove unused dependency
5373

5474
## 1.0.2 - 2023-12-06
75+
5576
### Added
77+
5678
- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
5779

5880
## 1.0.1 - 2023-12-06
81+
5982
### Added
83+
6084
- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
6185

6286
## 1.0.0 - 2023-11-14
87+
6388
### Added
89+
6490
- Added support for charts with multiple encodings
6591

6692
## 0.2.0 - 2023-11-02
93+
6794
### Added
95+
6896
- Extended React compatibility to support projects with React >=16.14.0
6997
- Set up automatic semantic versioning

package-lock.json

Lines changed: 106 additions & 62 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
@@ -84,7 +84,7 @@
8484
"jsdom": "^24.0.0",
8585
"rimraf": "^5.0.5",
8686
"size-limit": "^11.0.2",
87-
"start-server-and-test": "^2.0.8",
87+
"start-server-and-test": "^2.1.2",
8888
"typescript": "^5.2.2",
8989
"typescript-eslint": "^8.12.2",
9090
"vite": "^5.3.1",

0 commit comments

Comments
 (0)