-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bloated bundle size and typescript issue
- Loading branch information
1 parent
c3305e8
commit 43e1c32
Showing
467 changed files
with
42,488 additions
and
18,097 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ jobs: | |
- run: npm run build --if-present | ||
- run: npm run rollup | ||
- run: npm run sass-c | ||
- run: npm run build-ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2024-10-26) | ||
|
||
- Fix: Bloated bundle size because of bundled faker-js, now bundle size reduced from 15mb to 5.1mb | ||
- Fix: TypeScript not properly configured | ||
- Changed: Loading of d3 through the script tag to import and packaged with the library, and also faker-js changed from `allFakers` to `faker`. | ||
- Removed: `random_data_locale` parameter has been removed until later, because of the change from using `allFakers` to `faker` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.