-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove lodash as a dependency #2378
Merged
Merged
Commits on Jul 12, 2023
-
feat: remove lodash as a dependency
This will reduce the bundle size by ~23%(117kb). Only 4 methods were used `flatten`, `flatMap`, `omitBy`, and `groupBy`. `omitBy and `groupBy` were recreated while the es2019 implementations of `flatten` and `flatMap` are used. `lodash` is still used in the tests which is fine because it makes the tests cleaner. Closes #2118
Configuration menu - View commit details
-
Copy full SHA for abfec18 - Browse repository at this point
Copy the full SHA abfec18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc7611 - Browse repository at this point
Copy the full SHA 0dc7611View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26979ce - Browse repository at this point
Copy the full SHA 26979ceView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf8b48b - Browse repository at this point
Copy the full SHA cf8b48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bbffd - Browse repository at this point
Copy the full SHA 75bbffdView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 031d93a - Browse repository at this point
Copy the full SHA 031d93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9d0a6 - Browse repository at this point
Copy the full SHA ba9d0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c813b5 - Browse repository at this point
Copy the full SHA 1c813b5View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23ed021 - Browse repository at this point
Copy the full SHA 23ed021View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.